Skip to content

Commit 57d7c9b

Browse files
Update dependency rubocop-rspec to v2.23.2
1 parent abd4947 commit 57d7c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem 'rack', '2.2.8'
3838
gem 'rack-test', '2.1.0'
3939
gem 'rake', '13.0.6', require: false
4040
gem 'rubocop', '1.55.1', require: false
41-
gem 'rubocop-rspec', '2.23.0', require: false
41+
gem 'rubocop-rspec', '2.23.2', require: false
4242
gem 'ruby-fann', '1.3.2'
4343
gem 'sass', '3.7.4'
4444
gem 'sentry-raven', '3.1.2'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ GEM
142142
rubocop (~> 1.41)
143143
rubocop-factory_bot (2.23.1)
144144
rubocop (~> 1.33)
145-
rubocop-rspec (2.23.0)
145+
rubocop-rspec (2.23.2)
146146
rubocop (~> 1.33)
147147
rubocop-capybara (~> 2.17)
148148
rubocop-factory_bot (~> 2.22)
@@ -227,7 +227,7 @@ DEPENDENCIES
227227
rack-test (= 2.1.0)
228228
rake (= 13.0.6)
229229
rubocop (= 1.55.1)
230-
rubocop-rspec (= 2.23.0)
230+
rubocop-rspec (= 2.23.2)
231231
ruby-fann (= 1.3.2)
232232
sass (= 3.7.4)
233233
sentry-raven (= 3.1.2)

0 commit comments

Comments
 (0)