You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/chunky_png-1.4.0/Gemfile

18 lines
274 B

# frozen-string-literal: true
source "https://rubygems.org"
gemspec
platforms :jruby do
gem "jruby-openssl"
end
group :jekyll do
gem "jekyll", "~> 3.3"
gem "kramdown-parser-gfm"
end
group :jekyll_plugins do
gem "jekyll-commonmark"
gem "jekyll-theme-cayman"
end