Skip to content

Commit ea513b6

Browse files
authored
Merge pull request #196 from github/kpaulisse-bump-rake
Bump a bunch of dependencies to latest
2 parents 8774031 + dde7ca3 commit ea513b6

32 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
language: ruby
44
install: true
55
script: "script/cibuild"
6-
before_install: gem install bundler
76

87
matrix:
98
include:
109
# Puppet supports ruby 2.4 with Puppet >= 5.0 so this should be considered the "official" build
1110
- rvm: 2.4
12-
env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.4.0" ENFORCE_COVERAGE="true"
11+
env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.5.8" ENFORCE_COVERAGE="true"
1312
# Build with latest ruby
1413
- rvm: 2.5
15-
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.4.0"
14+
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.5.8"
1615
# Puppet supports ruby 2.0 and 2.1 with Puppet 4.x, but build with more recent versions too
1716
- rvm: 2.3
1817
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="4.10.10"

octocatalog-diff.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'json'
22

3-
DEFAULT_PUPPET_VERSION = '5.4.0'.freeze
3+
DEFAULT_PUPPET_VERSION = '5.5.8'.freeze
44

55
Gem::Specification.new do |s|
66
s.required_ruby_version = '>= 2.0.0'
@@ -30,7 +30,7 @@ EOF
3030
s.add_runtime_dependency 'rugged', '>= 0.25.0b2'
3131

3232
s.add_development_dependency 'rspec', '~> 3.4.0'
33-
s.add_development_dependency 'rake', '11.2.2'
33+
s.add_development_dependency 'rake', '12.3.1'
3434
s.add_development_dependency 'parallel_tests', '2.7.1'
3535
s.add_development_dependency 'rspec-retry', '0.5.0'
3636

vendor/cache/ast-2.3.0.gem

-14.5 KB
Binary file not shown.

vendor/cache/ast-2.4.0.gem

15 KB
Binary file not shown.

vendor/cache/diffy-3.2.0.gem

-17 KB
Binary file not shown.

vendor/cache/diffy-3.2.1.gem

17 KB
Binary file not shown.

vendor/cache/hiera-3.4.2.gem

-40.5 KB
Binary file not shown.

vendor/cache/hiera-3.4.5.gem

40.5 KB
Binary file not shown.

vendor/cache/httparty-0.15.6.gem

-85.5 KB
Binary file not shown.

vendor/cache/httparty-0.16.2.gem

87.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)