Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Jan 7, 2025
1 parent d6edae0 commit 41faf40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
- uses: actions/cache@v4
with:
path: vendor/bundle
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"
gemspec

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

ruby_version = (ENV["RUBY_VERSION"] || "~> 3.4.1").to_s
ruby_version = (ENV["RUBY_VERSION"] || "~> 3.4").to_s
ruby ruby_version
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ DEPENDENCIES
propshaft (~> 1.1.0)
pry (~> 0.13)
puma (~> 6)
rails (~> 8.0.1)
rails (~> 8)
rake (~> 13.0)
rspec-rails (~> 5)
rubocop-md (~> 1)
Expand Down

0 comments on commit 41faf40

Please sign in to comment.