X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5b7007b2c0c56ab6d2f82cc4651f53fa119e79bd..353f96b37f0ed63c7a9b1dcfaeb2a327af9fe6d3:/Gemfile?ds=inline diff --git a/Gemfile b/Gemfile index e38a9b9473..524e65e510 100644 --- 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 +