Skip to content

Commit

Permalink
Merge pull request #246 from agrare/bump_ed25519_upper_version_bound
Browse files Browse the repository at this point in the history
Bump ed25519 upper version limit to 2.0
  • Loading branch information
bdunne authored Apr 30, 2024
2 parents 91d14d0 + 076ba15 commit ce16c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ registration, updates, etc.

spec.add_dependency "awesome_spawn", "~> 1.6"
spec.add_dependency "bcrypt_pbkdf", ">= 1.0", "< 2.0"
spec.add_dependency "ed25519", ">= 1.2", "< 1.3"
spec.add_dependency "ed25519", ">= 1.2", "< 2.0"
spec.add_dependency "inifile"
spec.add_dependency "more_core_extensions", "~> 4.0"
spec.add_dependency "net-ssh", "~> 7.2.3"
Expand Down

0 comments on commit ce16c52

Please sign in to comment.