X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bc206979ee82a00374838fff3044dcaf33338f02..204f433a870e2bf1cf7af1fbe076e91f427ef05e:/services/api/Gemfile diff --git a/services/api/Gemfile b/services/api/Gemfile index edc08d6704..70f67d5d76 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -8,6 +8,7 @@ gem 'rails', '~> 3.2.0' group :test, :development do gem 'factory_girl_rails' gem 'database_cleaner' + gem 'ruby-prof' # Note: "require: false" here tells bunder not to automatically # 'require' the packages during application startup. Installation is # still mandatory. @@ -56,7 +57,7 @@ gem 'rvm-capistrano', :group => :test gem 'acts_as_api' -gem 'passenger', :group => :production +gem 'passenger' gem 'omniauth', '1.1.1' gem 'omniauth-oauth2', '1.1.1' @@ -71,8 +72,8 @@ gem 'faye-websocket' gem 'themes_for_rails' -gem 'arvados', '>= 0.1.20140919104705' -gem 'arvados-cli', '>= 0.1.20141014201516' +gem 'arvados', '>= 0.1.20150210011250' +gem 'arvados-cli', '>= 0.1.20150128223752' # pg_power lets us use partial indexes in schema.rb in Rails 3 gem 'pg_power'