We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bbad9 commit 6665959Copy full SHA for 6665959
.github/workflows/ruby.yml
@@ -23,11 +23,11 @@ jobs:
23
]
24
experimental: [false]
25
include:
26
- - ruby: "3.4.0-preview2"
+ - ruby: "3.4"
27
os: ubuntu-latest
28
gemfile: "Gemfile-rails.8.0.x"
29
experimental: true
30
31
32
gemfile: Gemfile-rails-edge
33
.ruby-version
@@ -1 +1 @@
1
-3.3.5
+3.3.6
gemfiles/Gemfile-rails.8.0.x
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
2
3
-gem 'rails', '~> 8.0.0.rc2'
+gem 'rails', '~> 8.0.0'
4
5
gemspec path: '../vite_ruby'
6
gemspec path: '../vite_rails'
0 commit comments