From 3e396c08271c8b8c58847286f9ff97f3c0388d67 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Mon, 23 Sep 2024 21:26:16 +0200 Subject: [PATCH] Update appraisal gem --- Gemfile | 2 +- gemfiles/activerecord_7.0.8.gemfile | 2 +- gemfiles/activerecord_7.1.3.gemfile | 2 +- gemfiles/activerecord_7.2.0.gemfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ffe55c3..ba0b9c5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gemspec -gem 'appraisal', git: 'https://github.com/n-rodriguez/appraisal.git', branch: 'wip/combustion' +gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git' gem 'guard-rspec' gem 'pg' diff --git a/gemfiles/activerecord_7.0.8.gemfile b/gemfiles/activerecord_7.0.8.gemfile index c493c35..b5cf3da 100644 --- a/gemfiles/activerecord_7.0.8.gemfile +++ b/gemfiles/activerecord_7.0.8.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion" +gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" gem "guard-rspec" gem "pg" gem "rake" diff --git a/gemfiles/activerecord_7.1.3.gemfile b/gemfiles/activerecord_7.1.3.gemfile index daec167..20babe1 100644 --- a/gemfiles/activerecord_7.1.3.gemfile +++ b/gemfiles/activerecord_7.1.3.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion" +gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" gem "guard-rspec" gem "pg" gem "rake" diff --git a/gemfiles/activerecord_7.2.0.gemfile b/gemfiles/activerecord_7.2.0.gemfile index f4899ac..f6ea670 100644 --- a/gemfiles/activerecord_7.2.0.gemfile +++ b/gemfiles/activerecord_7.2.0.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion" +gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" gem "guard-rspec" gem "pg" gem "rake"