Skip to content

Commit

Permalink
chore: update example app
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Aug 12, 2022
1 parent 297c421 commit e738829
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions examples/rails/Gemfile.lock
Original file line number Diff line number Diff line change
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.11)
vite_rails (3.0.12)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0)
vite_ruby (3.2.1)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.2.2)
dry-cli (~> 0.7.0)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
Expand Down
6 changes: 3 additions & 3 deletions examples/rails/example_engine/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ GEM
timeout (0.2.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
vite_rails (3.0.11)
vite_rails (3.0.12)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0)
vite_ruby (3.2.1)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.2.2)
dry-cli (~> 0.7.0)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
Expand Down
4 changes: 2 additions & 2 deletions examples/rails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"sass": "^1.54.4",
"stylus": "^0.54.8",
"terser": "^5.14.2",
"vite": "^3.0.6",
"vite": "^3.0.0",
"vite-plugin-bugsnag": "^2.0.2",
"vite-plugin-environment": "^1.1.2",
"vite-plugin-full-reload": "^1.0.4",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-ruby": "^3.1.2",
"vite-plugin-ruby": "^3.1.0",
"vite-plugin-windicss": "^1.8.7"
}
}
4 changes: 2 additions & 2 deletions examples/rails/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e738829

Please sign in to comment.