From 83f329f5f30567a10bc96410da230bf986db8ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 9 Nov 2009 16:19:47 -0200 Subject: Bundle I18n 0.2.0. --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a60c1010d9..85a1ee0fef 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ clear_sources source 'http://gemcutter.org' -gem "rails", "3.0.pre", :vendored_at => "railties" +gem "rails", "3.0.pre", :path => "railties" %w( activesupport activemodel @@ -10,8 +10,9 @@ gem "rails", "3.0.pre", :vendored_at => "railties" activerecord activeresource ).each do |lib| - gem lib, '3.0.pre', :vendored_at => lib + gem lib, '3.0.pre', :path => lib end +gem "i18n", "0.2.0" gem "rack", "1.0.1" gem "rack-mount", :git => "git://github.com/rails/rack-mount.git" gem "rack-test", "~> 0.5.0" -- cgit v1.2.3