Skip to content

Commit 98d94f5

Browse files
Bump rubocop-rspec from 2.24.1 to 2.27.1
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.1 to 2.27.1. - [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.24.1...v2.27.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdc5b40 commit 98d94f5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development, :test do
1111
gem 'rake', '~> 13.0'
1212
gem 'rspec', '~> 3.0'
1313
gem 'rubocop', '~> 1.57'
14-
gem 'rubocop-rspec', '~> 2.24'
14+
gem 'rubocop-rspec', '~> 2.27'
1515
gem 'timecop', '~> 0.9'
1616
gem 'vcr', '~> 5.0'
1717
gem 'webmock', '~> 3.19'

Gemfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
domain_name (~> 0.5)
9595
i18n (1.14.1)
9696
concurrent-ruby (~> 1.0)
97-
json (2.6.3)
97+
json (2.7.1)
9898
kramdown (2.4.0)
9999
rexml
100100
kramdown-parser-gfm (1.1.0)
@@ -123,8 +123,8 @@ GEM
123123
open4 (1.3.4)
124124
openstack (3.3.21)
125125
json
126-
parallel (1.23.0)
127-
parser (3.2.2.4)
126+
parallel (1.24.0)
127+
parser (3.3.0.5)
128128
ast (~> 2.4.1)
129129
racc
130130
pry (0.14.2)
@@ -134,7 +134,7 @@ GEM
134134
byebug (~> 11.0)
135135
pry (>= 0.13, < 0.15)
136136
public_suffix (5.0.3)
137-
racc (1.7.1)
137+
racc (1.7.3)
138138
rainbow (3.1.1)
139139
rake (13.0.6)
140140
rchardet (1.8.0)
@@ -154,7 +154,7 @@ GEM
154154
redis-client (>= 0.17.0)
155155
redis-client (0.17.1)
156156
connection_pool
157-
regexp_parser (2.8.2)
157+
regexp_parser (2.9.0)
158158
rest-client (2.1.0)
159159
http-accept (>= 1.7.0, < 2.0)
160160
http-cookie (>= 1.0.2, < 2.0)
@@ -187,14 +187,14 @@ GEM
187187
rubocop-ast (>= 1.28.1, < 2.0)
188188
ruby-progressbar (~> 1.7)
189189
unicode-display_width (>= 2.4.0, < 3.0)
190-
rubocop-ast (1.29.0)
191-
parser (>= 3.2.1.0)
192-
rubocop-capybara (2.19.0)
190+
rubocop-ast (1.31.1)
191+
parser (>= 3.3.0.4)
192+
rubocop-capybara (2.20.0)
193193
rubocop (~> 1.41)
194-
rubocop-factory_bot (2.24.0)
195-
rubocop (~> 1.33)
196-
rubocop-rspec (2.24.1)
197-
rubocop (~> 1.33)
194+
rubocop-factory_bot (2.25.1)
195+
rubocop (~> 1.41)
196+
rubocop-rspec (2.27.1)
197+
rubocop (~> 1.40)
198198
rubocop-capybara (~> 2.17)
199199
rubocop-factory_bot (~> 2.22)
200200
ruby-progressbar (1.13.0)
@@ -250,7 +250,7 @@ DEPENDENCIES
250250
rake (~> 13.0)
251251
rspec (~> 3.0)
252252
rubocop (~> 1.57)
253-
rubocop-rspec (~> 2.24)
253+
rubocop-rspec (~> 2.27)
254254
timecop (~> 0.9)
255255
vcr (~> 5.0)
256256
webmock (~> 3.19)

0 commit comments

Comments
 (0)