Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent b456c3c commit 64af396
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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', '2.29.2', require: false
gem 'rubocop-rspec', '2.30.0', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0'
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
racc (~> 1.4)
openssl (3.2.0)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand All @@ -124,7 +124,7 @@ GEM
random-port (~> 0.3)
psych (5.1.2)
stringio
racc (1.7.3)
racc (1.8.0)
rack (3.0.9.1)
rack-protection (4.0.0)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -161,14 +161,15 @@ GEM
ffi (~> 1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
relative_time (1.1.0)
i18n
reline (0.4.3)
io-console (~> 0.5)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
Expand Down Expand Up @@ -203,7 +204,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rspec (2.29.2)
rubocop-rspec (2.30.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -245,6 +246,7 @@ GEM
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
stringio (3.1.0)
strscan (3.1.0)
telebot (0.1.2)
faraday
faraday_middleware
Expand Down Expand Up @@ -291,7 +293,7 @@ DEPENDENCIES
rerun (= 0.14.0)
rspec-rails (= 6.1.2)
rubocop (= 1.61.0)
rubocop-rspec (= 2.29.2)
rubocop-rspec (= 2.30.0)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 64af396

Please sign in to comment.