Skip to content

Commit 9f82772

Browse files
committed
Merge branch 'mongoid5'
* mongoid5: Bumped version to v0.8.0 Migrate to new non-sudo travis infrastructure
2 parents 79a9590 + 5c2e822 commit 9f82772

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
services: mongodb
23

34
notifications:

Diff for: lib/carrierwave/mongoid/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Carrierwave
22
module Mongoid
3-
VERSION = "0.7.1"
3+
VERSION = "0.8.0"
44
end
55
end

0 commit comments

Comments
 (0)