diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 0cc3f80..8942ddf 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 + ruby-version: 3.3 - run: | gem install bundler bundle config set --local with 'development' diff --git a/Gemfile.lock b/Gemfile.lock index 5c1182a..905403f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,28 +1,36 @@ GEM remote: https://rubygems.org/ specs: - ast (2.4.2) - json (2.6.3) - parallel (1.23.0) - parser (3.2.2.1) + ast (2.4.3) + json (2.14.1) + language_server-protocol (3.17.0.5) + lint_roller (1.1.0) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) + racc + prism (1.5.1) + racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.8.0) - rexml (3.3.9) - rubocop (1.51.0) + regexp_parser (2.11.3) + rubocop (1.80.2) json (~> 2.3) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.28.1) - parser (>= 3.2.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.46.0) + parser (>= 3.3.7.2) + prism (~> 1.4) ruby-progressbar (1.13.0) - unicode-display_width (2.4.2) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) PLATFORMS ruby @@ -31,4 +39,4 @@ DEPENDENCIES rubocop (~> 1.4) BUNDLED WITH - 2.4.10 + 2.7.1