Merge branch 'master' into 3686-sharing-repositories
[arvados.git] / services / api / Gemfile
index e9e1ef8a2373cdcf7a46855c0e9eca3bb03a50a6..7e70eb2f31f1050eecb8e85a8a64604fec7b2075 100644 (file)
@@ -8,6 +8,7 @@ gem 'rails', '~> 3.2.0'
 group :test, :development do
   gem 'factory_girl_rails'
   gem 'database_cleaner'
+  gem 'ruby-prof'
   # Note: "require: false" here tells bunder not to automatically
   # 'require' the packages during application startup. Installation is
   # still mandatory.