Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Commit

Permalink
No longer pinning to a specific version of activesupport
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonweiss committed Jul 8, 2013
1 parent 438e93b commit 2314a63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions collector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency "activesupport", "~> 3.2.8"
gem.add_dependency "mongo", "~> 1.9.0"
gem.add_dependency "bson", "~> 1.9.0"
gem.add_dependency "activesupport"
gem.add_dependency "mongo", "~> 1.9.0"
gem.add_dependency "bson", "~> 1.9.0"
end
2 changes: 1 addition & 1 deletion lib/collector/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Collector
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit 2314a63

Please sign in to comment.