Skip to content

Commit af9b6f1

Browse files
Bump rubocop-rspec from 2.25.0 to 3.7.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 3.7.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v2.25.0...v3.7.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af3540d commit af9b6f1

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development, :test do
1111
gem 'rspec', '3.13.0'
1212
gem 'rubocop', '~> 1.75.3'
1313
gem 'rubocop-performance', '~> 1.19.0'
14-
gem 'rubocop-rspec', '~> 2.25.0'
14+
gem 'rubocop-rspec', '~> 3.7.0'
1515
gem 'simplecov', '0.22.0'
1616
gem 'simplecov-html', '0.13.1'
1717
gem 'simplecov-json', '0.2.3'

Gemfile.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ GEM
6262
hashery (2.1.2)
6363
i18n (1.14.5)
6464
concurrent-ruby (~> 1.0)
65-
json (2.11.3)
66-
language_server-protocol (3.17.0.4)
65+
json (2.13.2)
66+
language_server-protocol (3.17.0.5)
6767
lint_roller (1.1.0)
6868
listen (3.9.0)
6969
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -82,7 +82,7 @@ GEM
8282
nenv (~> 0.1)
8383
shellany (~> 0.0)
8484
parallel (1.27.0)
85-
parser (3.3.8.0)
85+
parser (3.3.9.0)
8686
ast (~> 2.4.1)
8787
racc
8888
pdf-core (0.10.0)
@@ -110,7 +110,7 @@ GEM
110110
rb-fsevent (0.11.2)
111111
rb-inotify (0.11.1)
112112
ffi (~> 1.0)
113-
regexp_parser (2.10.0)
113+
regexp_parser (2.11.2)
114114
rqrcode (2.2.0)
115115
chunky_png (~> 1.0)
116116
rqrcode_core (~> 1.0)
@@ -139,22 +139,15 @@ GEM
139139
rubocop-ast (>= 1.44.0, < 2.0)
140140
ruby-progressbar (~> 1.7)
141141
unicode-display_width (>= 2.4.0, < 4.0)
142-
rubocop-ast (1.44.1)
142+
rubocop-ast (1.46.0)
143143
parser (>= 3.3.7.2)
144144
prism (~> 1.4)
145-
rubocop-capybara (2.22.1)
146-
lint_roller (~> 1.1)
147-
rubocop (~> 1.72, >= 1.72.1)
148-
rubocop-factory_bot (2.27.1)
149-
lint_roller (~> 1.1)
150-
rubocop (~> 1.72, >= 1.72.1)
151145
rubocop-performance (1.19.1)
152146
rubocop (>= 1.7.0, < 2.0)
153147
rubocop-ast (>= 0.4.0)
154-
rubocop-rspec (2.25.0)
155-
rubocop (~> 1.40)
156-
rubocop-capybara (~> 2.17)
157-
rubocop-factory_bot (~> 2.22)
148+
rubocop-rspec (3.7.0)
149+
lint_roller (~> 1.1)
150+
rubocop (~> 1.72, >= 1.72.1)
158151
ruby-progressbar (1.13.0)
159152
ruby-rc4 (0.1.5)
160153
ruby2_keywords (0.0.5)
@@ -173,7 +166,7 @@ GEM
173166
bigdecimal (~> 3.1)
174167
tzinfo (2.0.6)
175168
concurrent-ruby (~> 1.0)
176-
unicode-display_width (3.1.4)
169+
unicode-display_width (3.1.5)
177170
unicode-emoji (~> 4.0, >= 4.0.4)
178171
unicode-emoji (4.0.4)
179172

@@ -190,7 +183,7 @@ DEPENDENCIES
190183
rspec (= 3.13.0)
191184
rubocop (~> 1.75.3)
192185
rubocop-performance (~> 1.19.0)
193-
rubocop-rspec (~> 2.25.0)
186+
rubocop-rspec (~> 3.7.0)
194187
simplecov (= 0.22.0)
195188
simplecov-html (= 0.13.1)
196189
simplecov-json (= 0.2.3)

0 commit comments

Comments
 (0)