Skip to content

Commit 94dc735

Browse files
committed
Merge pull request ryanb#36 from travis-repos/pull-gemfile
add a Gemfile
2 parents c90e181 + 93ca9d1 commit 94dc735

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source :rubygems
2+
3+
group :test do
4+
gem 'rake'
5+
gem 'rspec', '~> 1.3.2'
6+
gem 'cucumber'
7+
gem 'mocha'
8+
end

0 commit comments

Comments
 (0)