Skip to content

Commit 6447a4d

Browse files
author
Enrique Comba Riepenhausen
committed
added rake to the gemfile as it is needed by travis
1 parent 91d86e3 commit 6447a4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: Gemfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
source :rubygems
22

33
group :development do
4-
gem 'rspec'
54
gem 'cucumber'
6-
gem 'robot-vim'
5+
gem 'rake'
76
gem 'relish', git: 'https://github.com/mattwynne/relish.git'
7+
gem 'robot-vim'
8+
gem 'rspec'
89
end
910

0 commit comments

Comments
 (0)