Skip to content

Commit

Permalink
Update vite (#77)
Browse files Browse the repository at this point in the history
* update deps and Vite

* remove warning message
  • Loading branch information
adrienpoly authored Jun 11, 2024
1 parent f4d9ecb commit 92c160a
Show file tree
Hide file tree
Showing 17 changed files with 519 additions and 655 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ test-run-report*
# Ignore SQLite databases create by Litestack for action cable to be removed once we are able to move them to storage
db/*.db
db/*.db-*

# Vite Ruby
/public/vite*
node_modules
# Vite uses dotenv and suggests to ignore local-only env files. See
# https://vitejs.dev/guide/env-and-mode.html#env-files
*.local

3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ group :development do
# gem "spring"

gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
gem "ruby-lsp", require: false
gem "ruby-lsp-rails", require: false
gem "standardrb", "~> 1.0"
gem "erb_lint", "~> 0.4.0"
Expand All @@ -88,7 +87,7 @@ gem "dockerfile-rails", ">= 1.2", group: :development
gem "litestack"
gem "inline_svg", "~> 1.9"
gem "net-http", "~> 0.3.2"
gem "meilisearch-rails", "~> 0.9.1"
gem "meilisearch-rails"
gem "ahoy_matey", "~> 4.2"
gem "vite_rails"
gem "meta-tags", "~> 2.18"
Expand Down
Loading

0 comments on commit 92c160a

Please sign in to comment.