Skip to content

Commit

Permalink
Fix upper boundary on Rails version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypoydar authored and rreinhardt9 committed Mar 25, 2021
1 parent 193dfad commit 1e9ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scim_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.required_ruby_version = "~> 2.4"
s.add_dependency "rails", ">= 5.0", "<= 6.1"
s.add_dependency "rails", ">= 5.0", "< 6.2"
s.add_runtime_dependency "jwt", ">= 1.5"
s.test_files = Dir["spec/**/*"]

Expand Down

0 comments on commit 1e9ce33

Please sign in to comment.