diff options
| author | Randy Morgan <[email protected]> | 2011-11-29 15:49:01 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-29 15:49:01 +0900 |
| commit | 72549f22e0e152cbb566bf519346b16d14850245 (patch) | |
| tree | ebf9081d95bf3f43b05a03e121f4e00a53ce2b8b /Gemfile | |
| parent | 6b6b9026079d02952a690430e31baa3d64a84878 (diff) | |
| download | caxlsx-72549f22e0e152cbb566bf519346b16d14850245.tar.gz caxlsx-72549f22e0e152cbb566bf519346b16d14850245.zip | |
more fun with travis.ci
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ source "http://rubygems.org" - -gemspec
\ No newline at end of file +gem 'nokogiri', '>= 1.4.1' +gem 'activesupport', '>= 2.3.9' +gem 'rmagick', '>= 2.12.2' +gem 'zip', '>= 2.0.2' +gem 'rake' |
