Gemfile, .ruby-version, and .ruby-gemset
This commit is contained in:
parent
0a4e923d09
commit
cafb9d9207
1
.ruby-gemset
Normal file
1
.ruby-gemset
Normal file
@ -0,0 +1 @@
|
||||
shards_of_power
|
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@ -0,0 +1 @@
|
||||
2.6.3
|
6
Gemfile
Normal file
6
Gemfile
Normal file
@ -0,0 +1,6 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'prawn'
|
||||
gem 'prawn-grouping'
|
||||
gem 'prawn-table'
|
||||
gem 'pry'
|
29
Gemfile.lock
Normal file
29
Gemfile.lock
Normal 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
|
Loading…
Reference in New Issue
Block a user