Skip to content

Commit

Permalink
refactor gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jan 6, 2011
1 parent 5b01a70 commit ec73c2c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Gemfile
@@ -1,6 +1,8 @@
source 'http://rubygems.org' source 'http://rubygems.org'


gem 'rake' group :dev do
gem 'rspec', '~>2' gem 'rake'
gem 'jeweler' gem 'rspec', '~>2'
gem 'parallel', '>= 0.5.1' gem 'jeweler'
gem 'parallel', '>= 0.5.1'
end

0 comments on commit ec73c2c

Please sign in to comment.