From a8965c81749e80f4257edf73ac7ea29f52852921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Wed, 25 Feb 2015 11:13:08 +0100 Subject: Pin rspec version to 3.1.0 (https://github.com/rspec/rspec-core/issues/1864) --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 6db8c1e..ad0e31d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org" group :development, :unit_tests do gem 'rake', :require => false + gem 'rspec', '~> 3.1.0', :require => false gem 'rspec-puppet', :require => false, :git => 'https://github.com/camptocamp/rspec-puppet', :branch => 'rspec3' gem 'puppetlabs_spec_helper', :require => false gem 'metadata-json-lint', :require => false -- cgit v1.2.3