added i18n to :development group in Gemfile cause

rspec was complaining
This commit is contained in:
2010-11-22 12:11:09 +00:00
parent 9c85041706
commit e6f860a2a6
2 changed files with 3 additions and 0 deletions

View File

@@ -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