Be careful with the shovel (<<) operator. It modifies the object on the
[arvados.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index e38a9b947372b08890c9a69356c7f956c0581dd1..524e65e510d3de84769123baa6ed184ea0ba6a5a 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ gem 'rails', '3.2.11'
 # Bundle edge Rails instead:
 # gem 'rails', :git => 'git://github.com/rails/rails.git'
 
+gem 'sqlite3'
 gem 'pg'
 
 
@@ -21,6 +22,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 +41,5 @@ gem 'jquery-rails'
 
 gem 'rvm-capistrano', :group => :test
 
+gem 'passenger', :group => :production
+