diff options
author | Azul <azul@leap.se> | 2013-10-21 11:51:36 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-10-21 11:51:36 +0200 |
commit | 12f3d31e14fed756e909c8a656b00f92a9a62234 (patch) | |
tree | d79e2e2f8ec77c27693e8c115bd995ca52bfda1b /common_dependencies.rb | |
parent | b8cb983d502f3c801c8ff801cb44f51e0d2ded4c (diff) |
remove duplicate source line that was using http
I don't think we need to list the sources again in common_dependencies.rb
Diffstat (limited to 'common_dependencies.rb')
-rw-r--r-- | common_dependencies.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common_dependencies.rb b/common_dependencies.rb index 6a43e26..2225613 100644 --- a/common_dependencies.rb +++ b/common_dependencies.rb @@ -1,5 +1,3 @@ -source "http://rubygems.org" - group :test do # moching and stubing gem 'mocha', '~> 0.13.0', :require => false |