aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-12-25 15:15:13 +0100
committerJosé Valim <jose.valim@gmail.com>2009-12-25 15:15:13 +0100
commit135d32c8bd91608c12a394ca5dbd65f358bbce42 (patch)
tree54e4b83dded695175d1f2c33e44704a2ba0d9dec /Gemfile
parenteb8e627c6918dae53c7ab8b9208e72ff64d20348 (diff)
downloadrails-135d32c8bd91608c12a394ca5dbd65f358bbce42.tar.gz
rails-135d32c8bd91608c12a394ca5dbd65f358bbce42.tar.bz2
rails-135d32c8bd91608c12a394ca5dbd65f358bbce42.zip
Move i18n to Gemfile.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
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