Skip to content

Commit

Permalink
chore: use latest release versions on CI and local dev (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored Jan 3, 2025
1 parent c7bbad9 commit 6665959
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
]
experimental: [false]
include:
- ruby: "3.4.0-preview2"
- ruby: "3.4"
os: ubuntu-latest
gemfile: "Gemfile-rails.8.0.x"
experimental: true
- ruby: "3.4.0-preview2"
- ruby: "3.4"
os: ubuntu-latest
gemfile: Gemfile-rails-edge
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.8.0.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '~> 8.0.0.rc2'
gem 'rails', '~> 8.0.0'

gemspec path: '../vite_ruby'
gemspec path: '../vite_rails'
Expand Down

0 comments on commit 6665959

Please sign in to comment.