Skip to content

Commit 91797b3

Browse files
authored
Update to appraisal2 (#1011)
Ref: thoughtbot/appraisal#204
1 parent 57ab9f7 commit 91797b3

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
# Specify your gem's dependencies in client_side_validations.gemspec
66
gemspec
77

8-
gem 'appraisal'
8+
gem 'appraisal2'
99
gem 'byebug'
1010
gem 'm'
1111
gem 'minitest'

gemfiles/rails_7.2.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# This file was generated by Appraisal
1+
# This file was generated by Appraisal2
22

33
source "https://rubygems.org"
44

5-
gem "appraisal"
5+
gem "appraisal2"
66
gem "byebug"
77
gem "m"
88
gem "minitest", "~> 5.27"
@@ -22,4 +22,4 @@ gem "sqlite3"
2222
gem "webrick"
2323
gem "rails", "~> 7.2.0"
2424

25-
gemspec path: "../"
25+
gemspec :path => "../"

gemfiles/rails_8.0.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# This file was generated by Appraisal
1+
# This file was generated by Appraisal2
22

33
source "https://rubygems.org"
44

5-
gem "appraisal"
5+
gem "appraisal2"
66
gem "byebug"
77
gem "m"
88
gem "minitest"
@@ -22,4 +22,4 @@ gem "sqlite3"
2222
gem "webrick"
2323
gem "rails", "~> 8.0.0"
2424

25-
gemspec path: "../"
25+
gemspec :path => "../"

gemfiles/rails_8.1.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# This file was generated by Appraisal
1+
# This file was generated by Appraisal2
22

33
source "https://rubygems.org"
44

5-
gem "appraisal"
5+
gem "appraisal2"
66
gem "byebug"
77
gem "m"
88
gem "minitest"
@@ -22,4 +22,4 @@ gem "sqlite3"
2222
gem "webrick"
2323
gem "rails", "~> 8.1.0"
2424

25-
gemspec path: "../"
25+
gemspec :path => "../"

gemfiles/rails_edge.gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# This file was generated by Appraisal
1+
# This file was generated by Appraisal2
22

33
source "https://rubygems.org"
44

5-
gem "appraisal"
5+
gem "appraisal2"
66
gem "byebug"
77
gem "m"
88
gem "minitest"
@@ -20,6 +20,6 @@ gem "simplecov-lcov"
2020
gem "sinatra"
2121
gem "sqlite3"
2222
gem "webrick"
23-
gem "rails", git: "https://github.com/rails/rails.git", branch: "main"
23+
gem "rails", :git => "https://github.com/rails/rails.git", :branch => "main"
2424

25-
gemspec path: "../"
25+
gemspec :path => "../"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"devDependencies": {
2525
"@babel/core": "^7.29.0",
2626
"@babel/preset-env": "^7.29.2",
27-
"@rollup/plugin-babel": "^6.1.0",
27+
"@rollup/plugin-babel": "^7.0.0",
2828
"@rollup/plugin-node-resolve": "^16.0.3",
2929
"chrome-launcher": "^1.2.1",
3030
"eslint": "^9.39.4",
31-
"eslint-plugin-compat": "^6.2.1",
32-
"neostandard": "^0.12.2",
33-
"puppeteer-core": "^24.40.0",
34-
"rollup": "^4.60.1",
31+
"eslint-plugin-compat": "^7.0.1",
32+
"neostandard": "^0.13.0",
33+
"puppeteer-core": "^24.42.0",
34+
"rollup": "^4.60.2",
3535
"rollup-plugin-copy": "^3.5.0"
3636
},
3737
"main": "dist/client-side-validations.js",

0 commit comments

Comments
 (0)