Skip to content

Commit 0fc0eef

Browse files
committed
1 parent e5fb154 commit 0fc0eef

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
PATH
88
remote: vite_rails
99
specs:
10-
vite_rails (3.0.19)
10+
vite_rails (3.0.20)
1111
railties (>= 5.1, < 9)
1212
vite_ruby (~> 3.0, >= 3.2.2)
1313

@@ -159,7 +159,7 @@ GEM
159159
net-smtp (0.4.0)
160160
net-protocol
161161
nio4r (2.5.9)
162-
nokogiri (1.18.7)
162+
nokogiri (1.17.2)
163163
mini_portile2 (~> 2.8.2)
164164
racc (~> 1.4)
165165
parallel (1.26.3)
@@ -203,7 +203,7 @@ GEM
203203
activesupport (= 7.1.0)
204204
bundler (>= 1.15.0)
205205
railties (= 7.1.0)
206-
rails-dom-testing (2.2.0)
206+
rails-dom-testing (2.3.0)
207207
activesupport (>= 5.0.0)
208208
minitest
209209
nokogiri (>= 1.6)
@@ -274,7 +274,7 @@ GEM
274274
websocket-driver (0.7.6)
275275
websocket-extensions (>= 0.1.0)
276276
websocket-extensions (0.1.5)
277-
zeitwerk (2.7.2)
277+
zeitwerk (2.6.18)
278278

279279
PLATFORMS
280280
ruby
@@ -299,4 +299,4 @@ DEPENDENCIES
299299
vite_ruby!
300300

301301
BUNDLED WITH
302-
2.3.3
302+
2.4.10

vite_rails/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.20](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2026-01-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Early Hint links should be separated by a comma ([#576](https://github.com/ElMassimo/vite_ruby/issues/576)) ([6fd220a](https://github.com/ElMassimo/vite_ruby/commit/6fd220abdedf4b36089359565867e61251d8b605))
7+
8+
9+
110
## [3.0.19](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2024-11-05)
211

312

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ViteRails
4-
VERSION = "3.0.19"
4+
VERSION = "3.0.20"
55
end

0 commit comments

Comments
 (0)