Skip to content

Commit

Permalink
Update dependencies (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala authored Jan 29, 2025
1 parent 5ab4e19 commit 96ef17d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
appraise 'rails-6.1' do
gem 'rails', '~> 6.1.0'
gem 'sqlite3', '~> 1.7'
gem 'concurrent-ruby', '< 1.3.5' # Ref: rails/rails#54260
end

appraise 'rails-7.0' do
gem 'rails', '~> 7.0.0'
gem 'sqlite3', '~> 1.7'
gem 'concurrent-ruby', '< 1.3.5' # Ref: rails/rails#54260
end

appraise 'rails-7.1' do
Expand Down
2 changes: 1 addition & 1 deletion dist/client-side-validations.esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations JS - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations)
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/client-side-validations.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations JS - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations)
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ gem "sinatra"
gem "sqlite3", "~> 1.7"
gem "webrick"
gem "rails", "~> 6.1.0"
gem "concurrent-ruby", "< 1.3.5"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ gem "sinatra"
gem "sqlite3", "~> 1.7"
gem "webrick"
gem "rails", "~> 7.0.0"
gem "concurrent-ruby", "< 1.3.5"

gemspec path: "../"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"test": "test/javascript/run-qunit.mjs"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.0",
"chrome-launcher": "^1.1.2",
"eslint": "^9.17.0",
"eslint": "^9.19.0",
"eslint-plugin-compat": "^6.0.2",
"neostandard": "^0.12.0",
"puppeteer-core": "^23.11.1",
"rollup": "^4.29.1",
"puppeteer-core": "^24.1.1",
"rollup": "^4.32.1",
"rollup-plugin-copy": "^3.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/rails.validations.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Client Side Validations JS - v0.5.0 (https://github.com/DavyJonesLocker/client_side_validations)
* Copyright (c) 2024 Geremia Taglialatela, Brian Cardarella
* Copyright (c) 2025 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

Expand Down

0 comments on commit 96ef17d

Please sign in to comment.