thoughtbot--shoulda-matchers/Gemfile

16 lines
276 B
Ruby
Raw Permalink Normal View History

2013-02-28 03:05:15 +00:00
source 'https://rubygems.org'
gem 'appraisal', '~> 2.0'
gem 'bundler', '~> 1.1'
2017-01-09 16:55:12 +00:00
gem 'pry', git: 'https://github.com/pry/pry.git'
2015-04-02 15:42:53 +00:00
gem 'pry-byebug'
gem 'rake', '>= 10.5.0', '< 11'
2015-10-08 05:26:48 +00:00
gem 'rspec', '~> 3.2'
gem 'zeus'
2014-06-20 04:44:06 +00:00
# YARD
gem 'yard'
gem 'redcarpet'
gem 'pygments.rb'
gem 'fssm'