mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
0011a3bd9a
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>
17 lines
307 B
Ruby
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'
|