X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d54349d2a6c38b64efd483686021e0d2fefeb4d6..aa7a254d23f202a19d3ef81d8073affc77e29b38:/Gemfile diff --git a/Gemfile b/Gemfile index 47bc726aa7..33d9b8e3f3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,12 @@ -source :rubygems +source 'https://rubygems.org' gemspec -gem 'signet', '>= 0.4.1' +gem 'signet', '>= 0.5.0' 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.9.0.rc1' gem 'multi_json', '>= 1.0.0' gem 'extlib', '>= 0.9.15' gem 'jwt', '~> 0.1.5' @@ -15,7 +15,7 @@ gem 'jruby-openssl', :platforms => :jruby group :development do gem 'launchy', '>= 2.1.1' gem 'yard' - gem 'redcarpet' + gem 'kramdown' end group :examples do @@ -23,6 +23,7 @@ group :examples do end group :test, :development do + gem 'json', '~> 1.7.7' gem 'rake', '>= 0.9.0' gem 'rspec', '>= 2.11.0' gem 'rcov', '>= 0.9.9', :platform => :mri_18