mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
093268eac4
* 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
14 lines
245 B
Ruby
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'
|