From e6f860a2a68577a3a534f0d06b7de64f43fbdbc1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 22 Nov 2010 12:11:09 +0000 Subject: [PATCH] added i18n to :development group in Gemfile cause rspec was complaining --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 3e997ea..5fafe05 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,5 @@ gem 'time_ext', '>= 0.2.6' group :development do gem 'rspec', '>= 2.0.1' gem 'yard', '>= 0.6.1' + gem 'i18n' end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 3ec2c87..0a8a4bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: activesupport (3.0.3) diff-lcs (1.1.2) + i18n (0.4.2) json (1.4.6) redis (2.1.1) rspec (2.1.0) @@ -22,6 +23,7 @@ PLATFORMS DEPENDENCIES activesupport (>= 2.3.0) + i18n json (>= 1.0.0) redis (>= 2.0.0) rspec (>= 2.0.1)