Skip to content

Commit

Permalink
Bump dry-cli from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [dry-cli](https://github.com/dry-rb/dry-cli) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/dry-rb/dry-cli/releases)
- [Changelog](https://github.com/dry-rb/dry-cli/blob/main/CHANGELOG.md)
- [Commits](dry-rb/dry-cli@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: dry-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and noraj committed Jul 15, 2024
1 parent d7a819c commit b5b0704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec

# Needed for the CLI only
group :runtime, :cli do
gem 'dry-cli', '~> 1.0' # for arg parsing
gem 'dry-cli', '~> 1.1' # for arg parsing
gem 'paint', '~> 2.3' # for colorized ouput
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
docopt (~> 0.6)
uri (>= 0.12.1, < 0.14.0)
docopt (0.6.1)
dry-cli (1.0.0)
dry-cli (1.1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.24.1)
Expand Down Expand Up @@ -75,7 +75,7 @@ DEPENDENCIES
bundler (~> 2.1)
commonmarker (~> 0.23)
ctf-party (~> 3.0)
dry-cli (~> 1.0)
dry-cli (~> 1.1)
minitest (~> 5.24)
minitest-skip (~> 0.0)
paint (~> 2.3)
Expand Down

0 comments on commit b5b0704

Please sign in to comment.