Sha256: 19df877ff7c7211a06d96b5c546436662129772a8de518be736c429881993c3e
Contents?: true
Size: 611 Bytes
Versions: 5
Compression:
Stored size: 611 Bytes
Contents
# frozen_string_literal: true source 'http://rubygems.org' gemspec gem 'rake' gem 'minitest', '>= 5.0' gem 'minitest-power_assert' gem 'power_assert', '~> 2.0' gem 'rubocop', '~> 1.0', '<= 1.11' gem 'rubocop-performance' # don't try to install redcarpet under jruby gem 'redcarpet', platforms: :ruby # Profiling gem 'memory_profiler', require: false # Needed for a Rake task gem 'git' gem 'yard' group :development do gem 'pry' # docs gem 'github-markup' # for visual tests gem 'sinatra' # Ruby 3 no longer ships with a web server gem 'puma' if RUBY_VERSION >= '3' gem 'shotgun' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rouge-4.2.0 | Gemfile |
rouge-4.1.3 | Gemfile |
rouge-4.1.2 | Gemfile |
rouge-4.1.1 | Gemfile |
rouge-4.1.0 | Gemfile |