From 3053fee954c1e28b23f7e00921d7b9b3b3867fa5 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 19 Nov 2013 14:16:45 +0100 Subject: [PATCH] use `4-0-stable` arel branch to get bundle working again. this resolves the following error when running `bundle install` ``` ArgumentError: wrong number of arguments (2 for 1) /Users/senny/Projects/rails/.bundle/bundler/gems/arel-454a25f18c95/lib/arel/crud.rb:5:in `compile_update' ``` The build is still broken with lots of: ``` ArgumentError: wrong number of arguments (2 for 1) /Users/senny/Projects/rails/.bundle/bundler/gems/arel-454a25f18c95/lib/arel/crud.rb:5:in `compile_update' ``` --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 848bf41f44c89..46e5ead0420e3 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'bcrypt-ruby', '~> 3.1.2' gem 'jquery-rails', '~> 2.2.0' gem 'turbolinks' gem 'coffee-rails', '~> 4.0.0' -gem 'arel', github: 'rails/arel', branch: 'master' +gem 'arel', github: 'rails/arel', branch: '4-0-stable' # This needs to be with require false to avoid # it being automatically loaded by sprockets