initial commit

This commit is contained in:
chair28980 2023-09-29 15:52:09 -07:00
commit e305e8e6c7
3 changed files with 17 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.env.local

4
Gemfile Normal file
View File

@ -0,0 +1,4 @@
source 'https://rubygems.org'
require 'octokit'
require 'dotenv'

11
Gemfile.lock Normal file
View File

@ -0,0 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
PLATFORMS
x86_64-linux
DEPENDENCIES
BUNDLED WITH
2.4.20