Skip to content

Commit

Permalink
Merge pull request #72 from twingly/support-ruby-3.4
Browse files Browse the repository at this point in the history
Support Ruby >= 3.2
  • Loading branch information
Pontus4 authored Feb 7, 2025
2 parents fc0f46e + 9d420a7 commit 7c9225d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
ruby: [3.1, 3.2, 3.3]
ruby: [3.1, 3.2, 3.3, 3.4]

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion capistrano-twingly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "capistrano", "~> 3.14"
spec.add_dependency "capistrano-bundler", "~> 2.0"
spec.add_dependency "capistrano-chruby", "0.1.2"
spec.add_dependency "foreman", "~> 0.82"
spec.add_dependency "foreman", "~> 0.88"
spec.add_dependency "net-ssh", "~> 7.0"
spec.add_dependency "ed25519", ">= 1.2", "< 1.3"
spec.add_dependency "bcrypt_pbkdf", ">= 1.0", "< 2.0"
Expand Down

0 comments on commit 7c9225d

Please sign in to comment.