Sha256: f85af28226dd8d3885c2e99bcaf1e3a6c0a6e977de5a80bbb08b4a553dcb0218

Contents?: true

Size: 481 Bytes

Versions: 3

Compression:

Stored size: 481 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 'minitest-line'
gem 'pry-byebug'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hamlit-2.8.4 Gemfile
hamlit-2.8.3 Gemfile
hamlit-2.8.2 Gemfile