Skip to content

Commit

Permalink
Relax Rails version requirement to allow for 5
Browse files Browse the repository at this point in the history
Needed for the new Display Kit repo
  • Loading branch information
csexton committed Jul 8, 2016
1 parent 80b28cc commit 2ec1046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radius-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "railties", ">= 3.2", "< 5.0"
#spec.add_dependency "font-awesome-rails"
spec.add_dependency "railties", ">= 3.2", "< 6.0"

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 2ec1046

Please sign in to comment.