We aren't going to vendor its dependencies because we already require a systemwide installation of `rubocop` to work in your editor. This avoids requiring users to manually do another `gem install rubocop-rspec` to have their editor integration behave as expected.
13 lines
280 B
Ruby
13 lines
280 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "activesupport"
|
|
gem "concurrent-ruby"
|
|
gem "backports"
|
|
gem "plist"
|
|
gem "ruby-macho"
|
|
gem "rubocop-rspec"
|
|
|
|
# not actually vendored but used to ensure the version matches here.
|
|
require_relative "../constants"
|
|
gem "rubocop", HOMEBREW_RUBOCOP_VERSION
|