Skip to content

Commit dc5910c

Browse files
authored
Merge pull request #15 from github/dependabot/bundler/rack-3.0.8
Bump rack from 2.2.4 to 3.0.8
2 parents 9e7180e + edbf290 commit dc5910c

31 files changed

+19
-17
lines changed

Gemfile.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PATH
22
remote: .
33
specs:
4-
entitlements-gitrepo-auditor-plugin (0.2.2)
4+
entitlements-gitrepo-auditor-plugin (0.2.3)
55
contracts (= 0.17)
66
entitlements (= 0.2.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.0.3.1)
11+
activesupport (7.0.6)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
1313
i18n (>= 1.6, < 2)
1414
minitest (>= 5.1)
1515
tzinfo (~> 2.0)
16-
addressable (2.8.1)
16+
addressable (2.8.4)
1717
public_suffix (>= 2.0.2, < 6.0)
1818
ast (2.4.2)
1919
concurrent-ruby (1.1.9)
@@ -33,23 +33,25 @@ GEM
3333
ruby2_keywords (>= 0.0.4)
3434
faraday-net_http (3.0.2)
3535
hashdiff (1.0.1)
36-
i18n (1.12.0)
36+
i18n (1.14.1)
3737
concurrent-ruby (~> 1.0)
38-
json (2.6.2)
39-
minitest (5.16.3)
38+
json (2.6.3)
39+
minitest (5.18.1)
4040
net-ldap (0.18.0)
4141
octokit (4.25.1)
4242
faraday (>= 1, < 3)
4343
sawyer (~> 0.9)
4444
optimist (3.0.0)
45-
parallel (1.22.1)
46-
parser (3.1.2.1)
45+
parallel (1.23.0)
46+
parser (3.2.2.3)
4747
ast (~> 2.4.1)
48-
public_suffix (5.0.0)
49-
rack (2.2.4)
48+
racc
49+
public_suffix (5.0.3)
50+
racc (1.7.1)
51+
rack (3.0.8)
5052
rainbow (3.1.1)
5153
rake (13.0.6)
52-
regexp_parser (2.5.0)
54+
regexp_parser (2.8.1)
5355
rexml (3.2.5)
5456
rspec (3.8.0)
5557
rspec-core (~> 3.8.0)
@@ -73,8 +75,8 @@ GEM
7375
rubocop-ast (>= 1.17.0, < 2.0)
7476
ruby-progressbar (~> 1.7)
7577
unicode-display_width (>= 1.4.0, < 3.0)
76-
rubocop-ast (1.21.0)
77-
parser (>= 3.1.1.0)
78+
rubocop-ast (1.29.0)
79+
parser (>= 3.2.1.0)
7880
rubocop-github (0.17.0)
7981
rubocop
8082
rubocop-performance
@@ -86,7 +88,7 @@ GEM
8688
activesupport (>= 4.2.0)
8789
rack (>= 1.1)
8890
rubocop (>= 1.7.0, < 2.0)
89-
ruby-progressbar (1.11.0)
91+
ruby-progressbar (1.13.0)
9092
ruby2_keywords (0.0.5)
9193
rugged (0.27.5)
9294
sawyer (0.9.2)
@@ -99,9 +101,9 @@ GEM
99101
simplecov-erb (1.0.1)
100102
simplecov (< 1.0)
101103
simplecov-html (0.10.2)
102-
tzinfo (2.0.5)
104+
tzinfo (2.0.6)
103105
concurrent-ruby (~> 1.0)
104-
unicode-display_width (2.2.0)
106+
unicode-display_width (2.4.2)
105107
vcr (4.0.0)
106108
webmock (3.4.2)
107109
addressable (>= 2.3.6)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.2.3
-218 KB
Binary file not shown.

vendor/cache/activesupport-7.0.6.gem

220 KB
Binary file not shown.

vendor/cache/addressable-2.8.1.gem

-104 KB
Binary file not shown.

vendor/cache/addressable-2.8.4.gem

104 KB
Binary file not shown.

vendor/cache/i18n-1.12.0.gem

-43.5 KB
Binary file not shown.

vendor/cache/i18n-1.14.1.gem

45 KB
Binary file not shown.

vendor/cache/json-2.6.2.gem

-65.5 KB
Binary file not shown.

vendor/cache/json-2.6.3.gem

65.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)