Initial commit
This commit is contained in:
19
Gemfile
Normal file
19
Gemfile
Normal file
@@ -0,0 +1,19 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||||
|
||||
ruby '~>2.6'
|
||||
|
||||
gem 'rake'
|
||||
gem 'sshkey' # SSH key generation gem
|
||||
|
||||
# webhook server deps
|
||||
gem 'bump'
|
||||
gem 'rack'
|
||||
gem 'sinatra'
|
||||
gem 'puma'
|
||||
gem 'rspec'
|
||||
gem 'jwt'
|
||||
gem 'faraday'
|
||||
Reference in New Issue
Block a user