Skip to content

Commit

Permalink
Add Rake to Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 1, 2013
1 parent 6d94ac4 commit 9500c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in thread_safe.gemspec
gemspec
gem 'rake'

3 comments on commit 9500c18

@sferik
Copy link
Collaborator

@sferik sferik commented on 9500c18 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have done the trick: 46c19ba

@headius
Copy link
Owner Author

@headius headius commented on 9500c18 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm yeah, it didn't seem to work because travis is bundling without development:

$ bundle install --without development
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.1.0) 

@headius
Copy link
Owner Author

@headius headius commented on 9500c18 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed in d74ed31.

Please sign in to comment.