Skip to content

Commit

Permalink
Merge pull request #202 from azuchi/update-rails-version
Browse files Browse the repository at this point in the history
Specify version to generally support rails 7 series
  • Loading branch information
rantan authored Apr 9, 2024
2 parents 5d52aa0 + db06b20 commit 452f9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glueby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'tapyrus', '>= 0.3.1'
spec.add_runtime_dependency 'activerecord', '~> 7.0.0'
spec.add_runtime_dependency 'activerecord', '>= 7.0', '< 8.0'
spec.add_runtime_dependency 'kaminari'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'mysql2'
spec.add_development_dependency 'rails', '~> 7.0.0'
spec.add_development_dependency 'rails', '>= 7.0', '< 8.0'
end

0 comments on commit 452f9b0

Please sign in to comment.