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"