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

build(deps): update rubocop-rspec requirement from = 2.23.0 to = 2.25.0 in /getaround-rubocop #316

Closed
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
18 changes: 9 additions & 9 deletions getaround-rubocop/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
rubocop (= 1.55.1)
rubocop-performance (= 1.18.0)
rubocop-rails (= 2.20.2)
rubocop-rspec (= 2.23.0)
rubocop-rspec (= 2.25.0)

GEM
remote: https://rubygems.org/
Expand All @@ -24,13 +24,13 @@ GEM
language_server-protocol (3.17.0.3)
minitest (5.19.0)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.7.1)
rack (3.0.8)
rainbow (3.1.1)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
relaxed-rubocop (2.5)
rexml (3.2.6)
rubocop (1.55.1)
Expand All @@ -44,11 +44,11 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -57,14 +57,14 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.23.0)
rubocop (~> 1.33)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion getaround-rubocop/getaround-rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rubocop', '= 1.55.1'
gem.add_runtime_dependency 'rubocop-performance', '= 1.18.0'
gem.add_runtime_dependency 'rubocop-rails', '= 2.20.2'
gem.add_runtime_dependency 'rubocop-rspec', '= 2.23.0'
gem.add_runtime_dependency 'rubocop-rspec', '= 2.25.0'
end