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

15 lines
245 B
Text
Raw Normal View History

2013-02-27 22:05:15 -05:00
source 'https://rubygems.org'
2014-10-22 02:16:26 -04:00
gem 'appraisal', '~> 1.0'
gem 'bundler', '~> 1.1'
gem 'pry-nav'
gem 'rake', '~> 10.0'
gem 'rspec-core', '~> 3.0'
gem 'rspec-expectations', '~> 3.0'
2014-06-20 00:44:06 -04:00
# YARD
gem 'yard'
gem 'redcarpet'
gem 'pygments.rb'
gem 'watchr'