Skip to content

Commit

Permalink
Upped mongoid dependency to ~> 3.0.0.rc
Browse files Browse the repository at this point in the history
Also removed mongo and bson_ext dependencies
  • Loading branch information
rmm5t committed Jun 19, 2012
1 parent 70270ff commit f26cb3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions carrierwave-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "carrierwave", ["~> 0.6.1"]
s.add_dependency "mongoid", ["~> 2.1"]
s.add_dependency "mongoid", ["~> 3.0.0.rc"]
s.add_development_dependency "rspec", ["~> 2.6"]
s.add_development_dependency "bson_ext", ["~> 1.3"]
s.add_development_dependency "rake", ["~> 0.9"]
s.add_development_dependency "mini_magick"
end
1 change: 0 additions & 1 deletion lib/carrierwave/storage/grid_fs.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# encoding: utf-8
require 'mongo'

module CarrierWave
module Storage
Expand Down
1 change: 0 additions & 1 deletion spec/storage/grid_fs_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# encoding: utf-8

require 'spec_helper'
require 'mongo'

shared_examples_for "a GridFS connection" do
describe '#store!' do
Expand Down

0 comments on commit f26cb3c

Please sign in to comment.