Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 28, 2024
1 parent ebcc89c commit 0cb6e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ end

# only enable this gem group when we're on Ruby 3.1 or newer
# beaker depends on Ruby 3.1 and bundler will poop itself when you're on an older Ruby (even when the gem group is ignored)
if Gem::Requirement.create('>= 3.1.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
group :system_tests do
#if Gem::Requirement.create('>= 3.1.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
group :system_tests, optional: true do
gem 'beaker', git: 'https://github.com/bastelfreak/beaker', branch: 'ruby31'
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
end
end
#end

group :release do
gem 'voxpupuli-release', '~> 3.0', :require => false
Expand Down

0 comments on commit 0cb6e27

Please sign in to comment.