Skip to content

Commit

Permalink
Downgrade vite_rails to slightly older version
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Dec 21, 2023
1 parent 57f49f6 commit 0b98fde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ gem 'rainbow', '~> 3.0'
gem 'psych', '<4'

# For css and js compilation
gem 'vite_rails', '~> 3.0.17'
gem 'vite_rails', '~> 3.0.16'

# Gem min versions that are only specified here because of vulnerabilities in earlier versions:
gem 'rack-protection', '>= 1.5.5'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ GEM
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
vite_rails (3.0.17)
vite_rails (3.0.16)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.5.0)
Expand Down Expand Up @@ -644,7 +644,7 @@ DEPENDENCIES
thread
underscore-rails
uri_service (= 0.6.0)
vite_rails (~> 3.0.17)
vite_rails (~> 3.0.16)
webdrivers (~> 5.3.0)
wowza-secure_token (= 0.0.1)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start:dev": "./bin/vite dev"
},
"devDependencies": {
"vite": "^5.0.10",
"vite-plugin-ruby": "^5.0.0"
"vite": "^4.3.0",
"vite-plugin-ruby": "^3.2.0"
},
"dependencies": {
"bootstrap-multiselect": "^0.9.15",
Expand Down

0 comments on commit 0b98fde

Please sign in to comment.