Skip to content

Commit

Permalink
Allow ActiveSupport >4.0.0
Browse files Browse the repository at this point in the history
Ruby 2.4.0 does not work with version 1.8.3 of the JSON gem which was
required by ActiveSupport 4.x. Allowing use of ActiveSupport 5.x in turn
allows use of JSON 2.x which is compatible with 2.4.0

ruby/json#303
  • Loading branch information
bestie committed Dec 25, 2016
1 parent 7cc1e77 commit da49220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terrestrial.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "pg", "~> 0.17.1"

spec.add_dependency "sequel", "~> 4.16"
spec.add_dependency "activesupport", "~> 4.0"
spec.add_dependency "activesupport", "> 4.0"
spec.add_dependency "fetchable", "~> 1.0"
end

0 comments on commit da49220

Please sign in to comment.