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 093268eac4 Clean up Gemfile
* Remove Aruba and Bourne since we don't use them anymore
* Remove Rails from main Gemfile as it's already a dependency in each of
  the appraisals
* Tighten dependency on Rake to 10.x
* Move dependencies shared among appraisals to Appraisals
2015-02-09 10:47:00 -07:00

14 lines
245 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.0'
gem 'rspec-expectations', '~> 3.0'
# YARD
gem 'yard'
gem 'redcarpet'
gem 'pygments.rb'
gem 'watchr'