bump json
This commit is contained in:
parent
da49bb2946
commit
fbbeffb645
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -18,7 +18,7 @@ gem "unicorn", "4.9.0", require: false
|
|||
# API and JSON
|
||||
|
||||
gem "acts_as_api", "0.4.2"
|
||||
gem "json", "1.8.2"
|
||||
gem "json", "1.8.3"
|
||||
|
||||
# Authentication
|
||||
|
||||
|
|
|
|||
|
|
@ -388,7 +388,7 @@ GEM
|
|||
execjs
|
||||
multi_json (>= 1.3)
|
||||
rake
|
||||
json (1.8.2)
|
||||
json (1.8.3)
|
||||
jwt (1.4.1)
|
||||
kaminari (0.16.3)
|
||||
actionpack (>= 3.0.0)
|
||||
|
|
@ -791,7 +791,7 @@ DEPENDENCIES
|
|||
js-routes (= 1.0.1)
|
||||
js_image_paths (= 0.0.2)
|
||||
jshintrb (= 0.3.0)
|
||||
json (= 1.8.2)
|
||||
json (= 1.8.3)
|
||||
logging-rails (= 0.5.0)
|
||||
markerb (= 1.0.2)
|
||||
messagebus_ruby_api (= 1.0.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue