Skip to content

Commit da83635

Browse files
committed
Update ruby environment
1 parent e4896e9 commit da83635

File tree

4 files changed

+134
-208
lines changed

4 files changed

+134
-208
lines changed

.ruby-gemset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
puppet-module
1+
puppet

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7
1+
3.2.4

Gemfile

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ gem 'falkorlib' #, :path => '~/git/github.com/Falkor/falkorlib'
66
# Puppet stuff
77
#gem 'puppetlabs_spec_helper', '>= 0.1.0'
88

9-
#gem 'puppet-syntax'
9+
gem 'puppet-syntax', '~> 2.6'
1010
#gem 'facter', '>= 1.7.0'
1111

1212
group :test do
1313
gem "rake"
14-
gem "puppet", ENV['PUPPET_GEM_VERSION'] || '~> 4.4.0'
14+
gem "puppet", ENV['PUPPET_GEM_VERSION'] || '~> 7'
1515
gem "rspec", '< 3.2.0'
1616
gem "rspec-puppet"
1717
gem "puppetlabs_spec_helper"
1818
gem "metadata-json-lint"
1919
gem "rspec-puppet-facts"
20-
gem 'rubocop', '0.49.0'
20+
gem 'rubocop', '~> 0.51'
2121
gem 'simplecov', '>= 0.11.0'
2222
gem 'simplecov-console'
2323

@@ -34,15 +34,8 @@ group :test do
3434
gem 'json_pure', '<= 2.0.1' if RUBY_VERSION < '2.0.0'
3535
end
3636

37-
group :development do
38-
gem "travis" if RUBY_VERSION >= '2.1.0'
39-
gem "travis-lint" if RUBY_VERSION >= '2.1.0'
40-
# gem "puppet-blacksmith"
41-
# gem "guard-rake" if RUBY_VERSION >= '2.2.5' # per dependency https://rubygems.org/gems/ruby_dep
42-
end
43-
4437
group :system_tests do
45-
gem "beaker"
38+
gem "beaker", '~> 6.1.0'
4639
gem "beaker-rspec"
4740
gem "beaker-puppet_install_helper"
4841
end

0 commit comments

Comments
 (0)