Skip to content
Snippets Groups Projects
Commit 3d211776 authored by Ben Woosley's avatar Ben Woosley
Browse files

Fix the gemfile so we can actually run 'bundle exec rake test'

parent 0037d2e2
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ pkg/* ...@@ -2,3 +2,4 @@ pkg/*
rdoc/* rdoc/*
*.gem *.gem
.bundle .bundle
Gemfile.lock
source "http://rubygems.org" source "http://rubygems.org"
gemspec gemspec
group :development, :test do
gem 'rake'
gem 'mongoid'
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment