From d91534589c1e9a1fd93d6a578c3311d292f52336 Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Sat, 31 May 2025 17:30:14 +0900 Subject: [PATCH] Bump ruby related stuff --- .github/workflows/ci.yml | 2 +- Gemfile | 1 - Gemfile.lock | 39 +++++++++++++++------------------------ 3 files changed, 16 insertions(+), 26 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c736204..5901f4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - ruby-version: 3.0.0 + ruby-version: 3.4 - uses: actions/download-artifact@v4 with: name: tmp-test-report diff --git a/Gemfile b/Gemfile index 5c2f46c..525e2ff 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,3 @@ source "https://rubygems.org" gem "rspec" gem "rspec_junit_formatter" -gem "pry-byebug" diff --git a/Gemfile.lock b/Gemfile.lock index 67062a4..2218d25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,30 @@ GEM remote: https://rubygems.org/ specs: - byebug (11.1.3) - coderay (1.1.3) - diff-lcs (1.4.4) - method_source (1.0.0) - pry (0.13.1) - coderay (~> 1.1) - method_source (~> 1.0) - pry-byebug (3.9.0) - byebug (~> 11.0) - pry (~> 0.13.0) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + diff-lcs (1.6.2) + rspec (3.13.1) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.4) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.1) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.1) - rspec_junit_formatter (0.4.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.4) + rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) PLATFORMS + ruby x86_64-linux DEPENDENCIES - pry-byebug rspec rspec_junit_formatter BUNDLED WITH - 2.2.3 + 2.6.7