diff options
| author | Randy Morgan <[email protected]> | 2011-11-29 16:33:25 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-29 16:33:25 +0900 |
| commit | 62f8fbeaaf354a90abea17eef29b6f23b879292a (patch) | |
| tree | e0560cf40cf053ecd3270e1822d313140ffe32dc /Gemfile | |
| parent | dc76e832d03c64a1be07a94b67bca6521469183e (diff) | |
| download | caxlsx-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |
