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
Elliot Winkler 79f2a20993 Don't autorequire Zeus when loading Rails for tests
Zeus has a lot of warnings and they appear for each test that is run.
2017-09-17 17:01:50 -05:00

15 lines
252 B
Ruby

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