From 7ae6e146b24d44186ef7c5c75d1fd53591612446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 12 Aug 2011 08:55:00 +0300 Subject: Use arel 2.1.4 for now because 2.1.5 got yanked. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 6d86771..e2c37f6 100644 --- a/Gemfile +++ b/Gemfile @@ -19,3 +19,5 @@ group :assets do gem 'coffee-rails', "~> 3.1.0.rc.5" gem 'uglifier' end + +gem 'arel', '2.1.4' # 2.1.5 is broken. see https://github.com/rails/arel/issues/72 -- cgit v1.2.3