aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2016-07-01 11:51:42 -0400
committerAdam Jahn <ajjahn@gmail.com>2016-07-01 11:51:42 -0400
commit3ffd1bcbc1d203ad814038483cd49d332bbb7618 (patch)
treee901fddf45985107146ab17f8ab43a1be97f4038 /Gemfile
parenteb97a2b642499fde7afdb64dfd3e2b7e8c14eacc (diff)
downloadpuppet-samba-3ffd1bcbc1d203ad814038483cd49d332bbb7618.tar.gz
puppet-samba-3ffd1bcbc1d203ad814038483cd49d332bbb7618.tar.bz2
Pin json_pure below 2.0.0 for 1.8.7 support
Diffstat (limited to 'Gemfile')
-rwxr-xr-xGemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a89c9e6..f90407b 100755
--- a/Gemfile
+++ b/Gemfile
@@ -20,6 +20,7 @@ group :test do
gem "rspec", '< 3.2.0'
gem "rspec-core", "3.1.7"
gem "rspec-puppet", "~> 2.1"
+ gem "json_pure", "< 2.0.0"
gem "puppet-syntax"
gem "puppetlabs_spec_helper"