Skip to content

Commit

Permalink
unpdate rails + CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitytakei committed Sep 21, 2024
1 parent 9ad4ad0 commit 8269998
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Ruby
uses: ruby/setup-ruby@v1.191.0
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Ruby
uses: ruby/setup-ruby@v1.191.0
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Ruby
uses: ruby/setup-ruby@v1.191.0
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 4aa78117fa427ec6d761b81fb1d3877a20703b9e
revision: aeb0fa4bcc7cb838debcca333a12deacaaeb3e30
branch: main
specs:
actioncable (8.0.0.alpha)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8269998

Please sign in to comment.