Skip to content

Commit

Permalink
Support ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azuchi committed Dec 27, 2024
1 parent 75a7748 commit 9fa40c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2", "3.3"]
ruby-version: ["3.0", "3.1", "3.2", "3.3", "3.4"]
permissions: write-all
steps:
- run: docker pull tapyrus/tapyrusd:v0.5.2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.0
ruby-3.4.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gemspec

gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"
gem "docker-api", "~> 2.1.0"
gem "docker-api", "~> 2.3.0"

gem "simplecov", require: false
1 change: 1 addition & 0 deletions glueby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'tapyrus', '>= 0.3.1'
spec.add_runtime_dependency 'activerecord', '>= 7.0', '< 8.0'
spec.add_runtime_dependency 'kaminari'
spec.add_runtime_dependency 'observer'
spec.add_development_dependency 'sqlite3', '~> 1.4'
spec.add_development_dependency 'mysql2'
spec.add_development_dependency 'rails', '>= 7.0', '< 8.0'
Expand Down

0 comments on commit 9fa40c5

Please sign in to comment.