Sha256: 922d93ccc783fb2af668083654af56ed1c24858ffe7ee171002afeebf92595c9

Contents?: true

Size: 804 Bytes

Versions: 6

Compression:

Stored size: 804 Bytes

Contents

source 'https://rubygems.org'

gem 'yard', '~> 0.8.6'
gem 'minitest', '~> 5.0'

gem 'rake'

group :engines do
  gem 'asciidoctor', '>= 0.1.0'
  gem 'builder'
  gem 'coffee-script'
  gem 'contest'
  gem 'creole'
  gem 'erubis'
  gem 'haml', '>= 2.2.11', '< 4'
  gem 'kramdown'
  gem 'less'
  gem 'liquid'
  gem 'markaby'
  gem 'maruku'
  gem 'nokogiri' if RUBY_VERSION > '1.9.2'
  gem 'radius'
  gem 'sass'
  gem 'rdoc', (ENV['RDOC_VERSION'] || '> 0')

  platform :ruby do
    gem 'wikicloth'
    gem 'yajl-ruby'
    gem 'redcarpet' if RUBY_VERSION > '1.8.7'
    gem 'rdiscount', '>= 2.1.6' if RUBY_VERSION != '1.9.2'
    gem 'RedCloth'
  end

  platform :mri do
    gem 'therubyracer'
    gem 'bluecloth' if ENV['BLUECLOTH']
  end
end

## WHY do I have to do this?!?
platform :rbx do
  gem 'rubysl'
end

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
angular-rails4-templates-0.4.1 vendor/ruby/2.1.0/gems/tilt-2.0.1/Gemfile
angular-rails4-templates-0.4.0 vendor/ruby/2.1.0/gems/tilt-2.0.1/Gemfile
angular-rails4-templates-0.3.0 vendor/ruby/2.1.0/gems/tilt-2.0.1/Gemfile
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/tilt-2.0.1/Gemfile
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/tilt-2.0.1/Gemfile
tilt-2.0.1 Gemfile