16470: Removes unnecessary gem that may also cause issues.
[arvados.git] / services / api / Gemfile
index 18797d69c68e6fc0d9d39550a86c3a2ba916cb24..844b789af57135f855f123c8d4a4b38c79331e69 100644 (file)
@@ -4,12 +4,11 @@
 
 source 'https://rubygems.org'
 
-gem 'rails', '~> 5.0.0'
+gem 'rails', '5.1.7'
 gem 'responders', '~> 2.0'
 
 group :test, :development do
   gem 'factory_bot_rails'
-  gem 'database_cleaner'
 
   # As of now (2019-03-27) There's an open issue about incompatibilities with
   # newer versions of this gem: https://github.com/rails/rails-perftest/issues/38