diff --git a/spec/support/rails_app/Gemfile.lock b/spec/support/rails_app/Gemfile.lock index d6ab235..ec66ac7 100644 --- a/spec/support/rails_app/Gemfile.lock +++ b/spec/support/rails_app/Gemfile.lock @@ -60,7 +60,8 @@ GEM ffi (1.9.14) globalid (0.3.7) activesupport (>= 4.1.0) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jbuilder (2.6.0) activesupport (>= 3.0.0, < 5.1) multi_json (~> 1.2) @@ -68,10 +69,10 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jsonapi (0.1.1.beta5) - jsonapi-parser (= 0.1.1.beta2) + jsonapi (0.1.1.beta6) + jsonapi-parser (= 0.1.1.beta3) jsonapi-renderer (= 0.1.1.beta1) - jsonapi-parser (0.1.1.beta2) + jsonapi-parser (0.1.1.beta3) jsonapi-renderer (0.1.1.beta1) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4)