20606: Update retry tests.
[arvados.git] / services / api / Gemfile
index 677d4d0cda98703865ba818ec40fb995540f667c..21f0232ef0d020b8afbb94a29a1d8b90a6b1e0a5 100644 (file)
@@ -7,6 +7,10 @@ source 'https://rubygems.org'
 gem 'rails', '~> 5.2.0'
 gem 'responders', '~> 2.0'
 
+# Pin sprockets to < 4.0 to avoid issues when upgrading rails to 5.2
+# See: https://github.com/rails/sprockets-rails/issues/443
+gem 'sprockets', '~> 3.0'
+
 group :test, :development do
   gem 'factory_bot_rails'
 
@@ -30,13 +34,8 @@ gem 'pg', '~> 1.0'
 gem 'multi_json'
 gem 'oj'
 
-gem 'mini_racer'
-gem 'uglifier', '~> 2.0'
-
 gem 'jquery-rails'
 
-gem 'rvm-capistrano', :group => :test
-
 gem 'acts_as_api'
 
 gem 'passenger'
@@ -54,7 +53,6 @@ gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
 gem 'arvados', '~> 2.1.5'
 gem 'httpclient'
 
-gem 'sshkey'
 gem 'safe_yaml'
 gem 'lograge'
 gem 'logstash-event'
@@ -64,7 +62,7 @@ gem 'rails-observers'
 gem 'rails-perftest'
 gem 'rails-controller-testing'
 
-gem 'sass-rails'
+gem 'mini_portile2', '~> 2.8', '>= 2.8.1'
 
 # arvados-google-api-client and googleauth depend on signet, but
 # signet 0.12 is incompatible with ruby 2.3.