aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2018-01-07 14:29:19 +0000
committerMike McQuaid2018-01-07 14:29:19 +0000
commit1bd7d7df04321ebf39cc39d06486768df7245650 (patch)
treed3fb9a08a938c6abf348311f0df2b07250ad8bce /Library/Homebrew/test
parent4e29152603ed192e90b83b66f0ad92a676549c43 (diff)
downloadbrew-1bd7d7df04321ebf39cc39d06486768df7245650.tar.bz2
Use parser 2.4.0.0
This matches the version that supports Ruby 2.3.3 syntax (which is the version we use).
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/Gemfile1
-rw-r--r--Library/Homebrew/test/Gemfile.lock3
2 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/test/Gemfile b/Library/Homebrew/test/Gemfile
index b6d1405ff..2dcb670aa 100644
--- a/Library/Homebrew/test/Gemfile
+++ b/Library/Homebrew/test/Gemfile
@@ -3,6 +3,7 @@ source "https://rubygems.org"
require_relative "../constants"
gem "parallel_tests"
+gem "parser", HOMEBREW_RUBOCOP_PARSER_VERSION
gem "rspec"
gem "rspec-its", require: false
gem "rspec-wait", require: false
diff --git a/Library/Homebrew/test/Gemfile.lock b/Library/Homebrew/test/Gemfile.lock
index 1620d7099..9ddc18e71 100644
--- a/Library/Homebrew/test/Gemfile.lock
+++ b/Library/Homebrew/test/Gemfile.lock
@@ -58,6 +58,7 @@ PLATFORMS
DEPENDENCIES
codecov
parallel_tests
+ parser (= 2.4.0.0)
rspec
rspec-its
rspec-wait
@@ -65,4 +66,4 @@ DEPENDENCIES
simplecov
BUNDLED WITH
- 1.15.4
+ 1.16.0