Sha256: 9c0dec5c66cf6a274cecc93ee5fc0de583214943000c7a6f537f5f1e72349995

Contents?: true

Size: 620 Bytes

Versions: 6

Compression:

Stored size: 620 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'

if /java/ === RUBY_PLATFORM # JRuby
  gem 'pandoc-ruby'
else
  gem 'pry-byebug'
  gem 'redcarpet', github: 'vmg/redcarpet' # To resolve circular require warning

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hamlit-2.9.3-java Gemfile
hamlit-2.9.3 Gemfile
hamlit-2.9.2-java Gemfile
hamlit-2.9.2 Gemfile
hamlit-2.9.1-java Gemfile
hamlit-2.9.1 Gemfile