From c9e8afbae1e7df031d9d0027addf557a9d418ca4 Mon Sep 17 00:00:00 2001 From: Collin Jilbert Date: Wed, 17 May 2023 14:00:54 -0500 Subject: [PATCH] update appraisal gemfiles --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++++----- gemfiles/rails_6.gemfile | 2 +- gemfiles/rails_6.gemfile.lock | 17 +++++++++++------ gemfiles/rails_6_1.gemfile | 2 +- gemfiles/rails_6_1.gemfile.lock | 17 +++++++++++------ gemfiles/rails_7.gemfile | 2 +- gemfiles/rails_7.gemfile.lock | 17 +++++++++++------ gemfiles/rails_main.gemfile | 2 +- gemfiles/rails_main.gemfile.lock | 17 +++++++++++------ 10 files changed, 59 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index 04399a9c1..e6c6d70d2 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gemspec # your gem to rubygems.org. gem "byebug" -gem "appraisal" +gem "appraisal", github: "thoughtbot/appraisal" gem "overcommit" gem "standard" gem "mocha" diff --git a/Gemfile.lock b/Gemfile.lock index d1f3d7d0c..b332e25b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,15 @@ GIT pdf-core (~> 0.9.0) ttfunk (~> 1.7) +GIT + remote: https://github.com/thoughtbot/appraisal.git + revision: b200e636903700098bef25f4f51dbc4c46e4c04c + specs: + appraisal (2.4.1) + bundler + rake + thor (>= 0.14.0) + PATH remote: . specs: @@ -83,10 +92,6 @@ GEM tzinfo (~> 2.0) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - appraisal (2.4.1) - bundler - rake - thor (>= 0.14.0) ast (2.4.2) bindex (0.8.1) braintree (4.11.0) @@ -269,7 +274,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal + appraisal! braintree (>= 2.92.0) byebug importmap-rails diff --git a/gemfiles/rails_6.gemfile b/gemfiles/rails_6.gemfile index 707cff398..2ab7563e4 100644 --- a/gemfiles/rails_6.gemfile +++ b/gemfiles/rails_6.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "byebug" -gem "appraisal" +gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" gem "overcommit" gem "standard" gem "mocha" diff --git a/gemfiles/rails_6.gemfile.lock b/gemfiles/rails_6.gemfile.lock index ab1243910..b4706c445 100644 --- a/gemfiles/rails_6.gemfile.lock +++ b/gemfiles/rails_6.gemfile.lock @@ -7,10 +7,19 @@ GIT pdf-core (~> 0.9.0) ttfunk (~> 1.7) +GIT + remote: https://github.com/thoughtbot/appraisal.git + revision: b200e636903700098bef25f4f51dbc4c46e4c04c + specs: + appraisal (2.4.1) + bundler + rake + thor (>= 0.14.0) + PATH remote: .. specs: - pay (6.4.0) + pay (6.5.0) rails (>= 6.0.0) GEM @@ -73,10 +82,6 @@ GEM zeitwerk (~> 2.2, >= 2.2.2) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - appraisal (2.4.1) - bundler - rake - thor (>= 0.14.0) ast (2.4.2) bindex (0.8.1) braintree (4.11.0) @@ -260,7 +265,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal + appraisal! braintree (>= 2.92.0) byebug importmap-rails diff --git a/gemfiles/rails_6_1.gemfile b/gemfiles/rails_6_1.gemfile index 0ddd8845c..c1433843e 100644 --- a/gemfiles/rails_6_1.gemfile +++ b/gemfiles/rails_6_1.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "byebug" -gem "appraisal" +gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" gem "overcommit" gem "standard" gem "mocha" diff --git a/gemfiles/rails_6_1.gemfile.lock b/gemfiles/rails_6_1.gemfile.lock index 1e686cf7b..68dd78b61 100644 --- a/gemfiles/rails_6_1.gemfile.lock +++ b/gemfiles/rails_6_1.gemfile.lock @@ -7,10 +7,19 @@ GIT pdf-core (~> 0.9.0) ttfunk (~> 1.7) +GIT + remote: https://github.com/thoughtbot/appraisal.git + revision: b200e636903700098bef25f4f51dbc4c46e4c04c + specs: + appraisal (2.4.1) + bundler + rake + thor (>= 0.14.0) + PATH remote: .. specs: - pay (6.4.0) + pay (6.5.0) rails (>= 6.0.0) GEM @@ -77,10 +86,6 @@ GEM zeitwerk (~> 2.3) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - appraisal (2.4.1) - bundler - rake - thor (>= 0.14.0) ast (2.4.2) bindex (0.8.1) braintree (4.11.0) @@ -263,7 +268,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal + appraisal! braintree (>= 2.92.0) byebug importmap-rails diff --git a/gemfiles/rails_7.gemfile b/gemfiles/rails_7.gemfile index 97127f17d..1974c0a77 100644 --- a/gemfiles/rails_7.gemfile +++ b/gemfiles/rails_7.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "byebug" -gem "appraisal" +gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" gem "overcommit" gem "standard" gem "mocha" diff --git a/gemfiles/rails_7.gemfile.lock b/gemfiles/rails_7.gemfile.lock index d9941c2d1..bc272b447 100644 --- a/gemfiles/rails_7.gemfile.lock +++ b/gemfiles/rails_7.gemfile.lock @@ -7,10 +7,19 @@ GIT pdf-core (~> 0.9.0) ttfunk (~> 1.7) +GIT + remote: https://github.com/thoughtbot/appraisal.git + revision: b200e636903700098bef25f4f51dbc4c46e4c04c + specs: + appraisal (2.4.1) + bundler + rake + thor (>= 0.14.0) + PATH remote: .. specs: - pay (6.4.0) + pay (6.5.0) rails (>= 6.0.0) GEM @@ -83,10 +92,6 @@ GEM tzinfo (~> 2.0) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - appraisal (2.4.1) - bundler - rake - thor (>= 0.14.0) ast (2.4.2) bindex (0.8.1) braintree (4.11.0) @@ -269,7 +274,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal + appraisal! braintree (>= 2.92.0) byebug importmap-rails diff --git a/gemfiles/rails_main.gemfile b/gemfiles/rails_main.gemfile index 42aa6c0ad..1ef57d827 100644 --- a/gemfiles/rails_main.gemfile +++ b/gemfiles/rails_main.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "byebug" -gem "appraisal" +gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" gem "overcommit" gem "standard" gem "mocha" diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index 4c92a984e..13d7432d5 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -104,10 +104,19 @@ GIT thor (~> 1.0) zeitwerk (~> 2.6) +GIT + remote: https://github.com/thoughtbot/appraisal.git + revision: b200e636903700098bef25f4f51dbc4c46e4c04c + specs: + appraisal (2.4.1) + bundler + rake + thor (>= 0.14.0) + PATH remote: .. specs: - pay (6.4.0) + pay (6.5.0) rails (>= 6.0.0) GEM @@ -115,10 +124,6 @@ GEM specs: addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - appraisal (2.4.1) - bundler - rake - thor (>= 0.14.0) ast (2.4.2) bindex (0.8.1) braintree (4.11.0) @@ -291,7 +296,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal + appraisal! braintree (>= 2.92.0) byebug importmap-rails