blob: 918c4cb1d95273fb16aba982d0253c6a006efa1b [file] [log] [blame]
source 'http://rubygems.org'
gemspec
gem 'minitest', '~> 4.0'
gem 'wrong'
gem 'rake'
# 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