bump json
This commit is contained in:
parent
44b9bb956f
commit
7311f3cbc1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -19,7 +19,7 @@ gem 'unicorn', '4.8.3', :require => false
|
||||||
# API and JSON
|
# API and JSON
|
||||||
|
|
||||||
gem 'acts_as_api', '0.4.2'
|
gem 'acts_as_api', '0.4.2'
|
||||||
gem 'json', '1.8.1'
|
gem 'json', '1.8.2'
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -354,7 +354,7 @@ GEM
|
||||||
execjs (>= 1.4.0)
|
execjs (>= 1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
therubyracer (~> 0.12.1)
|
therubyracer (~> 0.12.1)
|
||||||
json (1.8.1)
|
json (1.8.2)
|
||||||
jwt (1.0.0)
|
jwt (1.0.0)
|
||||||
kaminari (0.16.1)
|
kaminari (0.16.1)
|
||||||
actionpack (>= 3.0.0)
|
actionpack (>= 3.0.0)
|
||||||
|
|
@ -719,7 +719,7 @@ DEPENDENCIES
|
||||||
js-routes (= 1.0.0)
|
js-routes (= 1.0.0)
|
||||||
js_image_paths (= 0.0.2)
|
js_image_paths (= 0.0.2)
|
||||||
jshint (= 1.3.1)
|
jshint (= 1.3.1)
|
||||||
json (= 1.8.1)
|
json (= 1.8.2)
|
||||||
markerb (= 1.0.2)
|
markerb (= 1.0.2)
|
||||||
messagebus_ruby_api (= 1.0.3)
|
messagebus_ruby_api (= 1.0.3)
|
||||||
mini_magick (= 4.0.1)
|
mini_magick (= 4.0.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue