Skip to content

Commit 45fd759

Browse files
committed
Update QUnit
1 parent aef2dde commit 45fd759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* [FEATURE] Drop Internet Explorer and other older browsers support
1111
* [FEATURE] Drop Ruby < 3.1
1212
* [FEATURE] Drop jQuery < 3.7.1 Compatibility
13-
* [ENHANCEMENT] Update QUnit to 2.23.0
13+
* [ENHANCEMENT] Update QUnit to 2.24.1
1414
* [ENHANCEMENT] Test against Ruby 3.4
1515

1616
## 22.3.1 / 2025-01-29

test/javascript/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def call(env)
3030
use AssetPath, urls: ['/vendor/assets/javascripts'], root: File.expand_path('../', $LOAD_PATH.find { |p| p.include?('jquery-rails') })
3131

3232
DEFAULT_JQUERY_VERSION = '3.7.1'
33-
QUNIT_VERSION = '2.23.0'
33+
QUNIT_VERSION = '2.24.1'
3434

3535
helpers do
3636
def jquery_version

0 commit comments

Comments
 (0)