mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
e2d1461a87
The latest commit of pry removes a lot of annoying warnings. Unfortunately a new release has not been issued yet, so just use the master branch for now.
15 lines
292 B
Ruby
15 lines
292 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'appraisal', '~> 1.0'
|
|
gem 'bundler', '~> 1.1'
|
|
gem 'pry', github: 'pry/pry'
|
|
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'
|