Skip to content

Commit

Permalink
Update appraisal gem
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 23, 2024
1 parent cae94ff commit 613f60c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 'capybara'
gem 'cuprite'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "capybara"
gem "cuprite"
gem "guard-rspec"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "capybara"
gem "cuprite"
gem "guard-rspec"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "capybara"
gem "cuprite"
gem "guard-rspec"
Expand Down

0 comments on commit 613f60c

Please sign in to comment.