summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-23 09:03:18 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-23 09:51:28 +0200
commitc682910e61b54fa6377a553ee56640fb7eaf1887 (patch)
treea4d0270c64df23ff80086b5cd5a79f4b852b99c6 /Gemfile
parente21c0c7485b80120cef9ea3240d4ff2dd35ac9d0 (diff)
Upgrade dependencies
* Use rspec-puppet 2.1+ (which now supports Puppet 4) * No longer allow the Puppet 4 builds to fail (the tests can run now) * Use the released version of the apt module
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cce9320..9e1482d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ group :test do
gem "rake"
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.7.0'
gem "rspec", '< 3.2.0'
- gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git'
+ gem "rspec-puppet", '~> 2.1'
gem "puppetlabs_spec_helper"
gem "metadata-json-lint"
gem "rspec-puppet-facts"