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

20 lines
363 B
Text
Raw Normal View History

2013-02-27 22:05:15 -05:00
source 'https://rubygems.org'
2018-01-24 00:01:41 -06:00
gem 'appraisal', '2.2.0'
gem 'bundler', '~> 2.0'
gem 'pry'
2015-04-03 00:42:53 +09:00
gem 'pry-byebug'
gem 'rake', '13.0.1'
gem 'rspec', '~> 3.9'
gem 'rubocop', require: false
gem 'rubocop-packaging', require: false
gem 'rubocop-rails', require: false
gem 'warnings_logger'
gem 'zeus', require: false
2014-06-19 22:44:06 -06:00
# YARD
gem 'fssm'
gem 'redcarpet'
gem 'rouge'
gem 'yard'