add create method. refs #1406
[arvados.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 67b74a9f8a7cc7a8dc79757d7f06dbc337c24893..1dd00a0ee4ee7504de1049ef5bff7a6409713eac 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
 source 'http://rubygems.org'
 
-gem 'rails', '3.1.5'
+gem 'rails', '3.1.10'
 
 # Bundle edge Rails instead:
 # gem 'rails',     :git => 'git://github.com/rails/rails.git'
@@ -8,7 +8,11 @@ gem 'rails', '3.1.5'
 #gem 'sqlite3'
 gem 'pg'
 
-gem 'json'
+# Start using multi_json once we are on Rails 3.2;
+# Rails 3.1 has a dependency on multi_json < 1.3.0 but we need version 1.3.4 to 
+# fix bug https://github.com/collectiveidea/json_spec/issues/27
+gem 'multi_json'
+gem 'oj'
 
 # Gems used only for assets and not required
 # in production environments by default.
@@ -39,3 +43,8 @@ gem 'jquery-rails'
 gem 'rvm-capistrano', :group => :test
 
 gem 'acts_as_api'
+
+gem 'passenger', :group => :production
+
+gem 'omniauth', '1.1.1'
+gem 'omniauth-oauth2', '1.1.1'