Skip to content

Commit

Permalink
Use appraisal from git for now
Browse files Browse the repository at this point in the history
I assume the released appraisal has a problem with the latest bundler.
Ref: thoughtbot/appraisal#210
  • Loading branch information
y-yagi committed May 24, 2023
1 parent d73cbf4 commit e0f8011
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ source 'https://rubygems.org'
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

gem "appraisal", git: "https://github.com/thoughtbot/appraisal"
1 change: 1 addition & 0 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal"
gem "activerecord-jdbcsqlite3-adapter", "~> 52.5", platform: :jruby
gem "bootsnap", "~> 1.4"
gem "rails", "5.2.4.3"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal"
gem "activerecord-jdbcsqlite3-adapter", "~> 60.1", platform: :jruby
gem "bootsnap", "~> 1.4"
gem "rails", "6.0.3.1"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal"
gem "activerecord-jdbcsqlite3-adapter", "~> 61.1", platform: :jruby
gem "bootsnap", ">= 1.4.4"
gem "rails", "6.1.4"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/sinatra.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal"
gem "sinatra", "2.0.8.1"

gemspec path: "../"

0 comments on commit e0f8011

Please sign in to comment.