diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4af02e7..491638f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.4" bundler-cache: true - name: Check released Bun version id: check_version @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.4" bundler-cache: true - name: Build gems env: @@ -71,7 +71,7 @@ jobs: name: gems - name: Test run: | - docker run --rm -v $PWD:/gems ruby:3.3-slim bash -c "\ + docker run --rm -v $PWD:/gems ruby:3.4-slim bash -c "\ cd /gems && \ mkdir test && cd test && \ bundle init && \ @@ -100,7 +100,7 @@ jobs: name: gems - name: Test run: | - docker run --rm --platform linux/arm64 -v $PWD:/gems ruby:3.3-slim bash -c "\ + docker run --rm --platform linux/arm64 -v $PWD:/gems ruby:3.4-slim bash -c "\ cd /gems && \ mkdir test && cd test && \ bundle init && \ @@ -125,7 +125,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.4" - uses: actions/download-artifact@v3 with: name: gems @@ -154,7 +154,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.4" - uses: actions/download-artifact@v3 with: name: gems @@ -185,7 +185,7 @@ jobs: name: gems - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.4" - name: Test shell: pwsh run: | @@ -222,7 +222,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.4" bundler-cache: true - run: bundle install - uses: actions/download-artifact@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f5092f..2411ec3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.4" bundler-cache: true - name: Run Standard.rb/Rubocop diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24c15b8..eafd909 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,7 @@ jobs: ruby: - "3.3.6" - "3.2.6" + - "3.4.1" steps: - uses: actions/checkout@v4 diff --git a/Gemfile b/Gemfile index 8354153..744727d 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'jsbundling-rails' # Build gem 'down' gem 'octokit' -gem 'rubyzip' +gem 'rubyzip', '~> 2.4.1' # Testing gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index d0ef7db..6f440be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM ast (2.4.2) base64 (0.2.0) benchmark (0.4.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) builder (3.3.0) concurrent-ruby (1.3.4) connection_pool (2.4.1) @@ -98,7 +98,7 @@ GEM down (5.4.2) addressable (~> 2.8) drb (2.2.1) - erubi (1.13.0) + erubi (1.13.1) execjs (2.10.0) faraday (2.12.2) faraday-net_http (>= 2.0, < 3.5) @@ -112,17 +112,17 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.8.0) - irb (1.14.2) + irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.9.0) + json (2.9.1) language_server-protocol (3.17.0.3) - lefthook (1.9.2) + lefthook (1.10.1) lint_roller (1.1.0) - logger (1.6.3) - loofah (2.23.1) + logger (1.6.4) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -132,11 +132,10 @@ GEM net-smtp marcel (1.0.4) mini_mime (1.1.5) - mini_portile2 (2.8.8) minitest (5.25.4) net-http (0.6.0) uri - net-imap (0.5.2) + net-imap (0.5.5) date net-protocol net-pop (0.1.2) @@ -144,12 +143,22 @@ GEM net-protocol (0.2.2) timeout net-smtp (0.5.0) - net-protocol nio4r (2.7.4) - nokogiri (1.17.2) - mini_portile2 (~> 2.8.2) + nokogiri (1.18.1-aarch64-linux-gnu) + racc (~> 1.4) + nokogiri (1.18.1-aarch64-linux-musl) + racc (~> 1.4) + nokogiri (1.18.1-arm-linux-gnu) + racc (~> 1.4) + nokogiri (1.18.1-arm-linux-musl) racc (~> 1.4) - nokogiri (1.17.2-arm64-darwin) + nokogiri (1.18.1-arm64-darwin) + racc (~> 1.4) + nokogiri (1.18.1-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.18.1-x86_64-linux-gnu) + racc (~> 1.4) + nokogiri (1.18.1-x86_64-linux-musl) racc (~> 1.4) octokit (9.2.0) faraday (>= 1, < 3) @@ -158,15 +167,16 @@ GEM parser (3.3.6.0) ast (~> 2.4.1) racc - psych (5.2.1) + psych (5.2.2) date stringio public_suffix (6.0.1) racc (1.8.1) rack (3.1.8) - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rackup (2.2.1) rack (>= 3) @@ -201,9 +211,9 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - rdoc (6.9.1) + rdoc (6.10.0) psych (>= 4.0.0) - regexp_parser (2.9.3) + regexp_parser (2.10.0) reline (0.6.0) io-console (~> 0.5) rexml (3.4.0) @@ -232,11 +242,11 @@ GEM unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.23.0) + rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - rubyzip (2.3.2) + rubyzip (2.4.1) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -258,7 +268,7 @@ GEM timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.2) + unicode-display_width (3.1.3) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uri (1.0.2) @@ -267,15 +277,22 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - websocket-driver (0.7.6) + websocket-driver (0.7.7) + base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yard (0.9.37) zeitwerk (2.7.1) PLATFORMS - arm64-darwin-24 - ruby + aarch64-linux-gnu + aarch64-linux-musl + arm-linux-gnu + arm-linux-musl + arm64-darwin + x86_64-darwin + x86_64-linux-gnu + x86_64-linux-musl DEPENDENCIES bundlebun! @@ -288,10 +305,10 @@ DEPENDENCIES rails rake (~> 13.0) rspec - rubyzip + rubyzip (~> 2.4.1) standard (~> 1.3) webmock yard BUNDLED WITH - 2.5.23 + 2.6.2