Skip to content

Commit

Permalink
Update QUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 29, 2025
1 parent aef2dde commit 45fd759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [FEATURE] Drop Internet Explorer and other older browsers support
* [FEATURE] Drop Ruby < 3.1
* [FEATURE] Drop jQuery < 3.7.1 Compatibility
* [ENHANCEMENT] Update QUnit to 2.23.0
* [ENHANCEMENT] Update QUnit to 2.24.1
* [ENHANCEMENT] Test against Ruby 3.4

## 22.3.1 / 2025-01-29
Expand Down
2 changes: 1 addition & 1 deletion test/javascript/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def call(env)
use AssetPath, urls: ['/vendor/assets/javascripts'], root: File.expand_path('../', $LOAD_PATH.find { |p| p.include?('jquery-rails') })

DEFAULT_JQUERY_VERSION = '3.7.1'
QUNIT_VERSION = '2.23.0'
QUNIT_VERSION = '2.24.1'

helpers do
def jquery_version
Expand Down

0 comments on commit 45fd759

Please sign in to comment.