Skip to content

Commit 3e396c0

Browse files
committed
Update appraisal gem
1 parent e7f470e commit 3e396c0

4 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
gemspec
66

7-
gem 'appraisal', git: 'https://github.com/n-rodriguez/appraisal.git', branch: 'wip/combustion'
7+
gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git'
88

99
gem 'guard-rspec'
1010
gem 'pg'

gemfiles/activerecord_7.0.8.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
5+
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "guard-rspec"
77
gem "pg"
88
gem "rake"

gemfiles/activerecord_7.1.3.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
5+
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "guard-rspec"
77
gem "pg"
88
gem "rake"

gemfiles/activerecord_7.2.0.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
gem "appraisal", git: "https://github.com/n-rodriguez/appraisal.git", branch: "wip/combustion"
5+
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "guard-rspec"
77
gem "pg"
88
gem "rake"

0 commit comments

Comments
 (0)