Skip to content

Commit

Permalink
(BKR-941) update scooter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kevpl committed Sep 26, 2016
1 parent faea284 commit c124fef
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 @@ -22,7 +22,7 @@ group :acceptance_testing do
end

if ENV['GEM_SOURCE'] =~ /rubygems\.delivery\.puppetlabs\.net/
gem "scooter", *location_for(ENV['SCOOTER_VERSION'] || '~> 2.0')
gem "scooter", *location_for(ENV['SCOOTER_VERSION'] || '~> 3.0')
end


Expand Down

0 comments on commit c124fef

Please sign in to comment.