Skip to content

Commit

Permalink
Merge pull request #135 from bastelfreak/beaker6
Browse files Browse the repository at this point in the history
beaker: Allow 6.x
  • Loading branch information
bastelfreak authored May 28, 2024
2 parents 54ecbc3 + 07be8fc commit 183d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-docker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.7.0'

# Run time dependencies
s.add_runtime_dependency 'beaker', '>= 4', '< 6'
s.add_runtime_dependency 'beaker', '>= 4', '< 7'
s.add_runtime_dependency 'docker-api', '~> 2.1'
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
end

0 comments on commit 183d028

Please sign in to comment.