Pin net-telnet to 0.1.1

Via http://logs.openstack.org/50/585150/2/check/puppet-openstack-unit-4.8-centos-7/fc22685/job-output.txt.gz
we are currently getting the following error:

  Installing net-telnet 0.2.0
  Gem::InstallError: net-telnet requires Ruby version >= 2.3.0.
  An error occurred while installing net-telnet (0.2.0), and Bundler cannot continue.
  Make sure that `gem install net-telnet -v '0.2.0' --source 'https://rubygems.org/'` succeeds before bundling.

Let's pin net-telnet to 0.1.1 as we do not have a recent enough ruby
atm.

Change-Id: I38111592862a883496127da4c5b658766063f7d2
This commit is contained in:
Michele Baldessari 2018-07-30 21:32:03 +02:00 committed by Alex Schultz
parent 9fe625a571
commit a82e35575c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ def location_for(place, fake_version = nil)
end
group :test do
gem 'net-telnet', '~> 0.1.1', :require => false
gem 'jwt', '~> 1.5.6', :require => false
gem 'nokogiri', '~> 1.6.0', :require => false
gem 'rake', :require => false