X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f5ffec98d462fa1ce4003adf31e8d60eb1959639..fdb05f9f5a1613b80f371a4dc0561ff05f678586:/Gemfile?ds=inline diff --git a/Gemfile b/Gemfile index e768c45735..e467f5fd7a 100644 --- 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. @@ -15,12 +18,13 @@ group :assets do gem 'coffee-rails', '~> 3.2.1' # See https://github.com/sstephenson/execjs#readme for more supported runtimes - # gem 'therubyracer', :platforms => :ruby + gem 'therubyracer', :platforms => :ruby gem 'uglifier', '>= 1.0.3' 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 +