Skip to content

Commit

Permalink
(maint) Allow use of beaker 3.x in acceptance tests
Browse files Browse the repository at this point in the history
This updates the Gemspec to allow the use of beaker 3.x, which
is needed to include support for new platforms (Ubuntu 16.10
in particular).
  • Loading branch information
ScottGarman committed Jan 23, 2017
1 parent 3b6d0a7 commit 7a0aa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def location_for(place, fake_version = nil)
end
end

gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 3.6.0')
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 3.6')
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 0.8")
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.2")
gem 'rake'
Expand Down

0 comments on commit 7a0aa22

Please sign in to comment.