Skip to content

Commit

Permalink
added rake to the gemfile as it is needed by travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Comba Riepenhausen committed Dec 28, 2011
1 parent 91d86e3 commit 6447a4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
source :rubygems

group :development do
gem 'rspec'
gem 'cucumber'
gem 'robot-vim'
gem 'rake'
gem 'relish', git: 'https://github.com/mattwynne/relish.git'
gem 'robot-vim'
gem 'rspec'
end

0 comments on commit 6447a4d

Please sign in to comment.