Skip to content

Commit

Permalink
Test against carrierwave v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyta committed May 24, 2016
1 parent 8d7206e commit 24dea4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ rvm:
gemfile:
- Gemfile
- gemfiles/carrierwave-0.9.gemfile
- gemfiles/carrierwave-0.11.gemfile
- gemfiles/carrierwave-master.gemfile
- gemfiles/mongoid-3.1.gemfile
- gemfiles/mongoid-4.0.gemfile
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/carrierwave-0.11.gemfile
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem "carrierwave", "~> 0.11.0"

gemspec path: "../"

0 comments on commit 24dea4b

Please sign in to comment.