Skip to content

Commit

Permalink
Support Rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terracatta committed Nov 9, 2024
1 parent b3f0d40 commit 09b093d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions canonical-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |s|

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

s.add_dependency 'actionview', '>= 4.1', '< 7.3'
s.add_dependency 'actionview', '>= 4.1', '< 8.1'

s.add_development_dependency 'actionpack', '>= 4.1', '< 7.3'
s.add_development_dependency 'actionpack', '>= 4.1', '< 8.1'
s.add_development_dependency 'appraisal'
s.add_development_dependency 'rspec-rails', '~> 4.0.1'
s.add_development_dependency 'pry'
Expand Down

0 comments on commit 09b093d

Please sign in to comment.