Skip to content

Commit eece2e7

Browse files
committed
Gemfile - add Gemfile to project
Add a Gemfile so that `bundle` installs all dev dependencies.
1 parent d444e53 commit eece2e7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/coverage
22
/*.gem
3+
Gemfile.lock

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gemspec

0 commit comments

Comments
 (0)