Skip to content

Commit 3ccc27d

Browse files
committed
Update railties dependency to > 3.1
Depending on ~> 3.1 prevents this gem from being used with Rails 4 for no good reason.
1 parent 4317757 commit 3ccc27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart-js-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
1515
gem.require_paths = ["lib"]
1616
gem.version = Chart::Js::Rails::VERSION
1717

18-
gem.add_dependency "railties", "~> 3.1"
18+
gem.add_dependency "railties", "> 3.1"
1919
end

0 commit comments

Comments
 (0)