File: Gemfile

package info (click to toggle)
ruby-jekyll-data 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 420 kB
  • sloc: ruby: 909; sh: 95; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
source "https://rubygems.org"

gem "jekyll"
gem "jekyll-data"
gem "rake"
gem "rspec-mocks"
gem "shoulda"
gem "kramdown-parser-gfm"

gem "another-test-plugin", :path => File.expand_path("../test/fixtures/another-test-plugin", __dir__)
gem "test-plugin", :path => File.expand_path("../test/fixtures/test-plugin", __dir__)
gem "test-theme", :path => File.expand_path("../test/fixtures/test-theme", __dir__)