summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index c88c19a..cb4775e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,7 @@
-source :rubygems
-
+source "https://rubygems.org"
gem "compass"
gem "sinatra"
gem "haml"
gem "sass"
-
-gem "opentox-client", :path => "../opentox-client"
gem "opentox-server", :path => "../opentox-server"
+gem "opentox-client", :path => "../opentox-client"