commit e305e8e6c7f9b558d2a52dd0ddd92ed078c85305 Author: chair28980 Date: Fri Sep 29 15:52:09 2023 -0700 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb2a756 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env.local + diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..eb49836 --- /dev/null +++ b/Gemfile @@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +require 'octokit' +require 'dotenv' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..c5402c1 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,11 @@ +GEM + remote: https://rubygems.org/ + specs: + +PLATFORMS + x86_64-linux + +DEPENDENCIES + +BUNDLED WITH + 2.4.20