Skip to content

Commit

Permalink
Add require 'date', because Date.today requires this
Browse files Browse the repository at this point in the history
For Ruby2.0.0-rc1
```
$ bundle exec rake -T
There was an error in your Gemfile, and Bundler cannot continue.
$ rake -T
There was an error in your Gemfile, and Bundler cannot continue.
```
  • Loading branch information
sanemat committed Jan 12, 2013
1 parent 4caa257 commit b8dac53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carrierwave.gemspec
Expand Up @@ -3,6 +3,7 @@ lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib) $:.unshift lib unless $:.include?(lib)


require 'carrierwave/version' require 'carrierwave/version'
require 'date'


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "carrierwave" s.name = "carrierwave"
Expand Down

0 comments on commit b8dac53

Please sign in to comment.