diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-01-09 09:34:28 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-01-09 09:34:28 +0000 |
commit | 449388f3cc92c38715a64081cfb8ef8bd55680b3 (patch) | |
tree | c5d042e4d1ef624f9c12af6d6a73d3d6c7125e9c | |
parent | b9d5a77246762de56f39d4476c881c1b667e7a20 (diff) |
Update and lock json gem
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ gem 'foundation-rails' gem 'icalendar', '1.4.3' gem 'jquery-rails', '~> 3.0.4' gem 'jquery-ui-rails' -gem 'json' +gem 'json', '~> 1.8.1' gem 'holidays' gem 'iso_country_codes' gem 'mahoro' diff --git a/Gemfile.lock b/Gemfile.lock index 189a6478b..4a41129f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (4.1.0) railties (>= 3.1.0) - json (1.8.1) + json (1.8.2) libv8 (3.16.14.3) linecache (0.46) rbx-require-relative (> 0.0.4) @@ -314,7 +314,7 @@ DEPENDENCIES iso_country_codes jquery-rails (~> 3.0.4) jquery-ui-rails - json + json (~> 1.8.1) locale mahoro mailcatcher |