diff --git a/Gemfile b/Gemfile index 557cb3592..ebacf1d8c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,7 @@ source "https://rubygems.org" group :test do + gem "json", "~> 1.8.6" gem "codecov" gem "rake" gem "rspec" diff --git a/Gemfile.lock b/Gemfile.lock index 3a5df9fcb..d810c9807 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM url diff-lcs (1.3) docile (1.1.5) - json (1.8.3) + json (1.8.6) rake (10.4.2) rspec (3.7.0) rspec-core (~> 3.7.0) @@ -35,10 +35,11 @@ PLATFORMS DEPENDENCIES codecov + json (~> 1.8.6) rake rspec simplecov unindent BUNDLED WITH - 1.16.1 + 1.16.5