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 rubocop and more #882

Open
wants to merge 2 commits 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -10,5 +10,4 @@ gem 'cucumber', "~> 4.0"
gem 'cuke_modeler', '~> 3.6'
gem 'spinach', git: "https://github.com/grosser/spinach.git", branch: "grosser/json" # https://github.com/codegram/spinach/pull/229
gem 'rake'
gem 'rubocop', '~> 1.28.0' # lock minor so we do not get accidental violations, also need to drop ruby 2.5 support to upgrade further
gem 'rubocop-ast', '~> 1.17.0' # also need to drop ruby 2.5 support to remove this line
gem 'rubocop', '~> 1.36.0' # lock minor so we do not get accidental violations
35 changes: 17 additions & 18 deletions Gemfile.lock
Expand Up @@ -16,12 +16,11 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.5)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
builder (3.2.4)
bump (0.10.0)
Expand Down Expand Up @@ -58,14 +57,15 @@ GEM
cucumber-core (~> 7.1, >= 7.1.0)
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-messages (~> 12.2, >= 12.2.0)
cuke_modeler (3.15.0)
cucumber-gherkin (< 23.0)
cuke_modeler (3.17.0)
cucumber-gherkin (< 25.0)
diff-lcs (1.3)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
gherkin-ruby (0.3.2)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
middleware (0.1.0)
minitest (5.5.1)
multi_test (0.1.2)
Expand All @@ -88,23 +88,24 @@ GEM
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec-expectations (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.28.2)
rspec-support (3.11.1)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.17.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
sys-uname (1.2.2)
Expand All @@ -113,10 +114,9 @@ GEM
power_assert
thor (1.2.1)
thread_safe (0.3.6)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
zeitwerk (2.5.4)
unicode-display_width (2.3.0)

PLATFORMS
ruby
Expand All @@ -130,8 +130,7 @@ DEPENDENCIES
parallel_tests!
rake
rspec (~> 3.3)
rubocop (~> 1.28.0)
rubocop-ast (~> 1.17.0)
rubocop (~> 1.36.0)
spinach!
test-unit

Expand Down