Sha256: 8eb3c3130e89234247d1948cc03bbc55b950b912df94508bac578f9f283de1f7
Contents?: true
Size: 611 Bytes
Versions: 2
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', '~> 1.2' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rouge-4.0.1 | Gemfile |
rouge-4.0.0 | Gemfile |