rename pipeline to pipeline template. refs #1416
[arvados.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 059b8ac5e258f0f3c061bfd152891c39902c14cc..e467f5fd7a1e07b38cfb85d6b8bbca1805e7167b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,10 @@ gem 'rails', '3.2.11'
 # gem 'rails', :git => 'git://github.com/rails/rails.git'
 
 gem 'sqlite3'
+gem 'pg'
 
+gem 'multi_json'
+gem 'oj'
 
 # Gems used only for assets and not required
 # in production environments by default.
@@ -21,6 +24,7 @@ group :assets do
 end
 
 gem 'jquery-rails'
+gem 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails'
 
 # To use ActiveModel has_secure_password
 # gem 'bcrypt-ruby', '~> 3.0.0'
@@ -39,3 +43,5 @@ gem 'jquery-rails'
 
 gem 'rvm-capistrano', :group => :test
 
+gem 'passenger', :group => :production
+