Sha256: 04d3352a4b25ab1093850a0e876b42c1223760781e12c951520ab54edb2cd54f

Contents?: true

Size: 634 Bytes

Versions: 6

Compression:

Stored size: 634 Bytes

Contents

# frozen_string_literal: true

source 'http://rubygems.org'

gemspec

gem 'rake'

gem 'minitest', '>= 5.0'
gem 'minitest-power_assert'

gem 'parallel', '~> 1.13.0' if RUBY_VERSION < '2.2.0'
gem 'rubocop', '~> 0.49.1'

# don't try to install redcarpet under jruby
gem 'redcarpet', :platforms => :ruby

# Profiling
if RUBY_VERSION >= '2.3.0'
  gem 'memory_profiler', :require => false
end

# Needed for a Rake task
gem 'git'

group :development do
  gem 'pry'

  # docs
  gem 'yard'
  gem 'github-markup'

  # for visual tests
  if RUBY_VERSION < '2.2.0'
    gem 'sinatra', '~> 1.4.8'
  else
    gem 'sinatra'
  end
  gem 'shotgun'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rouge-3.7.0 Gemfile
rouge-3.6.0 Gemfile
rouge-3.5.1 Gemfile
rouge-3.5.0 Gemfile
rouge-3.4.1 Gemfile
rouge-3.4.0 Gemfile