Fix the Gemfile

This commit is contained in:
Rafael Mendonça França 2011-08-10 20:11:52 -03:00
parent d4c23fed30
commit 0d9b5a8632
2 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.bundle/
pkg/
Gemfile.lock

View File

@ -2,7 +2,6 @@ source "http://rubygems.org"
gemspec
group :test do
gem "mocha", :require => false
gem "ruby-debug", :require => false, :platform => :mri_18
end
gem "rake"
gem "mocha"
gem "ruby-debug", :platform => :mri_18