Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Bump mongoriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Aksel Puulmann committed Sep 4, 2014
1 parent 5d48589 commit e2329a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ PATH
json
log4r
mongo
mongoriver
mongoriver (= 0.4)
pg
rake
sequel

GEM
remote: https://rubygems.org/
specs:
bson (1.9.1)
bson_ext (1.9.1)
bson (~> 1.9.1)
bson (1.10.2)
bson_ext (1.10.2)
bson (~> 1.10.2)
json (1.8.1)
log4r (1.1.10)
metaclass (0.0.4)
minitest (3.0.0)
mocha (1.0.0)
metaclass (~> 0.0.1)
mongo (1.9.1)
bson (~> 1.9.1)
mongoriver (0.1.0)
mongo (1.10.2)
bson (= 1.10.2)
mongoriver (0.4.0)
bson_ext
log4r
mongo (>= 1.7)
pg (0.14.1)
rake (10.3.1)
sequel (3.44.0)
pg (0.17.1)
rake (10.3.2)
sequel (4.14.0)

PLATFORMS
ruby
Expand Down
3 changes: 2 additions & 1 deletion mosql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Gem::Specification.new do |gem|
gem.version = MoSQL::VERSION

%w[sequel pg mongo bson_ext rake log4r json
mongoriver].each { |dep| gem.add_runtime_dependency(dep) }
].each { |dep| gem.add_runtime_dependency(dep) }
gem.add_runtime_dependency "mongoriver", "0.4"

gem.add_development_dependency "minitest"
gem.add_development_dependency "mocha"
Expand Down

0 comments on commit e2329a0

Please sign in to comment.