Skip to content

Commit

Permalink
Add Gemfile and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenen committed Sep 9, 2015
1 parent 4c1aca7 commit 7dcdafc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.gem
*.rbc
*.org
/.config
/coverage/
/InstalledFiles
Expand Down Expand Up @@ -33,3 +34,4 @@ build/

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
/Gemfile.lock
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "http://rubygems.org"

gem "cucumber", "~> 2.0"
gem "rspec", "~> 3.0"

0 comments on commit 7dcdafc

Please sign in to comment.