diff options
| -rw-r--r-- | Library/Homebrew/test/Gemfile | 4 |
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 |
