From: Adam Jahn Date: Fri, 1 Jul 2016 15:51:42 +0000 (-0400) Subject: Pin json_pure below 2.0.0 for 1.8.7 support X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3ffd1bcbc1d203ad814038483cd49d332bbb7618;p=puppet-samba.git Pin json_pure below 2.0.0 for 1.8.7 support --- 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"