anomaly/jekyll-faker

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# Frozen-string-literal: true
# Copyright: 2017 - Apache 2.0 License
# Encoding: utf-8

source "https://rubygems.org"
gemspec

group :development do
  gem "travis"
  gem "liquid", ENV["LIQUID_VERSION"] || "~> 4.0"
  gem "pry"

  group :test do
    gem "rubocop", require: false
  end
end