Add Gemfile
This commit is contained in:
parent
4598a41859
commit
e07bafcfbf
3 changed files with 21 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
vendor/
|
3
Gemfile
Normal file
3
Gemfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
gemspec
|
17
Gemfile.lock
Normal file
17
Gemfile.lock
Normal file
|
@ -0,0 +1,17 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
format-staged (0.0.1)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
format-staged!
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
Loading…
Add table
Reference in a new issue