Sha256: 58af4153395e8db9e28920207bce95a114b4495d08e5e83a30c258c39e997ce2

Contents?: true

Size: 1.14 KB

Versions: 17

Compression:

Stored size: 1.14 KB

Contents

source 'https://rubygems.org'

gem 'rake'
gem 'minitest', '~> 5.0'

group :development do
  gem 'yard', '~> 0.9.0'
  gem 'ronn', '~> 0.7.3'
end

can_execjs = (RUBY_VERSION >= '1.9.3')

group :primary do
  gem 'builder'
  gem 'haml', '>= 2.2.11', '< 4'
  gem 'erubis'
  gem 'markaby'
  gem 'sass'

  if can_execjs
    gem 'less'
    gem 'coffee-script'
    gem 'livescript'
    gem 'babel-transpiler'
    gem 'typescript-node'
  end
end

platform :mri do
  gem 'duktape', '~> 1.3.0.6' if can_execjs
end

group :secondary do
  gem 'creole'
  gem 'kramdown'
  gem 'rdoc'
  gem 'radius'
  gem 'asciidoctor', '>= 0.1.0'
  gem 'liquid'
  gem 'maruku'
  gem 'pandoc-ruby'

  if RUBY_VERSION > '1.9.3'
    gem 'prawn', '>= 2.0.0'
    gem 'pdf-reader', '~> 1.3.3'
  end

  gem 'nokogiri' if RUBY_VERSION > '1.9.2'

  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'
    gem 'commonmarker' if RUBY_VERSION > '1.9.3'
  end

  platform :mri do
    gem 'bluecloth'
  end
end

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

Version data entries

17 entries across 16 versions & 7 rubygems

Version Path
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.3.0/gems/tilt-2.0.7/Gemfile
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.3.0/gems/tilt-2.0.7/Gemfile
logstash-output-icinga-1.1.0 vendor/jruby/1.9/gems/tilt-2.0.7/Gemfile
logstash-output-icinga-1.1.0 vendor/jruby/2.3.0/gems/tilt-2.0.7/Gemfile
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/Gemfile
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/Gemfile
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/Gemfile
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/Gemfile
brakeman-3.7.0 bundle/ruby/2.3.0/gems/tilt-2.0.7/Gemfile
logstash-filter-csharp-0.1.0 vendor/bundle/jruby/2.3.0/gems/tilt-2.0.7/Gemfile
logstash-filter-htmlentities-0.1.0 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/Gemfile
brakeman-3.6.2 bundle/ruby/2.3.0/gems/tilt-2.0.7/Gemfile
logstash-output-icinga-1.0.0 vendor/jruby/1.9/gems/tilt-2.0.7/Gemfile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/tilt-2.0.7/Gemfile
brakeman-3.6.1 bundle/ruby/2.3.0/gems/tilt-2.0.7/Gemfile
brakeman-3.6.0 bundle/ruby/2.3.0/gems/tilt-2.0.7/Gemfile
tilt-2.0.7 Gemfile