Skip to content

Commit

Permalink
Merge pull request #65 from sul-dlss/rails7
Browse files Browse the repository at this point in the history
Relax dependency pinning to support Rails 7
  • Loading branch information
olvado authored Mar 28, 2022
2 parents 1b8dc5a + 6d426b1 commit fa2c203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sir_trevor_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "capybara"
spec.add_development_dependency "launchy"

spec.add_dependency "rails", ">= 3", "< 7"
spec.add_dependency "rails", ">= 3", "< 8"
spec.add_dependency "redcarpet", ">= 2.0.1", "< 4"
spec.add_dependency "twitter-text", "~> 1.4"
spec.add_dependency 'multi_json', '~> 1.0'
Expand Down

0 comments on commit fa2c203

Please sign in to comment.