Skip to content

Commit

Permalink
Bump appraisal gem (#1574)
Browse files Browse the repository at this point in the history
I tried to run specs on my local, but it didn't work.
It seems that `appraisal` v2.4 has a problem with the latest bundler.
So I would like to update to the V2.5.

Ref: thoughtbot/appraisal#210 (comment)
  • Loading branch information
y-yagi committed Oct 11, 2023
1 parent 68f76ce commit c17bac4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'appraisal', '2.4.0'
gem 'appraisal', '2.5.0'
gem 'bundler', '~> 2.0'
gem 'pry'
gem 'pry-byebug'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -6,7 +6,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
appraisal (2.4.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -82,7 +82,7 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal (= 2.4.0)
appraisal (= 2.5.0)
bundler (~> 2.0)
fssm
pry
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal", "2.4.0"
gem "appraisal", "2.5.0"
gem "bundler", "~> 2.0"
gem "pry"
gem "pry-byebug"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile.lock
Expand Up @@ -62,7 +62,7 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
appraisal (2.4.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -286,7 +286,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appraisal (= 2.4.0)
appraisal (= 2.5.0)
bcrypt (~> 3.1.7)
bootsnap (>= 1.4.4)
bundler (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal", "2.4.0"
gem "appraisal", "2.5.0"
gem "bundler", "~> 2.0"
gem "pry"
gem "pry-byebug"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_0.gemfile.lock
Expand Up @@ -68,7 +68,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
appraisal (2.4.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -282,7 +282,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appraisal (= 2.4.0)
appraisal (= 2.5.0)
bcrypt (~> 3.1.7)
bootsnap
bundler (~> 2.0)
Expand Down

0 comments on commit c17bac4

Please sign in to comment.