diff options
| author | Randy Morgan <[email protected]> | 2011-11-29 15:29:39 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-29 15:29:39 +0900 |
| commit | 6b6b9026079d02952a690430e31baa3d64a84878 (patch) | |
| tree | 50949828390b72b376390b793890f9dd6320e092 /axlsx.gemspec | |
| parent | ceb27e7c707b4789d52a959a9d1d0e53a72b58bd (diff) | |
| download | caxlsx-6b6b9026079d02952a690430e31baa3d64a84878.tar.gz caxlsx-6b6b9026079d02952a690430e31baa3d64a84878.zip | |
bundle needs rake for travis. Seeing if it will work as a development dependency.
Diffstat (limited to 'axlsx.gemspec')
| -rw-r--r-- | axlsx.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec index 92631f94..ae686a0c 100644 --- a/axlsx.gemspec +++ b/axlsx.gemspec @@ -27,6 +27,8 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'activesupport', '>= 2.3.9' s.add_runtime_dependency 'rmagick', '>= 2.12.2' s.add_runtime_dependency 'zip', '>= 2.0.2' + s.add_development_dependency 'rake' + s.required_ruby_version = '>= 1.8.7' s.require_path = 'lib' end |
