Skip to content

Commit

Permalink
Updated dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 29, 2010
1 parent 09b8ed0 commit bfbbe56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mongo_mapper.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'json'
s.add_development_dependency 'log_buddy'
s.add_development_dependency 'jnunemaker-matchy', '~> 0.4.0'
s.add_development_dependency 'shoulda', '~> 2.10.2'
s.add_development_dependency 'shoulda', '~> 2.11'
s.add_development_dependency 'timecop', '~> 0.3.1'
s.add_development_dependency 'mocha', '~> 0.9.8'
end
4 changes: 2 additions & 2 deletions test/test_helper.rb
Expand Up @@ -2,8 +2,8 @@
gem 'activesupport', ENV['ACTIVE_SUPPORT_VERSION']
gem 'json'
gem 'jnunemaker-matchy', '~> 0.4.0'
gem 'shoulda', '~> 2.10.2'
gem 'timecop', '~> 0.3.1'
gem 'shoulda', '~> 2.11'
gem 'timecop', '~> 0.3.5'
gem 'mocha', '~> 0.9.8'

$:.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
Expand Down

0 comments on commit bfbbe56

Please sign in to comment.