Skip to content

Commit

Permalink
Merge pull request #2 from Hendrick/lg.scim_rails_7_compatibility
Browse files Browse the repository at this point in the history
Update gem to work with Rails 7
  • Loading branch information
thedayisntgray authored Aug 31, 2022
2 parents 7eb442d + 848fd00 commit e019898
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scim_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ 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", "< 7.1"
s.required_ruby_version = ">= 2.4"
s.add_dependency "rails", ">= 5.0"

s.add_runtime_dependency "jwt", ">= 1.5"
s.test_files = Dir["spec/**/*"]

Expand Down

0 comments on commit e019898

Please sign in to comment.