Skip to content

Commit 6665959

Browse files
authored
chore: use latest release versions on CI and local dev (#524)
1 parent c7bbad9 commit 6665959

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
]
2424
experimental: [false]
2525
include:
26-
- ruby: "3.4.0-preview2"
26+
- ruby: "3.4"
2727
os: ubuntu-latest
2828
gemfile: "Gemfile-rails.8.0.x"
2929
experimental: true
30-
- ruby: "3.4.0-preview2"
30+
- ruby: "3.4"
3131
os: ubuntu-latest
3232
gemfile: Gemfile-rails-edge
3333
experimental: true

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.5
1+
3.3.6

gemfiles/Gemfile-rails.8.0.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '~> 8.0.0.rc2'
3+
gem 'rails', '~> 8.0.0'
44

55
gemspec path: '../vite_ruby'
66
gemspec path: '../vite_rails'

0 commit comments

Comments
 (0)