Skip to content

Commit

Permalink
Update bundler and fix mocha dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Mar 6, 2013
1 parent 1e40d7e commit 65d6e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'
gemspec

gem 'rake'
Expand All @@ -11,6 +11,6 @@ group :test do
gem 'jnunemaker-matchy', '~> 0.4', :require => 'matchy'
gem 'shoulda', '~> 2.11'
gem 'timecop', '~> 0.3'
gem 'mocha', '~> 0.10'
gem 'mocha', '~> 0.10.0'
gem 'rack-test', '~> 0.6'
end
1 change: 0 additions & 1 deletion test/test_helper.rb
@@ -1,7 +1,6 @@
require 'rubygems'
require 'bundler/setup'

$:.unshift File.expand_path('../../lib', __FILE__)
require 'mongo_mapper'
require 'fileutils'
require 'ostruct'
Expand Down

0 comments on commit 65d6e2d

Please sign in to comment.