Begin addon reorganization

This commit is contained in:
Darren Clarke 2023-05-03 10:36:37 +00:00
parent aa18d3904e
commit 7b13e6ff71
25 changed files with 29 additions and 1589 deletions

View file

@ -1,10 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
# git_source(:git) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.5'
ruby '3.1.3'
# Use Sequoia for PGP encryption
# gem "sequoia-ruby-ffi", git: "https://gitlab.com/dorle/sequoia-ruby-ffi"
# Use ruby_openpgp implementation of Sequoia for PGP encryption
gem 'ruby_openpgp', git: "https://github.com/throneless-tech/ruby_openpgp"
gem 'ruby_openpgp', git: 'https://github.com/throneless-tech/ruby_openpgp'