Skip to content

Commit

Permalink
Merge pull request #82 from edouard/fix-rails-7.1.1
Browse files Browse the repository at this point in the history
Relax dependency on rails up to 7.2 excluded
  • Loading branch information
jumph4x authored Oct 23, 2023
2 parents a636935 + fd8849a commit e5b6815
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 'actionview', '>= 4.1', '<= 7.1'
s.add_dependency 'actionview', '>= 4.1', '<= 7.2'

s.add_development_dependency 'actionpack', '>= 4.1', '<= 7.1'
s.add_development_dependency 'appraisal'
Expand Down

0 comments on commit e5b6815

Please sign in to comment.