diff options
| author | Randy Morgan <[email protected]> | 2012-08-02 23:09:52 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-08-02 23:09:52 +0900 |
| commit | 56a7a7456ec948f29e439edf42fe378cf812425a (patch) | |
| tree | 744a484c4285c56468995c91ac2dfd6ac4d96af1 /Gemfile | |
| parent | 6f5761deaf776eaeac9a556990e3ec8c7c9dc504 (diff) | |
| download | caxlsx-56a7a7456ec948f29e439edf42fe378cf812425a.tar.gz caxlsx-56a7a7456ec948f29e439edf42fe378cf812425a.zip | |
fun with travis
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ source :rubygems gemspec +group :test do + gem 'rake', '0.8.7' if RUBY_VERSION == "1.9.2" + gem 'rake', '>= 0.8.7' unless RUBY_VERSION == "1.9.2" +end |
