Skip to content

Commit

Permalink
Relax rails dependency to support Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 8, 2016
1 parent 49dc54d commit 4783ad6
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", "< 5"
spec.add_dependency "rails", ">= 3", "< 6"
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 4783ad6

Please sign in to comment.