Skip to content

Commit 41faf40

Browse files
committed
fix ci
1 parent d6edae0 commit 41faf40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Ruby
7171
uses: ruby/setup-ruby@v1
7272
with:
73-
ruby-version: 3.3
73+
ruby-version: 3.4
7474
- uses: actions/cache@v4
7575
with:
7676
path: vendor/bundle

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44
gemspec
55

6-
rails_version = (ENV["RAILS_VERSION"] || "~> 8.0.1").to_s
6+
rails_version = (ENV["RAILS_VERSION"] || "~> 8").to_s
77
gem "rails", (rails_version == "main") ? {git: "https://github.com/rails/rails", ref: "main"} : rails_version
88

9-
ruby_version = (ENV["RUBY_VERSION"] || "~> 3.4.1").to_s
9+
ruby_version = (ENV["RUBY_VERSION"] || "~> 3.4").to_s
1010
ruby ruby_version

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ DEPENDENCIES
382382
propshaft (~> 1.1.0)
383383
pry (~> 0.13)
384384
puma (~> 6)
385-
rails (~> 8.0.1)
385+
rails (~> 8)
386386
rake (~> 13.0)
387387
rspec-rails (~> 5)
388388
rubocop-md (~> 1)

0 commit comments

Comments
 (0)