summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorJurriaan Pruis <[email protected]>2015-01-12 12:18:46 +0100
committerJurriaan Pruis <[email protected]>2015-01-12 12:18:46 +0100
commitc24ec92ab6495b6b0c36e8e139d3d3ce350fc5c5 (patch)
treeb5178b26ebd877a5b79564fd9922aaea86135106 /Gemfile
parent4199f37303923637d02717b32c52b9dc83fc478b (diff)
downloadcaxlsx-c24ec92ab6495b6b0c36e8e139d3d3ce350fc5c5.tar.gz
caxlsx-c24ec92ab6495b6b0c36e8e139d3d3ce350fc5c5.zip
Fix #fit_to to work correctly and fix tests under Ruby 2.2.0
9999 is too big
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index b3b89451..3904ab32 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,10 @@
-source "https://rubygems.org"
+source 'https://rubygems.org'
gemspec
group :test do
- gem "rake", ">= 0.8.7"
- gem "simplecov"
+ gem 'rake', '>= 0.8.7'
+ gem 'simplecov'
+ gem 'test-unit'
end
group :profile do