Sha256: af9e4b2b40c6b130a68fc415d05ccfa8f7ef108f192abe9dcfa7b4c888d1c9dd
Contents?: true
Size: 476 Bytes
Versions: 34
Compression:
Stored size: 476 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
Version data entries
34 entries across 34 versions & 1 rubygems