mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
![Elliot Winkler](/assets/img/avatar_default.png)
Secondary author: Luciano Sousa <ls@lucianosousa.net>
Also, upgrade to rspec-rails 3.2.0 explicitly. (See
b7fe87ae91
for an explanation of why 3.2.0
is necessary here.)
14 lines
263 B
Ruby
14 lines
263 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'appraisal', '~> 1.0'
|
|
gem 'bundler', '~> 1.1'
|
|
gem 'pry-nav'
|
|
gem 'rake', '~> 10.0'
|
|
gem 'rspec-core', '>= 3.2.0', '< 4'
|
|
gem 'rspec-expectations', '>= 3.2.0', '< 4'
|
|
|
|
# YARD
|
|
gem 'yard'
|
|
gem 'redcarpet'
|
|
gem 'pygments.rb'
|
|
gem 'watchr'
|