Skip to content

Commit

Permalink
Merge pull request #247 from icyleaf/dependabot/bundler/git-1.19.1
Browse files Browse the repository at this point in the history
chore(deps): bump git from 1.18.0 to 1.19.1
  • Loading branch information
icyleaf authored Apr 19, 2024
2 parents ea69895 + 9577f38 commit ff41803
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 @@ -21,7 +21,7 @@ gem 'sqlite3', '~> 1.6.9'
# Tools
gem 'chronic_duration', '~> 0.10.6'
gem 'commander', '~> 4.6.0'
gem 'git', '~> 1.18.0'
gem 'git', '~> 1.19.1'
gem 'gitlab', '~> 4.19.0'
gem 'rake'
gem 'sentry-ruby'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
awesome_print (1.9.2)
Expand All @@ -35,7 +35,7 @@ GEM
ruby2_keywords
ffi (1.15.5)
formatador (1.1.0)
git (1.18.0)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
gitlab (4.19.0)
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.1)
Expand Down Expand Up @@ -186,7 +186,7 @@ DEPENDENCIES
awesome_print
chronic_duration (~> 0.10.6)
commander (~> 4.6.0)
git (~> 1.18.0)
git (~> 1.19.1)
gitlab (~> 4.19.0)
guard
guard-puma
Expand Down

0 comments on commit ff41803

Please sign in to comment.