Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 384dc41 commit 58e3e94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'relative_time', '1.1.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '6.1.2', require: false
gem 'rubocop', '1.61.0', require: false
gem 'rubocop-rspec', '3.0.3', require: false
gem 'rubocop-rspec', '3.0.4', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
random-port (~> 0.3)
psych (5.1.2)
stringio
racc (1.8.0)
racc (1.8.1)
rack (3.0.9.1)
rack-protection (4.0.0)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -168,7 +168,7 @@ GEM
io-console (~> 0.5)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.1)
rexml (3.3.4)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -200,7 +200,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.3)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -284,7 +284,7 @@ DEPENDENCIES
rerun (= 0.14.0)
rspec-rails (= 6.1.2)
rubocop (= 1.61.0)
rubocop-rspec (= 3.0.3)
rubocop-rspec (= 3.0.4)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 58e3e94

Please sign in to comment.