aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index ba63fae6d0..851fabc21d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,2 @@
-source 'http://rubygems.org'
+source 'https://rubygems.org'
gemspec
-
-group :test do
- gem 'rake'
- gem 'puma'
- gem 'mocha'
-end
-