Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent ae3bd58 commit f33246a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false
gem 'random-port', '~>0', require: false
gem 'rspec-rails', '6.1.4', require: false
gem 'rubocop', '1.65.1', require: false
gem 'rubocop-rspec', '3.0.4', require: false
gem 'rubocop-rspec', '3.0.5', require: false
gem 'simplecov', '0.22.0', require: false
gem 'webmock', '3.23.1', require: false
gem 'xcop', '>=0.6', require: false
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GEM
shellany (~> 0.0)
openssl (3.2.0)
parallel (1.25.1)
parser (3.3.4.0)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
plist (3.1.0)
Expand Down Expand Up @@ -223,8 +223,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.4)
strscan
rexml (3.3.7)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
Expand Down Expand Up @@ -255,7 +254,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.4)
rubocop-rspec (3.0.5)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand All @@ -274,7 +273,6 @@ GEM
tilt (~> 2.0)
slop (4.10.1)
stringio (3.1.1)
strscan (3.1.0)
sys-proctable (1.3.0)
ffi (~> 1.1)
sys-uname (1.3.0)
Expand Down Expand Up @@ -329,7 +327,7 @@ DEPENDENCIES
random-port (~> 0)
rspec-rails (= 6.1.4)
rubocop (= 1.65.1)
rubocop-rspec (= 3.0.4)
rubocop-rspec (= 3.0.5)
simplecov (= 0.22.0)
webmock (= 3.23.1)
xcop (>= 0.6)
Expand Down

0 comments on commit f33246a

Please sign in to comment.