Skip to content

Commit

Permalink
Update ActiveSupport and ActiveModel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 24, 2011
1 parent f306c5f commit f114bf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -2,19 +2,19 @@ PATH
remote: .
specs:
mongo_mapper (0.9.0)
activemodel (~> 3.0.0)
activesupport (~> 3.0.0)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.3.8)

GEM
remote: http://rubygems.org/
specs:
SystemTimer (1.2.1)
activemodel (3.0.6)
activesupport (= 3.0.6)
activemodel (3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activesupport (3.0.6)
activesupport (3.0.7)
archive-tar-minitar (0.5.2)
bson (1.3.0)
bson_ext (1.3.0)
Expand Down Expand Up @@ -61,8 +61,8 @@ PLATFORMS

DEPENDENCIES
SystemTimer
activemodel (~> 3.0.0)
activesupport (~> 3.0.0)
activemodel (~> 3.0)
activesupport (~> 3.0)
bson_ext (~> 1.3.0)
jnunemaker-matchy (~> 0.4.0)
json
Expand Down
4 changes: 2 additions & 2 deletions mongo_mapper.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.files = Dir.glob("{bin,examples,lib,rails,test}/**/*") + %w[LICENSE UPGRADES README.rdoc]

s.add_dependency 'activemodel', '~> 3.0.0'
s.add_dependency 'activesupport', '~> 3.0.0'
s.add_dependency 'activemodel', '~> 3.0'
s.add_dependency 'activesupport', '~> 3.0'
s.add_dependency 'plucky', '~> 0.3.8'
end

0 comments on commit f114bf9

Please sign in to comment.