Sha256: 7a7098a1cfe362c78aa1adc49623aa1f04d46894ab5a57c168eff0cdf26e6db8

Contents?: true

Size: 538 Bytes

Versions: 13

Compression:

Stored size: 538 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 haml.gemspec
gemspec

gem 'benchmark-ips', '2.3.0'
gem 'maxitest'
gem 'pry'

if /java/ === RUBY_PLATFORM # JRuby
  gem 'pandoc-ruby'
else
  gem 'redcarpet'

  if RUBY_PLATFORM !~ /mswin|mingw/ && RUBY_ENGINE != 'truffleruby'
    gem 'stackprof'
  end
end

if RUBY_VERSION < '2.6'
  gem 'rake-compiler', '< 1.2.4'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
haml-6.3.0 Gemfile
haml-6.2.5 Gemfile
haml-6.2.4 Gemfile
haml-6.2.3 Gemfile
haml-6.2.2 Gemfile
haml-6.2.1 Gemfile
haml-6.2.0 Gemfile
haml-6.1.4-java Gemfile
haml-6.1.4 Gemfile
haml-6.1.3-java Gemfile
haml-6.1.3 Gemfile
haml-6.1.2-java Gemfile
haml-6.1.2 Gemfile