aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-01-15 23:48:38 +0100
committerJosé Valim <jose.valim@gmail.com>2010-01-15 23:48:38 +0100
commitb3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a (patch)
tree81e28617885d12185a1851ba219a15f6df0942d4 /Gemfile
parent5a5760828b998997048dc04ce3e83ecf50ae6e7b (diff)
downloadrails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.tar.gz
rails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.tar.bz2
rails-b3c87746efcf6c9f43ac1cd15a6ea728b46ecf9a.zip
Move I18n to gemspec and update dependencies.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index f11e9c227e..81b7ce4d49 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,9 +7,6 @@ gem "rails", "3.0.pre", :path => "railties"
gem lib, '3.0.pre', :path => lib
end
-# AS
-gem "i18n", "0.3.3"
-
# AR
gem "arel", "0.2.pre", :git => "git://github.com/rails/arel.git"
gem "sqlite3-ruby", ">= 1.2.5"