From 135d32c8bd91608c12a394ca5dbd65f358bbce42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 25 Dec 2009 15:15:13 +0100 Subject: Move i18n to Gemfile. --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 361074dce6..4ffa9e00e8 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,9 @@ gem "rails", "3.0.pre", :path => "railties" gem lib, '3.0.pre', :path => lib end +# AS +gem "i18n", ">= 0.3.0" + # AR gem "arel", "0.2.pre", :git => "git://github.com/rails/arel.git" gem "sqlite3-ruby", ">= 1.2.5" @@ -32,4 +35,4 @@ if ENV['CI'] end end -disable_system_gems \ No newline at end of file +disable_system_gems -- cgit v1.2.3