diff --git a/Gemfile b/Gemfile index 632302e..9cb024c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,9 @@ source 'https://rubygems.org' gemspec # Development dependencies -gem 'appraisal', '~> 2.3' +# Update this once https://github.com/thoughtbot/appraisal/pull/202 is released +gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git', branch: :main + gem 'fakefs', '~> 1.2' gem 'nokogiri', '~> 1.10' gem 'pry'