diff options
| author | Jurriaan Pruis <[email protected]> | 2015-01-12 12:18:46 +0100 |
|---|---|---|
| committer | Jurriaan Pruis <[email protected]> | 2015-01-12 12:18:46 +0100 |
| commit | c24ec92ab6495b6b0c36e8e139d3d3ce350fc5c5 (patch) | |
| tree | b5178b26ebd877a5b79564fd9922aaea86135106 /Gemfile | |
| parent | 4199f37303923637d02717b32c52b9dc83fc478b (diff) | |
| download | caxlsx-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-- | Gemfile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
