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

Bump rubocop from 1.59.0 to 1.60.0 #146

Merged
merged 2 commits into from
Jan 19, 2024
Merged
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
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ group 'test' do
gem 'rspec-parameterized', '>= 1.0.0'
gem 'rubocop'
gem 'rubocop-rspec'

# fix: build error on windows
gem 'ffi', github: 'ffi/ffi', branch: 'master'
end
15 changes: 11 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ GIT
rspec-expectations (~> 3.4)
thor (~> 1.0)

GIT
remote: https://github.com/ffi/ffi.git
revision: ba6c315bfd5868f73d826dd9b402dd5d889ac1aa
branch: master
specs:
ffi (1.16.4)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -45,15 +52,14 @@ GEM
cucumber-tag-expressions (5.0.6)
debug_inspector (1.2.0)
diff-lcs (1.5.0)
ffi (1.16.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
mini_mime (1.1.5)
multi_test (1.1.0)
parallel (1.24.0)
parallel_tests (4.4.0)
parallel
parser (3.3.0.2)
parser (3.3.0.4)
ast (~> 2.4.1)
racc
proc_to_ast (0.1.0)
Expand Down Expand Up @@ -89,11 +95,11 @@ GEM
binding_of_caller
rspec-parameterized-core (< 2)
rspec-support (3.12.1)
rubocop (1.59.0)
rubocop (1.60.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -126,6 +132,7 @@ PLATFORMS

DEPENDENCIES
aruba!
ffi!
parallel_tests
rake
rspec
Expand Down