nicojensen.de/vendor/bundle/gems/rouge-3.3.0/Gemfile
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

28 lines
409 B
Ruby

# frozen_string_literal: true
source 'http://rubygems.org'
gemspec
gem 'bundler', '~> 1.15'
gem 'rake'
gem 'minitest', '>= 5.0'
gem 'minitest-power_assert'
gem 'rubocop', '~> 0.49.1'
# don't try to install redcarpet under jruby
gem 'redcarpet', :platforms => :ruby
group :development do
gem 'pry'
# docs
gem 'yard'
gem 'github-markup'
# for visual tests
gem 'sinatra'
gem 'shotgun'
end