summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorHelen <helen@puppetlabs.com>2016-10-10 18:06:42 +0100
committerGitHub <noreply@github.com>2016-10-10 18:06:42 +0100
commitef55080c1f32b14a3efec401d4ef8828f052d17b (patch)
tree23bf6134f4300231c0a76826f72d6dc3ccbb0006 /Gemfile
parent59553c8c2ec1f0732c4383ab31ab8b7a05da544e (diff)
parentb112b837d5a93764cc970f7ecce3796846c02f1a (diff)
Merge pull request #670 from DavidS/release-prep
Release prep for 4.13.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ecf3d06..0a7542d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,6 +22,8 @@ group :development, :unit_tests do
gem 'puppet-blacksmith', '>= 3.4.0'
gem 'puppetlabs_spec_helper', '>= 1.2.1'
gem 'rspec-puppet', '>= 2.3.2', :git => 'https://github.com/rodjek/rspec-puppet.git', :branch => 'fb27c533e2664057fba4b73d0bd902a946abfce0'
+ # the newly released mocha 1.2.0 causes hangs during spec testing. See MODULES-3958 for a long-term solution
+ gem 'mocha', '< 1.2.0'
gem 'rspec-puppet-facts'
gem 'simplecov'
gem 'parallel_tests'