aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 13:39:43 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 13:39:43 +0000
commitcce9b3743fa1128ffb72b7d2c5f5aa94a52993e9 (patch)
tree94553d667e67e002277839ea6ddbee869049f8e1 /Gemfile
parent37594f4b48a474d33496109f53455bb0adf5ffce (diff)
updated json gem to one that compiles
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 87cffd8..8c0ed3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,7 @@ gem "log4r", "=1.0.6"
gem "ipaddress", "=0.8.0"
gem "webmock", "=1.7.6"
gem "ruby_protobuf", "=0.4.11"
-gem "json", "=1.5.4"
+gem "json", "=1.8.1"
gem "datamapper", "=1.2.0"
gem "dm-aggregates", "=1.2.0"
gem "dm-do-adapter", "=1.2.0"