Skip to content

Commit

Permalink
Bump git from 1.18.0 to 1.19.0 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper authored Jan 17, 2024
2 parents 7c604b5 + 4b50ed1 commit e912883
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
@@ -1,7 +1,7 @@
ruby "2.7.4"

source 'https://rubygems.org'
gem 'git', '~> 1.18'
gem 'git', '~> 1.19'
gem 'colorize'
gem 'docker-api'
gem 'reek'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
colorize (1.1.0)
docker-api (2.2.0)
excon (>= 0.47.0)
multi_json
excon (0.99.0)
git (1.18.0)
git (1.19.0)
addressable (~> 2.8)
rchardet (~> 1.8)
json (2.6.3)
Expand All @@ -20,7 +20,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
public_suffix (5.0.1)
public_suffix (5.0.4)
racc (1.7.1)
rainbow (3.1.1)
rchardet (1.8.0)
Expand Down Expand Up @@ -52,7 +52,7 @@ PLATFORMS
DEPENDENCIES
colorize
docker-api
git (~> 1.18)
git (~> 1.19)
reek
rubocop

Expand Down

0 comments on commit e912883

Please sign in to comment.