Sha256: e0369cfa104837bd792d26ea2012fed127ff44a352c7ba6705c4a03a622fabae
Contents?: true
Size: 361 Bytes
Versions: 19
Compression:
Stored size: 361 Bytes
Contents
# Copy this file to a file named Gemfile.local to add these gems to your dev toolset # Feel free to modify Gemfile.local to suit your own preferences group :development do gem 'rake' gem 'gem-release' gem 'rubocop' gem 'listen', '~> 3.0', '< 3.1' # Dependency of guard, 3.1 requires Ruby 2.2+ gem 'guard' gem 'guard-rspec' gem 'guard-rubocop' end
Version data entries
19 entries across 19 versions & 1 rubygems