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
dependabot-preview[bot] 0011a3bd9a Bump rake from 12.3.2 to 13.0.1 (#1258)
Bumps [rake](https://github.com/ruby/rake) from 12.3.2 to 13.0.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v12.3.2...v13.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-08 11:23:35 -08:00

17 lines
307 B
Ruby

source 'https://rubygems.org'
gem 'appraisal', '2.2.0'
gem 'bundler', '~> 1.1'
gem 'pry'
gem 'pry-byebug'
gem 'rake', '13.0.1'
gem 'rspec', '~> 3.9'
gem 'rubocop', require: false
gem 'rubocop-rails', require: false
gem 'zeus', require: false
# YARD
gem 'fssm'
gem 'pygments.rb'
gem 'redcarpet'
gem 'yard'