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__)

