Skip to content

Commit 33b6e47

Browse files
Bump the dev-ruby-development group with 4 updates
Updates the requirements on [debug](https://github.com/ruby/debug), [rspec](https://github.com/rspec/rspec), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. Updates `debug` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.10.0...v1.11.0) Updates `rspec` from 3.13.0 to 3.13.1 - [Commits](rspec/rspec@rspec-metagem-v3.13.0...rspec-v3.13.1) Updates `rubocop` from 1.77.0 to 1.80.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.77.0...v1.80.2) Updates `rubocop-performance` from 1.25.0 to 1.26.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: debug dependency-version: 1.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-development - dependency-name: rspec dependency-version: 3.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-development - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-development - dependency-name: rubocop-performance dependency-version: 1.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf107bd commit 33b6e47

34 files changed

+23
-23
lines changed

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GEM
3434
bigdecimal
3535
rexml
3636
date (3.4.1)
37-
debug (1.10.0)
37+
debug (1.11.0)
3838
irb (~> 1.10)
3939
reline (>= 0.3.8)
4040
diff-lcs (1.6.2)
@@ -48,7 +48,7 @@ GEM
4848
octokit (~> 4.18)
4949
optimist (~> 3.1)
5050
ostruct (~> 0.6.0)
51-
erb (5.0.1)
51+
erb (5.0.2)
5252
faraday (2.13.1)
5353
faraday-net_http (>= 2.0, < 3.5)
5454
json
@@ -58,12 +58,12 @@ GEM
5858
hashdiff (1.2.0)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
io-console (0.8.0)
61+
io-console (0.8.1)
6262
irb (1.15.2)
6363
pp (>= 0.6.0)
6464
rdoc (>= 4.0.0)
6565
reline (>= 0.4.2)
66-
json (2.12.2)
66+
json (2.15.0)
6767
language_server-protocol (3.17.0.5)
6868
lint_roller (1.1.0)
6969
logger (1.7.0)
@@ -77,13 +77,13 @@ GEM
7777
optimist (3.2.1)
7878
ostruct (0.6.2)
7979
parallel (1.27.0)
80-
parser (3.3.8.0)
80+
parser (3.3.9.0)
8181
ast (~> 2.4.1)
8282
racc
8383
pp (0.6.2)
8484
prettyprint
8585
prettyprint (0.2.0)
86-
prism (1.4.0)
86+
prism (1.5.1)
8787
psych (5.2.6)
8888
date
8989
stringio
@@ -92,14 +92,14 @@ GEM
9292
rack (3.1.16)
9393
rainbow (3.1.1)
9494
rake (13.3.0)
95-
rdoc (6.14.1)
95+
rdoc (6.14.2)
9696
erb
9797
psych (>= 4.0.0)
98-
regexp_parser (2.10.0)
99-
reline (0.6.1)
98+
regexp_parser (2.11.3)
99+
reline (0.6.2)
100100
io-console (~> 0.5)
101101
rexml (3.4.1)
102-
rspec (3.13.0)
102+
rspec (3.13.1)
103103
rspec-core (~> 3.13.0)
104104
rspec-expectations (~> 3.13.0)
105105
rspec-mocks (~> 3.13.0)
@@ -111,29 +111,29 @@ GEM
111111
rspec-mocks (3.13.5)
112112
diff-lcs (>= 1.2.0, < 2.0)
113113
rspec-support (~> 3.13.0)
114-
rspec-support (3.13.4)
115-
rubocop (1.77.0)
114+
rspec-support (3.13.6)
115+
rubocop (1.80.2)
116116
json (~> 2.3)
117117
language_server-protocol (~> 3.17.0.2)
118118
lint_roller (~> 1.1.0)
119119
parallel (~> 1.10)
120120
parser (>= 3.3.0.2)
121121
rainbow (>= 2.2.2, < 4.0)
122122
regexp_parser (>= 2.9.3, < 3.0)
123-
rubocop-ast (>= 1.45.1, < 2.0)
123+
rubocop-ast (>= 1.46.0, < 2.0)
124124
ruby-progressbar (~> 1.7)
125125
unicode-display_width (>= 2.4.0, < 4.0)
126-
rubocop-ast (1.45.1)
126+
rubocop-ast (1.47.1)
127127
parser (>= 3.3.7.2)
128128
prism (~> 1.4)
129129
rubocop-github (0.26.0)
130130
rubocop (>= 1.76)
131131
rubocop-performance (>= 1.24)
132132
rubocop-rails (>= 2.23)
133-
rubocop-performance (1.25.0)
133+
rubocop-performance (1.26.0)
134134
lint_roller (~> 1.1)
135135
rubocop (>= 1.75.0, < 2.0)
136-
rubocop-ast (>= 1.38.0, < 2.0)
136+
rubocop-ast (>= 1.44.0, < 2.0)
137137
rubocop-rails (2.32.0)
138138
activesupport (>= 4.2.0)
139139
lint_roller (~> 1.1)
@@ -157,9 +157,9 @@ GEM
157157
stringio (3.1.7)
158158
tzinfo (2.0.6)
159159
concurrent-ruby (~> 1.0)
160-
unicode-display_width (3.1.4)
161-
unicode-emoji (~> 4.0, >= 4.0.4)
162-
unicode-emoji (4.0.4)
160+
unicode-display_width (3.2.0)
161+
unicode-emoji (~> 4.1)
162+
unicode-emoji (4.1.0)
163163
uri (1.0.3)
164164
vcr (6.3.1)
165165
base64
@@ -172,10 +172,10 @@ PLATFORMS
172172
ruby
173173

174174
DEPENDENCIES
175-
debug (<= 1.10.0)
175+
debug (<= 1.12.0)
176176
entitlements-gitrepo-auditor-plugin!
177177
rake (~> 13.2, >= 13.2.1)
178-
rspec (= 3.13.0)
178+
rspec (= 3.13.1)
179179
rubocop (~> 1.64)
180180
rubocop-github (~> 0.20)
181181
rubocop-performance (~> 1.21)

entitlements-gitrepo-auditor-plugin.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Gem::Specification.new do |s|
1717
s.add_dependency "contracts", "~> 0.17"
1818
s.add_dependency "entitlements-app", "~> 1.0"
1919

20-
s.add_development_dependency "debug", "<= 1.10.0"
20+
s.add_development_dependency "debug", "<= 1.12.0"
2121
s.add_development_dependency "rake", "~> 13.2", ">= 13.2.1"
22-
s.add_development_dependency "rspec", "= 3.13.0"
22+
s.add_development_dependency "rspec", "= 3.13.1"
2323
s.add_development_dependency "rubocop", "~> 1.64"
2424
s.add_development_dependency "rubocop-github", "~> 0.20"
2525
s.add_development_dependency "rubocop-performance", "~> 1.21"

vendor/cache/debug-1.10.0.gem

-97.5 KB
Binary file not shown.

vendor/cache/debug-1.11.0.gem

98 KB
Binary file not shown.

vendor/cache/erb-5.0.1.gem

-20.5 KB
Binary file not shown.

vendor/cache/erb-5.0.2.gem

21 KB
Binary file not shown.

vendor/cache/io-console-0.8.0.gem

-26 KB
Binary file not shown.

vendor/cache/io-console-0.8.1.gem

26 KB
Binary file not shown.

vendor/cache/json-2.12.2.gem

-74 KB
Binary file not shown.

vendor/cache/json-2.15.0.gem

77 KB
Binary file not shown.

0 commit comments

Comments
 (0)