Gemfile, .ruby-version, and .ruby-gemset

This commit is contained in:
NEETzsche 2021-02-25 03:22:57 -05:00
parent 0a4e923d09
commit cafb9d9207
4 changed files with 37 additions and 0 deletions

1
.ruby-gemset Normal file
View File

@ -0,0 +1 @@
shards_of_power

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
2.6.3

6
Gemfile Normal file
View File

@ -0,0 +1,6 @@
source "https://rubygems.org"
gem 'prawn'
gem 'prawn-grouping'
gem 'prawn-table'
gem 'pry'

29
Gemfile.lock Normal file
View File

@ -0,0 +1,29 @@
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.3)
method_source (1.0.0)
pdf-core (0.9.0)
prawn (2.4.0)
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
prawn-grouping (0.2.0)
prawn (>= 2.0.0)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
ttfunk (1.7.0)
PLATFORMS
ruby
DEPENDENCIES
prawn
prawn-grouping
prawn-table
pry
BUNDLED WITH
2.0.2