File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,3 @@ source "https://rubygems.org"
22
33# Specify your gem's dependencies in jekyll-linkpreview.gemspec
44gemspec
5-
6- # The issue that appraisal 2.4.1 can't work with bundler >= 2.4 was solved
7- # (see https://github.com/thoughtbot/appraisal/issues/199 for details),
8- # but a new version has not been released yet as of Apr 2023.
9- # As it's not possible to install a gem from a git repository in the gemspec file,
10- # appraisal is being installed in Gemfile.
11- group :development do
12- gem 'appraisal' , git : 'https://github.com/thoughtbot/appraisal'
13- end
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
2020
2121 spec . add_dependency "jekyll" , ">= 3.5" , "< 5.0"
2222 spec . add_dependency "metainspector" , "~> 5.9"
23+ spec . add_development_dependency "appraisal" , "~> 2.5"
2324 spec . add_development_dependency "bundler" , "~> 2.0"
2425 spec . add_development_dependency "rake" , "~> 12.3.3"
2526 spec . add_development_dependency "rspec" , "~> 3.0"
You can’t perform that action at this time.
0 commit comments