Skip to content

Commit

Permalink
Merge pull request #52 from cbeer/rails5
Browse files Browse the repository at this point in the history
Relax rails dependency to support Rails 5
  • Loading branch information
lukaszsagol authored Jul 8, 2016
2 parents 49dc54d + 97e5cfa commit 780f1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ gemspec

if RUBY_VERSION < '2.2'
gem 'rack', '< 2'
gem 'rails', '< 5'
end
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 780f1c4

Please sign in to comment.