Skip to content

Commit

Permalink
hcloud: Require 1.1 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 22, 2023
1 parent 1e1aac9 commit 2f454fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-hcloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'bcrypt_pbkdf', '~> 1.0'
s.add_runtime_dependency 'beaker', '~> 5.4'
s.add_runtime_dependency 'ed25519', '~> 1.2'
s.add_runtime_dependency 'hcloud', '>= 1.0.3', '< 2.0.0'
s.add_runtime_dependency 'hcloud', '~> 1.1'
s.add_runtime_dependency 'ssh_data', '~> 1.3'
end

0 comments on commit 2f454fb

Please sign in to comment.