Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rubocop-rspec to v3.3.0 #1245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0'
Expand Down
20 changes: 9 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
iri (0.8.0)
json (2.7.2)
json (2.9.0)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -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.6.0)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand Down Expand Up @@ -163,15 +163,14 @@ GEM
ffi (~> 1.0)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
relative_time (1.1.0)
i18n
reline (0.5.9)
io-console (~> 0.5)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.1)
strscan
rexml (3.3.9)
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.36.2)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.3)
rubocop-rspec (3.3.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.3.0)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
simplecov (= 0.22.0)
Expand Down