1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/Gemfile
2015-10-07 23:32:51 -06:00

14 lines
235 B
Ruby

source 'https://rubygems.org'
gem 'appraisal', '~> 2.0'
gem 'bundler', '~> 1.1'
gem 'pry', github: 'pry/pry'
gem 'pry-byebug'
gem 'rake', '~> 10.0'
gem 'rspec', '~> 3.2'
# YARD
gem 'yard'
gem 'redcarpet'
gem 'pygments.rb'
gem 'fssm'