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
2018-01-24 00:30:10 -06:00

15 lines
241 B
Ruby

source 'https://rubygems.org'
gem 'appraisal', '2.2.0'
gem 'bundler', '~> 1.1'
gem 'pry'
gem 'pry-byebug'
gem 'rake', '12.1.0'
gem 'rspec', '~> 3.6'
gem 'zeus', require: false
# YARD
gem 'yard'
gem 'redcarpet'
gem 'pygments.rb'
gem 'fssm'