Skip to content

Commit

Permalink
fix: bump up expected plugin version
Browse files Browse the repository at this point in the history
closes #493
  • Loading branch information
ElMassimo committed Sep 5, 2024
1 parent aa5340a commit b8dec4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
minitest (5.25.1)
minitest-reporters (1.6.1)
ansi
builder
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.24.1)
Expand All @@ -240,7 +240,7 @@ GEM
simplecov-html (0.10.2)
spring (2.1.1)
stringio (3.1.1)
thor (1.3.1)
thor (1.3.2)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -249,7 +249,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion test/mounted_app/test/dummy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"ci": "^2.0.0",
"ni": "^0.0.2",
"vite": "^5.0.0",
"vite-plugin-ruby": "^5.0.0"
"vite-plugin-ruby": "^5.1.0"
}
}
8 changes: 4 additions & 4 deletions test/mounted_app/test/dummy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -788,10 +788,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/uid2/-/uid2-0.0.3.tgz#483126e11774df2f71b8b639dcd799c376162b82"
integrity sha1-SDEm4Rd03y9xuLY53NeZw3YWK4I=

vite-plugin-ruby@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/vite-plugin-ruby/-/vite-plugin-ruby-5.0.0.tgz#cd891198a7672f2e8402439f53ab9d2b08f6502d"
integrity sha512-c8PjTp21Ah/ttgnNUyu0qvCXZI08Jr9I24oUKg3TRIRhF5GcOZ++6wtlTCrNFd9COEQbpXHxlRIXd/MEg0iZJw==
vite-plugin-ruby@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/vite-plugin-ruby/-/vite-plugin-ruby-5.1.0.tgz#489f2071ea6d86b5db735ea1fbbbe10e50e8e9bc"
integrity sha512-Dgd/dCvb/8GYxZx2NEgxygEoUpHz9vfad7itlO4fXqYwdfAEwFwwOohC630yf/+kxIGBZXI5yk+Y3WkL9VkwcA==
dependencies:
debug "^4.3.4"
fast-glob "^3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion vite_ruby/lib/vite_ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class ViteRuby

# Internal: Versions used by default when running `vite install`.
DEFAULT_VITE_VERSION = '^5.0.0'
DEFAULT_PLUGIN_VERSION = '^5.0.0'
DEFAULT_PLUGIN_VERSION = '^5.1.0'
end

0 comments on commit b8dec4f

Please sign in to comment.