thoughtbot--shoulda-matchers/Gemfile

16 lines
293 B
Ruby
Raw Normal View History

2013-02-28 03:05:15 +00:00
source 'https://rubygems.org'
2014-10-22 06:16:26 +00:00
gem 'appraisal', '~> 1.0'
gem 'bundler', '~> 1.1'
gem 'pry', github: 'pry/pry'
2015-04-02 15:42:53 +00:00
gem 'pry-byebug'
gem 'rake', '~> 10.0'
gem 'rspec-core', '>= 3.2.0', '< 4'
gem 'rspec-expectations', '>= 3.2.0', '< 4'
2014-06-20 04:44:06 +00:00
# YARD
gem 'yard'
gem 'redcarpet'
gem 'pygments.rb'
gem 'fssm'