initial commit
This commit is contained in:
commit
e305e8e6c7
|
@ -0,0 +1,2 @@
|
||||||
|
.env.local
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
require 'octokit'
|
||||||
|
require 'dotenv'
|
|
@ -0,0 +1,11 @@
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
x86_64-linux
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
2.4.20
|
Loading…
Reference in New Issue