Sha256: 2e28a906fa0fe1237a3202e44f9f9766188c6f2ee8307d50a5007353bd3aa78f
Contents?: true
Size: 695 Bytes
Versions: 10
Compression:
Stored size: 695 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in asana.gemspec gemspec group :tools do # Currently we need to pin the version of Rubocop, due to an incompatibility # with rubocop-rspec. However, this also solves the problem that Rubocop # routinely adds new checks which can cause our build to "break" even when no # changes have been made. In this situation it's better to intentionally # upgrade Rubocop and fix issues at that time. gem 'rubocop', '~> 0.52.1' gem 'rubocop-rspec', '~> 1.22.2' gem 'guard' gem 'guard-rspec' gem 'guard-rubocop' gem 'guard-yard' gem 'yard' gem 'yard-tomdoc' gem 'byebug' gem 'simplecov', require: false end
Version data entries
10 entries across 10 versions & 1 rubygems