We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b98af8 commit 62494eaCopy full SHA for 62494ea
.travis.yml
@@ -2,8 +2,7 @@ sudo: false
2
language: ruby
3
cache: bundler
4
before_install:
5
- # https://github.com/bundler/bundler/issues/3558
6
- gem update bundler
+ bundle -v
7
script: env COVERAGE=yes bundle exec rake
8
matrix:
9
fast_finish: true
puppetlabs_spec_helper.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
spec.add_runtime_dependency 'rspec-puppet', '~> 2.0'
27
spec.add_runtime_dependency 'pathspec', '~> 0.2.1'
28
29
- spec.add_development_dependency 'bundler', '~> 1.12'
+ spec.add_development_dependency 'bundler'
30
spec.add_development_dependency 'pry'
31
spec.add_development_dependency 'puppet'
32
spec.add_development_dependency 'rake', '~> 10.0'
0 commit comments