Skip to content

Commit

Permalink
Merge pull request #94 from kolide/master
Browse files Browse the repository at this point in the history
Support Rails 8.0
  • Loading branch information
jumph4x authored Jan 27, 2025
2 parents b3f0d40 + 09b093d commit e110481
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 e110481

Please sign in to comment.