we can now use an up-to-date json gem now that chef is gone [ci skip]
This commit is contained in:
parent
c47ebd5a18
commit
953eb1db95
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -61,7 +61,7 @@ gem 'jammit', '0.6.5'
|
|||
|
||||
# JSON and API
|
||||
|
||||
gem 'json', '1.5.2'
|
||||
gem 'json'
|
||||
gem 'vanna', :git => 'git://github.com/MikeSofaer/vanna.git'
|
||||
gem 'acts_as_api'
|
||||
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ GEM
|
|||
rspec (>= 1.3.1)
|
||||
selenium-webdriver (>= 0.1.3)
|
||||
jasmine-core (1.1.0)
|
||||
json (1.5.2)
|
||||
json (1.6.4)
|
||||
jsonpath (0.4.2)
|
||||
multi_json
|
||||
jwt (0.1.3)
|
||||
|
|
@ -442,7 +442,7 @@ DEPENDENCIES
|
|||
i18n-inflector-rails (~> 1.0)
|
||||
jammit (= 0.6.5)
|
||||
jasmine (~> 1.1.2)
|
||||
json (= 1.5.2)
|
||||
json
|
||||
jwt (= 0.1.3)
|
||||
linecache (= 0.46)
|
||||
messagebus_ruby_api (= 1.0.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue