Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix https://github.com/jenkinsci/puppet-jenkins/issues/668 #672

Conversation

elconas
Copy link
Contributor

@elconas elconas commented Nov 18, 2016

This is a Fix/Workaround for voxpupuli/puppet-archive bug voxpupuli/puppet-archive#242

@elconas
Copy link
Contributor Author

elconas commented Nov 18, 2016

gem addressable (used by travis indirectly) has release 2.5.0 which now needs some other gem which requires ruby 2.0. Second commit fixes this

@elconas elconas force-pushed the fix_668_sha1_causes_installation_loop branch from fae6fd2 to c30dbd9 Compare November 20, 2016 19:27
@@ -16,6 +16,7 @@ gem 'rubocop', '< 0.42.0'

gem 'json_pure', '< 2.0.2'
gem 'net-http-persistent', '<= 2.9.4', :require => false if RUBY_VERSION < '2.0.0'
gem 'addressable', '<= 2.4.0', :require => false if RUBY_VERSION < '2.0.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this as ruby < 2 has been dropped from the travis matrix.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants