Skip to content

Commit

Permalink
Use Bundler to install development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Apr 19, 2014
1 parent 285e9ba commit 5ffce34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.bundle
.config
coverage
Gemfile.lock
InstalledFiles
lib/bundler/man
pkg
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gemspec

0 comments on commit 5ffce34

Please sign in to comment.