Skip to content

Commit

Permalink
Merge pull request #92 from kolide/master
Browse files Browse the repository at this point in the history
Make compatible with Rails 7.2.x
  • Loading branch information
jumph4x authored Sep 18, 2024
2 parents 31aac4a + 045209a commit fbc1c88
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.2'
s.add_dependency 'actionview', '>= 4.1', '< 7.3'

s.add_development_dependency 'actionpack', '>= 4.1', '<= 7.1'
s.add_development_dependency 'actionpack', '>= 4.1', '< 7.3'
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 fbc1c88

Please sign in to comment.