mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Upgrade JSON to ~> 2.0
This commit is contained in:
parent
f71f6e8249
commit
c8a75a419b
1 changed files with 2 additions and 3 deletions
|
@ -48,8 +48,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency("fog-json")
|
||||
s.add_dependency("fog-xml", "~> 0.1.1")
|
||||
|
||||
# JSON locked for Ruby 1.9, remove once deprecated
|
||||
s.add_dependency("json", ">= 1.8", "< 2.0")
|
||||
s.add_dependency("json", "~> 2.0")
|
||||
s.add_dependency("ipaddress", "~> 0.5")
|
||||
|
||||
# Modular providers (please keep sorted)
|
||||
|
|
Loading…
Reference in a new issue