Skip to content

Commit 96ef17d

Browse files
authored
Update dependencies (#976)
1 parent 5ab4e19 commit 96ef17d

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

Appraisals

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
appraise 'rails-6.1' do
44
gem 'rails', '~> 6.1.0'
55
gem 'sqlite3', '~> 1.7'
6+
gem 'concurrent-ruby', '< 1.3.5' # Ref: rails/rails#54260
67
end
78

89
appraise 'rails-7.0' do
910
gem 'rails', '~> 7.0.0'
1011
gem 'sqlite3', '~> 1.7'
12+
gem 'concurrent-ruby', '< 1.3.5' # Ref: rails/rails#54260
1113
end
1214

1315
appraise 'rails-7.1' do

dist/client-side-validations.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations JS - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

dist/client-side-validations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations JS - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

gemfiles/rails_6.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ gem "sinatra"
2121
gem "sqlite3", "~> 1.7"
2222
gem "webrick"
2323
gem "rails", "~> 6.1.0"
24+
gem "concurrent-ruby", "< 1.3.5"
2425

2526
gemspec path: "../"

gemfiles/rails_7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ gem "sinatra"
2121
gem "sqlite3", "~> 1.7"
2222
gem "webrick"
2323
gem "rails", "~> 7.0.0"
24+
gem "concurrent-ruby", "< 1.3.5"
2425

2526
gemspec path: "../"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"test": "test/javascript/run-qunit.mjs"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.26.0",
26-
"@babel/preset-env": "^7.26.0",
25+
"@babel/core": "^7.26.7",
26+
"@babel/preset-env": "^7.26.7",
2727
"@rollup/plugin-babel": "^6.0.4",
2828
"@rollup/plugin-node-resolve": "^16.0.0",
2929
"chrome-launcher": "^1.1.2",
30-
"eslint": "^9.17.0",
30+
"eslint": "^9.19.0",
3131
"eslint-plugin-compat": "^6.0.2",
3232
"neostandard": "^0.12.0",
33-
"puppeteer-core": "^23.11.1",
34-
"rollup": "^4.29.1",
33+
"puppeteer-core": "^24.1.1",
34+
"rollup": "^4.32.1",
3535
"rollup-plugin-copy": "^3.5.0"
3636
},
3737
"peerDependencies": {

vendor/assets/javascripts/rails.validations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Client Side Validations JS - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations)
3-
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
3+
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
44
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
55
*/
66

0 commit comments

Comments
 (0)