Project

lollipop

0.0
The project is in a healthy, maintained state
Development dependencies collection
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Project Readme

Lollipop

lollipop is a collection of development dependencies commonly used by me (@vaporyhumo) in most of my projects.

Installation

gem 'lollipop'

Installing lollipop is the equivalent as doing the following.

gem 'bundler-audit'
gem 'byebug'
gem 'flay'
gem 'flog'
gem 'guard'
gem 'guard-rspec'
gem 'guard-rubocop'
gem 'guard-shell'
gem 'irb'
gem 'lefthook'
gem 'libyear-bundler'
gem 'mutant-rspec'
gem 'rake'
gem 'rspec'
gem 'rubocop'
gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'rubocop-sorbet'
gem 'simplecov'
gem 'sorbet'
gem 'sorbet-progress'
gem 'terminal-notifier-guard'

That's it, that's all there is to it.