Skip to content

Commit

Permalink
Merge pull request #257 from icyleaf/dependabot/bundler/commander-5.0.0
Browse files Browse the repository at this point in the history
chore(deps): bump commander from 4.6.0 to 5.0.0
  • Loading branch information
icyleaf authored Apr 19, 2024
2 parents ff41803 + b3b9102 commit 81dc126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'sqlite3', '~> 1.6.9'

# Tools
gem 'chronic_duration', '~> 0.10.6'
gem 'commander', '~> 4.6.0'
gem 'commander', '~> 5.0.0'
gem 'git', '~> 1.19.1'
gem 'gitlab', '~> 4.19.0'
gem 'rake'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ GEM
chronic_duration (0.10.6)
numerizer (~> 0.1.1)
coderay (1.1.3)
commander (4.6.0)
highline (~> 2.0.0)
commander (5.0.0)
highline (~> 3.0.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
guard-sidekiq (0.1.0)
guard (>= 2)
sidekiq
highline (2.0.3)
highline (3.0.1)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
Expand Down Expand Up @@ -185,7 +185,7 @@ DEPENDENCIES
activerecord (~> 7.1.3)
awesome_print
chronic_duration (~> 0.10.6)
commander (~> 4.6.0)
commander (~> 5.0.0)
git (~> 1.19.1)
gitlab (~> 4.19.0)
guard
Expand Down

0 comments on commit 81dc126

Please sign in to comment.