Skip to content

Commit

Permalink
(SIMP-MAINT) Bump simp-rake-helpers to fixed ver (#555)
Browse files Browse the repository at this point in the history
Need to bump to at least 5.6.1 to fix the EL6 builds
  • Loading branch information
trevor-vaughan authored and lnemsick-simp committed Oct 2, 2018
1 parent cadc4f9 commit 7c0e281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'puppetlabs_spec_helper'
gem 'rake'
gem 'ruby-progressbar'
gem 'simp-build-helpers', ENV.fetch('SIMP_BUILD_HELPERS_VERSION', '>= 0.1.0')
gem 'simp-rake-helpers', ENV.fetch('SIMP_RAKE_HELPERS_VERSION', ['>= 5.3', '< 6.0'])
gem 'simp-rake-helpers', ENV.fetch('SIMP_RAKE_HELPERS_VERSION', ['>= 5.6.1', '< 6.0'])
#gem 'simp-rake-helpers', :path => './src/rubygems/rubygem-simp-rake-helpers'

group :system_tests do
Expand Down

0 comments on commit 7c0e281

Please sign in to comment.