summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-29 16:33:25 +0900
committerRandy Morgan <[email protected]>2011-11-29 16:33:25 +0900
commit62f8fbeaaf354a90abea17eef29b6f23b879292a (patch)
treee0560cf40cf053ecd3270e1822d313140ffe32dc /Gemfile
parentdc76e832d03c64a1be07a94b67bca6521469183e (diff)
downloadcaxlsx-62f8fbeaaf354a90abea17eef29b6f23b879292a.tar.gz
caxlsx-62f8fbeaaf354a90abea17eef29b6f23b879292a.zip
travis says that activesupport inflections require i18n - adding it in as a test.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 5000525b..273922c9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,7 @@
source "http://rubygems.org"
gem 'nokogiri', '>= 1.4.1'
gem 'activesupport', '>= 2.3.9'
+gem 'i18n'
gem 'rmagick', '>= 2.12.2'
gem 'zip', '>= 2.0.2'
gem 'rake'