Changed testing to just ruby 2.3 and 2.4 and reenabled Gemfile.lock

This commit is contained in:
Gene Liverman 2017-06-05 21:03:10 -07:00
parent 23ee2b33bd
commit f475e63f52
4 changed files with 191 additions and 4 deletions

View file

@ -14,7 +14,7 @@ group :production do
gem 'puppet', puppetversion
gem 'r10k', '~> 2.5'
gem 'rugged', '~> 0.24'
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.4'
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
end
group :development, :unit_tests do