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
Utkarsh Gupta 8f7e1797c3 Add the Packaging extension of RuboCop
More about the extension can be found at:
https://docs.rubocop.org/rubocop-packaging/

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
2020-09-12 19:41:15 -06:00

19 lines
363 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-packaging', require: false
gem 'rubocop-rails', require: false
gem 'warnings_logger'
gem 'zeus', require: false
# YARD
gem 'fssm'
gem 'rouge'
gem 'redcarpet'
gem 'yard'