Skip to content

Commit

Permalink
Merge pull request #63 from Eric-Guo/rails-6.1-support
Browse files Browse the repository at this point in the history
Rails 6.1 works, just need allow it.
  • Loading branch information
jumph4x authored Dec 11, 2020
2 parents 16eae2d + b2aa3dc commit 49cac23
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 @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

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

s.add_dependency 'rails', '>= 4.1', '< 6.1'
s.add_dependency 'rails', '>= 4.1', '< 6.2'

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

0 comments on commit 49cac23

Please sign in to comment.