add /orvos/v1/schema
[arvados.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index fdd8f36e7ae0e89eca18ad900a69df1a7acda2a6..9fa235c5e022d15f40c7851606ab3e370bd0ae1e 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem 'json'
 # Gems used only for assets and not required
 # in production environments by default.
 group :assets do
-  gem 'sass-rails',   '~> 3.1.5'
+  gem 'sass-rails',   '= 3.1.5'
   gem 'coffee-rails', '~> 3.1.1'
 
   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
@@ -37,3 +37,7 @@ gem 'jquery-rails'
 # gem 'ruby-debug'
 
 gem 'rvm-capistrano', :group => :test
+
+gem 'acts_as_api'
+
+gem 'passenger', :group => :production