Sha256: d3330fb8ddc401df7994f5264ed3d269e8b6536f91e636ec0508fbba5b6cb9d1
Contents?: true
Size: 694 Bytes
Versions: 1
Compression:
Stored size: 694 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.35.0' gem 'rubocop-rspec', '~> 1.2.0' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asana-0.6.0 | Gemfile |