Skip to content

Commit 99df5a5

Browse files
committed
update development gems
1 parent bc3d3d9 commit 99df5a5

37 files changed

+46
-33
lines changed

Gemfile.lock

Lines changed: 42 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,29 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.0.7.2)
11+
activesupport (7.1.3.2)
12+
base64
13+
bigdecimal
1214
concurrent-ruby (~> 1.0, >= 1.0.2)
15+
connection_pool (>= 2.2.5)
16+
drb
1317
i18n (>= 1.6, < 2)
1418
minitest (>= 5.1)
19+
mutex_m
1520
tzinfo (~> 2.0)
1621
addressable (2.8.5)
1722
public_suffix (>= 2.0.2, < 6.0)
1823
ast (2.4.2)
1924
base64 (0.1.1)
25+
bigdecimal (3.1.7)
2026
concurrent-ruby (1.1.9)
27+
connection_pool (2.4.1)
2128
contracts (0.17)
2229
crack (0.4.5)
2330
rexml
2431
diff-lcs (1.5.0)
2532
docile (1.4.0)
33+
drb (2.2.1)
2634
entitlements-app (0.3.0)
2735
concurrent-ruby (= 1.1.9)
2836
faraday (~> 2.0)
@@ -35,25 +43,27 @@ GEM
3543
ruby2_keywords (>= 0.0.4)
3644
faraday-net_http (3.0.2)
3745
hashdiff (1.0.1)
38-
i18n (1.14.1)
46+
i18n (1.14.4)
3947
concurrent-ruby (~> 1.0)
4048
json (2.6.3)
41-
minitest (5.19.0)
49+
language_server-protocol (3.17.0.3)
50+
minitest (5.22.3)
51+
mutex_m (0.2.0)
4252
net-ldap (0.18.0)
4353
octokit (4.25.1)
4454
faraday (>= 1, < 3)
4555
sawyer (~> 0.9)
4656
optimist (3.0.0)
47-
parallel (1.23.0)
48-
parser (3.2.2.3)
57+
parallel (1.24.0)
58+
parser (3.3.0.5)
4959
ast (~> 2.4.1)
5060
racc
5161
public_suffix (5.0.3)
52-
racc (1.7.1)
53-
rack (3.0.8)
62+
racc (1.7.3)
63+
rack (3.0.10)
5464
rainbow (3.1.1)
5565
rake (13.0.6)
56-
regexp_parser (2.8.1)
66+
regexp_parser (2.9.0)
5767
rexml (3.2.6)
5868
rspec (3.8.0)
5969
rspec-core (~> 3.8.0)
@@ -68,31 +78,34 @@ GEM
6878
diff-lcs (>= 1.2.0, < 2.0)
6979
rspec-support (~> 3.8.0)
7080
rspec-support (3.8.3)
71-
rubocop (1.29.1)
81+
rubocop (1.62.1)
82+
json (~> 2.3)
83+
language_server-protocol (>= 3.17.0)
7284
parallel (~> 1.10)
73-
parser (>= 3.1.0.0)
85+
parser (>= 3.3.0.2)
7486
rainbow (>= 2.2.2, < 4.0)
7587
regexp_parser (>= 1.8, < 3.0)
7688
rexml (>= 3.2.5, < 4.0)
77-
rubocop-ast (>= 1.17.0, < 2.0)
89+
rubocop-ast (>= 1.31.1, < 2.0)
7890
ruby-progressbar (~> 1.7)
79-
unicode-display_width (>= 1.4.0, < 3.0)
80-
rubocop-ast (1.29.0)
81-
parser (>= 3.2.1.0)
82-
rubocop-github (0.17.0)
83-
rubocop
84-
rubocop-performance
85-
rubocop-rails
86-
rubocop-performance (1.13.3)
87-
rubocop (>= 1.7.0, < 2.0)
88-
rubocop-ast (>= 0.4.0)
89-
rubocop-rails (2.15.2)
91+
unicode-display_width (>= 2.4.0, < 3.0)
92+
rubocop-ast (1.31.2)
93+
parser (>= 3.3.0.4)
94+
rubocop-github (0.20.0)
95+
rubocop (>= 1.37)
96+
rubocop-performance (>= 1.15)
97+
rubocop-rails (>= 2.17)
98+
rubocop-performance (1.20.2)
99+
rubocop (>= 1.48.1, < 2.0)
100+
rubocop-ast (>= 1.30.0, < 2.0)
101+
rubocop-rails (2.24.1)
90102
activesupport (>= 4.2.0)
91103
rack (>= 1.1)
92-
rubocop (>= 1.7.0, < 2.0)
104+
rubocop (>= 1.33.0, < 2.0)
105+
rubocop-ast (>= 1.31.1, < 2.0)
93106
ruby-progressbar (1.13.0)
94107
ruby2_keywords (0.0.5)
95-
rugged (0.27.5)
108+
rugged (1.7.2)
96109
sawyer (0.9.2)
97110
addressable (>= 2.3.5)
98111
faraday (>= 0.17.3, < 3)
@@ -105,7 +118,7 @@ GEM
105118
simplecov-html (0.10.2)
106119
tzinfo (2.0.6)
107120
concurrent-ruby (~> 1.0)
108-
unicode-display_width (2.4.2)
121+
unicode-display_width (2.5.0)
109122
vcr (4.0.0)
110123
webmock (3.4.2)
111124
addressable (>= 2.3.6)
@@ -120,10 +133,10 @@ DEPENDENCIES
120133
rake (= 13.0.6)
121134
rspec (= 3.8.0)
122135
rspec-core (= 3.8.0)
123-
rubocop (= 1.29.1)
124-
rubocop-github (= 0.17.0)
125-
rubocop-performance (= 1.13.3)
126-
rugged (= 0.27.5)
136+
rubocop (= 1.62.1)
137+
rubocop-github (= 0.20.0)
138+
rubocop-performance (= 1.20.2)
139+
rugged (~> 1.7, >= 1.7.2)
127140
simplecov (= 0.16.1)
128141
simplecov-erb (= 1.0.1)
129142
vcr (= 4.0.0)

entitlements-gitrepo-auditor-plugin.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Gem::Specification.new do |s|
2020
s.add_development_dependency "rake", "= 13.0.6"
2121
s.add_development_dependency "rspec", "= 3.8.0"
2222
s.add_development_dependency "rspec-core", "= 3.8.0"
23-
s.add_development_dependency "rubocop", "= 1.29.1"
24-
s.add_development_dependency "rubocop-github", "= 0.17.0"
25-
s.add_development_dependency "rubocop-performance", "= 1.13.3"
26-
s.add_development_dependency "rugged", "= 0.27.5"
23+
s.add_development_dependency "rubocop", "= 1.62.1"
24+
s.add_development_dependency "rubocop-github", "= 0.20.0"
25+
s.add_development_dependency "rubocop-performance", "= 1.20.2"
26+
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
2727
s.add_development_dependency "simplecov", "= 0.16.1"
2828
s.add_development_dependency "simplecov-erb", "= 1.0.1"
2929
s.add_development_dependency "vcr", "= 4.0.0"
-221 KB
Binary file not shown.
252 KB
Binary file not shown.

vendor/cache/bigdecimal-3.1.7.gem

86 KB
Binary file not shown.
11.5 KB
Binary file not shown.

vendor/cache/drb-2.2.1.gem

30 KB
Binary file not shown.

vendor/cache/i18n-1.14.1.gem

-45 KB
Binary file not shown.

vendor/cache/i18n-1.14.4.gem

45 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)