Skip to content

Commit

Permalink
Let rails 7.0 work
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Feb 9, 2022
1 parent 794873b commit 2e42cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canonical-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency 'rails', '>= 4.1', '<= 7.0'
s.add_dependency 'rails', '>= 4.1', '<= 7.1'

s.add_development_dependency 'appraisal'
s.add_development_dependency "sprockets", '~> 3.0'
Expand Down

0 comments on commit 2e42cdb

Please sign in to comment.