Skip to content

Commit

Permalink
Update jQuery version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 1, 2023
1 parent 9b0b5ae commit 0938754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascript/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def call(env)
use AssetPath, urls: ['/vendor/assets/javascripts'], root: File.expand_path('../', $LOAD_PATH.find { |p| p.include?('jquery-rails') })
use AssetPath, urls: ['/vendor/assets/javascripts'], root: rails_validations_path.full_gem_path

DEFAULT_JQUERY_VERSION = '3.7.0.slim'
DEFAULT_JQUERY_VERSION = '3.7.1.slim'
QUNIT_VERSION = '2.19.4'

helpers do
Expand Down

0 comments on commit 0938754

Please sign in to comment.