Skip to content

Commit

Permalink
Merge pull request #28 from zendesk/ruby_3.4
Browse files Browse the repository at this point in the history
Add tests with Ruby 3.4
  • Loading branch information
razumau authored Jan 17, 2025
2 parents 1baa9c8 + afda4cb commit 9cd5fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ GEM
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.2.10)
maxitest (5.4.0)
minitest (>= 5.14.0, < 5.21.0)
maxitest (5.8.0)
minitest (>= 5.14.0, < 5.26.0)
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205)
minitest (5.20.0)
minitest (5.25.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down

0 comments on commit 9cd5fe5

Please sign in to comment.