Sha256: cb15738b43b44bf7af6e70004160d9ef762d41bb321f75b3ceb34955231b8c1b

Contents?: true

Size: 576 Bytes

Versions: 1

Compression:

Stored size: 576 Bytes

Contents

source 'https://rubygems.org'

git_source(:github) do |repo_name|
  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
  "https://github.com/#{repo_name}.git"
end

# Specify your gem's dependencies in hamlit.gemspec
gemspec

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.2')
  gem 'rack', '< 2'
end

gem 'benchmark-ips', '2.3.0'
gem 'maxitest'
gem 'minitest-line'
gem 'pry-byebug'

# To resolve circular require warning
gem 'redcarpet', github: 'vmg/redcarpet'

if RUBY_PLATFORM !~ /mswin|mingw|bccwin|wince/
  gem 'faml'
  gem 'stackprof'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hamlit-2.8.7 Gemfile