7 lines
151 B
Ruby
7 lines
151 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
ruby '3.1.3'
|
|
|
|
gem 'ruby_openpgp', git: 'https://github.com/throneless-tech/ruby_openpgp'
|