diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5d5219..e2a6e02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: name: Ruby ${{ matrix.version }} strategy: matrix: - version: [3.0, 3.1, 3.2] + version: [3.0, 3.1, 3.2, 3.3] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 801320f..0f160d8 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -8,10 +8,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Ruby 3.0 + - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0 bundler-cache: true - name: Install gems run: | diff --git a/.rubocop.yml b/.rubocop.yml index 9dfe8b3..d4ab007 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,6 @@ inherit_gem: rubocop-shopify: rubocop.yml AllCops: - TargetRubyVersion: 3.0 NewCops: disable SuggestExtensions: false Exclude: diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..15a2799 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.3.0 diff --git a/Gemfile.lock b/Gemfile.lock index 0155660..963caf1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,35 +13,37 @@ GEM crack (0.4.5) rexml hashdiff (1.0.1) - json (2.6.3) + json (2.7.1) + language_server-protocol (3.17.0.3) minitest (5.14.4) - parallel (1.23.0) - parser (3.2.2.3) + parallel (1.24.0) + parser (3.3.0.5) ast (~> 2.4.1) racc prism (0.17.0) public_suffix (4.0.6) - racc (1.7.0) + racc (1.7.3) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.8.1) - rexml (3.2.5) - rubocop (1.52.1) + regexp_parser (2.9.0) + rexml (3.2.6) + rubocop (1.62.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + 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) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-shopify (2.14.0) rubocop (~> 1.51) ruby-progressbar (1.13.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) webmock (3.11.2) addressable (>= 2.3.6) crack (>= 0.3.2) @@ -59,4 +61,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.2.25 + 2.5.7 diff --git a/dev.yml b/dev.yml index 461f0c2..35fe8d0 100644 --- a/dev.yml +++ b/dev.yml @@ -4,7 +4,7 @@ type: - ruby up: - - ruby: 3.0.2 + - ruby - bundler console: