Skip to content

Commit

Permalink
Updating gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Lindsaar committed Jan 14, 2012
1 parent 48e8740 commit ec98e3e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Gemfile
Expand Up @@ -11,12 +11,8 @@ if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
end

group :test do
gem "ZenTest", "~> 4.4.0"
gem "rake", "~> 0.8.7"
gem "bundler"
gem "rake", "> 0.8.7"
gem "rspec", "~> 2.8.0"
gem "diff-lcs"
gem "rcov"
case
when defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
# Skip it
Expand Down

0 comments on commit ec98e3e

Please sign in to comment.