Skip to content

Commit

Permalink
Merge pull request #209 from azuchi/support-ruby-3.4
Browse files Browse the repository at this point in the history
Support ruby 3.4
  • Loading branch information
rantan authored Feb 3, 2025
2 parents 759c373 + 9c299d0 commit 9914a95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.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
6 changes: 4 additions & 2 deletions glueby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |spec|


spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/chaintope/glueby"
spec.metadata["changelog_uri"] = "https://github.com/chaintope/glueby"
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = spec.homepage

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand All @@ -29,6 +29,8 @@ 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 'mutex_m'
spec.add_runtime_dependency 'bigdecimal'
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 9914a95

Please sign in to comment.