Browse Source

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

master
NEETzsche 3 years ago
parent
commit
cafb9d9207
4 changed files with 37 additions and 0 deletions
  1. +1
    -0
      .ruby-gemset
  2. +1
    -0
      .ruby-version
  3. +6
    -0
      Gemfile
  4. +29
    -0
      Gemfile.lock

+ 1
- 0
.ruby-gemset View File

@@ -0,0 +1 @@
shards_of_power

+ 1
- 0
.ruby-version View File

@@ -0,0 +1 @@
2.6.3

+ 6
- 0
Gemfile View File

@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem 'prawn'
gem 'prawn-grouping'
gem 'prawn-table'
gem 'pry'

+ 29
- 0
Gemfile.lock 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

Loading…
Cancel
Save