Skip to content

Commit

Permalink
chore: upgrade example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed May 30, 2022
1 parent 2af401b commit 4f1a32f
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 107 deletions.
2 changes: 0 additions & 2 deletions examples/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{ repo }.git" }

ruby '3.1.1'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7'
gem 'pg'
Expand Down
23 changes: 10 additions & 13 deletions examples/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
capybara
childprocess (4.1.0)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
crass (1.0.6)
diff-lcs (1.5.0)
digest (3.1.0)
Expand All @@ -107,15 +107,15 @@ GEM
ffi (1.15.5)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.8.11)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
io-wait (0.2.1)
launchy (2.5.0)
addressable (~> 2.7)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.13.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -124,7 +124,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.7.1)
mini_portile2 (2.8.0)
minitest (5.15.0)
msgpack (1.4.2)
net-imap (0.2.3)
Expand All @@ -143,8 +143,8 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pg (1.2.3)
pry (0.13.1)
Expand All @@ -157,7 +157,7 @@ GEM
puma (5.5.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.3.1)
rack-proxy (0.7.2)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -223,10 +223,10 @@ GEM
concurrent-ruby (~> 1.0)
vite_plugin_legacy (3.0.2)
vite_ruby (~> 3.0, >= 3.0.4)
vite_rails (3.0.6)
vite_rails (3.0.9)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0)
vite_ruby (3.0.9)
vite_ruby (3.1.5)
dry-cli (~> 0.7.0)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
Expand All @@ -244,7 +244,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.3)
zeitwerk (2.5.4)

PLATFORMS
ruby
Expand All @@ -269,8 +269,5 @@ DEPENDENCIES
web-console (>= 3.3.0)
webdrivers

RUBY VERSION
ruby 3.1.1

BUNDLED WITH
2.3.7
20 changes: 10 additions & 10 deletions examples/rails/example_engine/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,25 @@ GEM
bootsnap (1.10.1)
msgpack (~> 1.2)
builder (3.2.4)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
crass (1.0.6)
digest (3.1.0)
dry-cli (0.7.0)
erubi (1.10.0)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.8.11)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
io-wait (0.2.1)
loofah (2.13.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.7.1)
mini_portile2 (2.8.0)
minitest (5.15.0)
msgpack (1.4.2)
net-imap (0.2.3)
Expand All @@ -114,11 +114,11 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
racc (1.6.0)
rack (2.2.3)
rack (2.2.3.1)
rack-proxy (0.7.2)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -155,17 +155,17 @@ GEM
timeout (0.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
vite_rails (3.0.4)
vite_rails (3.0.9)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0)
vite_ruby (3.0.7)
vite_ruby (3.1.5)
dry-cli (~> 0.7.0)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.5.3)
zeitwerk (2.5.4)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion examples/rails/example_engine/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"devDependencies":{"vite":"^2.8.6","vite-plugin-ruby":"^3.0.8"}}
{"devDependencies":{"vite":"^2.9.1","vite-plugin-ruby":"^3.0.9"}}
Loading

0 comments on commit 4f1a32f

Please sign in to comment.