Skip to content

Commit 58f675b

Browse files
Bump git from 2.1.1 to 2.2.0
Bumps [git](https://github.com/ruby-git/ruby-git) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](ruby-git/ruby-git@v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6116c7e commit 58f675b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (7.2.1)
55
base64
66
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
88
connection_pool (>= 2.2.5)
99
drb
1010
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
1112
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
1415
addressable (2.8.7)
1516
public_suffix (>= 2.0.2, < 7.0)
1617
base64 (0.2.0)
@@ -22,7 +23,7 @@ GEM
2223
coffee-script-source (1.12.2)
2324
colorator (1.1.0)
2425
commonmarker (0.23.10)
25-
concurrent-ruby (1.3.3)
26+
concurrent-ruby (1.3.4)
2627
connection_pool (2.4.1)
2728
csv (3.3.0)
2829
dnsruby (1.72.2)
@@ -44,7 +45,7 @@ GEM
4445
ffi (1.17.0-x86_64-darwin)
4546
forwardable-extended (2.6.0)
4647
gemoji (4.1.0)
47-
git (2.1.1)
48+
git (2.2.0)
4849
activesupport (>= 5.0)
4950
addressable (~> 2.8)
5051
process_executer (~> 1.1)
@@ -233,8 +234,7 @@ GEM
233234
jekyll (>= 3.5, < 5.0)
234235
jekyll-feed (~> 0.9)
235236
jekyll-seo-tag (~> 2.1)
236-
minitest (5.24.1)
237-
mutex_m (0.2.0)
237+
minitest (5.25.1)
238238
net-http (0.4.1)
239239
uri
240240
nokogiri (1.16.7)
@@ -267,6 +267,7 @@ GEM
267267
sawyer (0.9.2)
268268
addressable (>= 2.3.5)
269269
faraday (>= 0.17.3, < 3)
270+
securerandom (0.3.1)
270271
simpleidn (0.2.3)
271272
strscan (3.1.0)
272273
terminal-table (1.8.0)

0 commit comments

Comments
 (0)