Skip to content

Commit

Permalink
Merge pull request #140 from AaronC81/commander-5.0
Browse files Browse the repository at this point in the history
Bump commander to ~>5.0 (#139)
  • Loading branch information
AaronC81 authored Jun 4, 2024
2 parents 17425cd + 13f1009 commit a163d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
ruby: [2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2]
ruby: [3.0, 3.1, 3.2]
continue-on-error: false

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion parlour.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "sorbet-runtime", ">= 0.5"
spec.add_dependency "rainbow", "~> 3.0"
spec.add_dependency "commander", "~> 4.5"
spec.add_dependency "commander", "~> 5.0"
spec.add_dependency "parser"

spec.add_development_dependency "bundler", "~> 2.0"
Expand Down

0 comments on commit a163d28

Please sign in to comment.