aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-08-16 17:00:38 +0100
committerMike McQuaid2016-08-17 10:27:45 +0100
commit495da233d74d2eea37deb35d5e28bc3e4c5a3b0e (patch)
treec139da6dfc840e9036cd96559bdee5e5c0785af2 /Library
parentee6c43ebee3e8e847e9fd783a8858688d7bcb38a (diff)
downloadbrew-495da233d74d2eea37deb35d5e28bc3e4c5a3b0e.tar.bz2
test/Gemfile: assume Ruby 2.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/test/Gemfile b/Library/Homebrew/test/Gemfile
index 605d6017f..df6429f50 100644
--- a/Library/Homebrew/test/Gemfile
+++ b/Library/Homebrew/test/Gemfile
@@ -14,8 +14,4 @@ group :coverage do
:branch => "master", # commit 257e26394c464c4ab388631b4eff1aa98c37d3f1
:require => false
gem "coveralls", "0.8.14", :require => false
-
- # We need to pin the version of this Coveralls dependency because it is the
- # last one to support Ruby 1.8. Remove as soon as we stop using Ruby 1.8.
- gem "json", "~> 1.8", :require => false
end