From 8269998dc99280c6e0c6b11c41c3f5115e20f0d2 Mon Sep 17 00:00:00 2001 From: Trinity Takei Date: Sat, 21 Sep 2024 17:07:01 +0200 Subject: [PATCH] unpdate rails + CI --- .github/workflows/ci.yml | 8 ++++---- Gemfile | 2 +- Gemfile.lock | 7 +++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a464b6..922505e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Set up Ruby - uses: ruby/setup-ruby@v1.191.0 + uses: ruby/setup-ruby@v1 with: ruby-version: .ruby-version bundler-cache: true @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Set up Ruby - uses: ruby/setup-ruby@v1.191.0 + uses: ruby/setup-ruby@v1 with: ruby-version: .ruby-version bundler-cache: true @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Set up Ruby - uses: ruby/setup-ruby@v1.191.0 + uses: ruby/setup-ruby@v1 with: ruby-version: .ruby-version bundler-cache: true @@ -69,7 +69,7 @@ jobs: run: bin/rails db:test:prepare test test:system - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v3.2.1-node20 + uses: actions/upload-artifact@v4 if: failure() with: name: screenshots diff --git a/Gemfile b/Gemfile index 133a033..31be720 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "solid_cache", "~> 1.0.6" gem "solid_queue", "~> 0.9.0" gem "sqlite3", "~> 2.0.4" gem "stimulus-rails" -gem "turbo-rails" +gem "turbo-rails", "~> 2.0.9" gem "puma", ">= 6.4.3" gem "phlex-rails", "~> 1.2.1" gem "thruster", "~> 0.1.8" diff --git a/Gemfile.lock b/Gemfile.lock index ea85dfe..7887c29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 4aa78117fa427ec6d761b81fb1d3877a20703b9e + revision: aeb0fa4bcc7cb838debcca333a12deacaaeb3e30 branch: main specs: actioncable (8.0.0.alpha) @@ -413,9 +413,8 @@ GEM thruster (0.1.8-x86_64-darwin) thruster (0.1.8-x86_64-linux) timeout (0.4.1) - turbo-rails (2.0.6) + turbo-rails (2.0.9) actionpack (>= 6.0.0) - activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -487,7 +486,7 @@ DEPENDENCIES sqlite3 (~> 2.0.4) stimulus-rails thruster (~> 0.1.8) - turbo-rails + turbo-rails (~> 2.0.9) vite_rails (~> 3.0.17) web-console