Skip to content

Commit

Permalink
Faster dependency lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
andresf committed Dec 1, 2016
1 parent dd9aa76 commit 64bdebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
remote: .
specs:
soter (0.0.3)
mongo (~> 2.0)
mongo (~> 2.4)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion soter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Gem::Specification.new do |s|

s.add_development_dependency('rspec')
s.add_development_dependency('rake')
s.add_dependency('mongo', '~> 2.0')
s.add_dependency('mongo', '~> 2.4')
end

0 comments on commit 64bdebb

Please sign in to comment.