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 | |
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
-rw-r--r-- | Gemfile.lock | 1 | ||||
-rw-r--r-- | common_dependencies.rb | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8632805..e6096fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,6 @@ PATH GEM remote: https://rubygems.org/ - remote: http://rubygems.org/ specs: SyslogLogger (2.0) actionmailer (3.2.15) 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 |