Skip to content

Commit

Permalink
Raise railties dependency to be compatible with Rails 5
Browse files Browse the repository at this point in the history
Signed-off-by: Clemens Gruber <[email protected]>
  • Loading branch information
clemensg committed Jan 8, 2016
1 parent a9beeaf commit 05b6057
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
@@ -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"

0 comments on commit 05b6057

Please sign in to comment.