Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent a03fc2f commit 927a26c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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', '7.0.0', require: false
gem 'rubocop', '1.61.0', require: false
gem 'rubocop-rspec', '3.0.3', require: false
gem 'rubocop-rspec', '3.1.0', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0'
Expand Down
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
openssl (3.2.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand Down Expand Up @@ -170,8 +170,7 @@ GEM
io-console (~> 0.5)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.1)
strscan
rexml (3.3.8)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
Expand Down Expand Up @@ -200,9 +199,9 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.3)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -240,7 +239,6 @@ GEM
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
stringio (3.1.1)
strscan (3.1.0)
telebot (0.1.2)
faraday
faraday_middleware
Expand All @@ -251,7 +249,7 @@ GEM
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
useragent (0.16.10)
virtus (2.0.0)
axiom-types (~> 0.1)
Expand Down Expand Up @@ -288,7 +286,7 @@ DEPENDENCIES
rerun (= 0.14.0)
rspec-rails (= 7.0.0)
rubocop (= 1.61.0)
rubocop-rspec (= 3.0.3)
rubocop-rspec (= 3.1.0)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 927a26c

Please sign in to comment.