Skip to content

Commit

Permalink
Relax the gemspec for future Rails 6.1 release
Browse files Browse the repository at this point in the history
References bokmann#206
  • Loading branch information
rmm5t committed Feb 4, 2020
1 parent 9de24cc commit d4a2e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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", "< 6.1"
gem.add_dependency "railties", ">= 3.2", "< 6.2"

gem.add_development_dependency "activesupport"
gem.add_development_dependency "sassc-rails"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-6.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gemspec path: "../"
gem "railties", ">= 6.0.0.beta3", "< 6.1"
gem "railties", "~> 6.0.0"

0 comments on commit d4a2e50

Please sign in to comment.