Sha256: 826c1966c793786ee55a8ba23fc39a316942c83e5ad27dcc4a706e6366f0bbae

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

source "https://rubygems.org"

# Specify your gem's dependencies in jekyll-linkpreview.gemspec
gemspec

# The issue that appraisal 2.4.1 can't work with bundler >= 2.4 was solved
# (see https://github.com/thoughtbot/appraisal/issues/199 for details),
# but a new version has not been released yet as of Apr 2023.
# As it's not possible to install a gem from a git repository in the gemspec file,
# appraisal is being installed in Gemfile.
group :development do
  gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-linkpreview-0.7.0 Gemfile