Skip to content

Commit

Permalink
Merge pull request #159 from clemensg/rails5_compatibility
Browse files Browse the repository at this point in the history
Raise railties dependency to be compatible with Rails 5
  • Loading branch information
rmm5t committed Feb 9, 2016
2 parents 6afd1c8 + 05b6057 commit 57df555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-awesome-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = FontAwesome::Rails::VERSION

gem.add_dependency "railties", ">= 3.2", "< 5.0"
gem.add_dependency "railties", ">= 3.2", "< 5.1"

gem.add_development_dependency "activesupport"
gem.add_development_dependency "sass-rails"
Expand Down

0 comments on commit 57df555

Please sign in to comment.