summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-27 18:11:42 +0900
committerRandy Morgan <[email protected]>2011-11-27 18:11:42 +0900
commit4d16bfc43780e5d3f7368625700b583e3e98217a (patch)
treebd477483555fe52f2690e7f15743d93b9667adef /axlsx.gemspec
parent11303a4d6664d9a7ff7bc408035d2ab70378a375 (diff)
downloadcaxlsx-4d16bfc43780e5d3f7368625700b583e3e98217a.tar.gz
caxlsx-4d16bfc43780e5d3f7368625700b583e3e98217a.zip
adding in row_style and col_style methods to worksheet and active record 'acts_as_axlsx' to provide to_xlsx.
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec10
1 files changed, 5 insertions, 5 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index a48f8417..041e5fca 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -27,10 +27,10 @@ Gem::Specification.new do |s|
fl.exclude("*.gem")
fl.exclude("*.xlsx")
end
- s.add_runtime_dependency 'nokogiri', '~> 1.4'
- s.add_runtime_dependency 'active_support', '~> 3'
- s.add_runtime_dependency 'rmagick', '~> 2'
- s.add_runtime_dependency 'zip', '~> 2'
- s.require_path = 'lib'
+ s.add_runtime_dependency 'nokogiri', '>= 1.4.1'
+ 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.required_ruby_version = '>= 1.8.7'
+ s.require_path = 'lib'
end