summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 9bd3f2c26beb16c88302f9122966432bd9d79978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source 'https://rubygems.org'

gemspec

gem 'backports', :platform => :ruby_18

group :development do
  gem 'guard'
  gem 'guard-bundler'
  gem 'guard-rspec'
  gem 'simplecov'
  gem 'yard'
  gem 'redcarpet', :platform => :ruby
  gem 'kramdown',  :platform => :jruby
end

group :test do
  gem 'thor'
  gem 'rspec'
  gem 'rack'
end