add bundler support
This commit is contained in:
parent
dd6f1ba24d
commit
6065b23652
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
||||||
*.sw*
|
*.sw*
|
||||||
tmp/
|
tmp/
|
||||||
pkg/
|
pkg/
|
||||||
|
Gemfile.lock
|
||||||
|
|
3
Gemfile
Normal file
3
Gemfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
gemspec
|
Loading…
Add table
Add a link
Reference in a new issue