Change rubygems source
[arvados.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 9b0c75f25ef3c3cd903826fe6b1080a8d0f8be73..fe9680f275a3c386222f652b0723cffd07b0f534 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,12 +1,12 @@
-source :rubygems
+source 'https://rubygems.org'
 
 gemspec
 
-gem 'signet', '>= 0.4.1'
+gem 'signet', '>= 0.4.5'
 gem 'addressable', '>= 2.3.2'
 gem 'uuidtools', '>= 2.1.0'
-gem 'autoparse', '>= 0.3.2'
-gem 'faraday', '~> 0.8.1'
+gem 'autoparse', '>= 0.3.3'
+gem 'faraday', '~> 0.8.4'
 gem 'multi_json', '>= 1.0.0'
 gem 'extlib', '>= 0.9.15'
 gem 'jwt', '~> 0.1.5'
@@ -15,11 +15,7 @@ gem 'jruby-openssl', :platforms => :jruby
 group :development do
   gem 'launchy', '>= 2.1.1'
   gem 'yard'
-  if File.exist?('/usr/bin/gcc-4.2')
-    # Not a critically important gem to have around.
-    # If it's not going to build, skip it.
-    gem 'redcarpet'
-  end
+  gem 'kramdown'
 end
 
 group :examples do