ソースを参照

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

master
NEETzsche 3年前
コミット
cafb9d9207
4個のファイルの変更37行の追加0行の削除
  1. +1
    -0
      .ruby-gemset
  2. +1
    -0
      .ruby-version
  3. +6
    -0
      Gemfile
  4. +29
    -0
      Gemfile.lock

+ 1
- 0
.ruby-gemset ファイルの表示

@@ -0,0 +1 @@
shards_of_power

+ 1
- 0
.ruby-version ファイルの表示

@@ -0,0 +1 @@
2.6.3

+ 6
- 0
Gemfile ファイルの表示

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

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

+ 29
- 0
Gemfile.lock ファイルの表示

@@ -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

読み込み中…
キャンセル
保存