Skip to content

Instantly share code, notes, and snippets.

@capsulecorplab
Last active April 13, 2020 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save capsulecorplab/69e44b403b9b8c62c2aebbb992fb77bc to your computer and use it in GitHub Desktop.
Save capsulecorplab/69e44b403b9b8c62c2aebbb992fb77bc to your computer and use it in GitHub Desktop.
Gemfile.lock for globally install Ruby gems, bundled with bundler 2.1.4 in ruby 2.6.5
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "asciidoctor", "~> 2.0"
gem "asciidoctor-pdf", "~> 1.5.rc.2"
gem "travis", "~> 1.8"
gem "asciidoctor-diagram", "~> 2.0"
gem "kramdown-asciidoc", "~> 1.0"
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.0.3)
addressable (2.4.0)
afm (0.2.2)
asciidoctor (2.0.10)
asciidoctor-diagram (2.0.1)
asciidoctor (>= 1.5.7, < 3.x)
asciidoctor-pdf (1.5.3)
asciidoctor (>= 1.5.3, < 3.0.0)
concurrent-ruby (~> 1.1.0)
prawn (~> 2.2.0)
prawn-icon (~> 2.5.0)
prawn-svg (~> 0.30.0)
prawn-table (~> 0.2.0)
prawn-templates (~> 0.1.0)
safe_yaml (~> 1.0.0)
thread_safe (~> 0.3.0)
treetop (~> 1.6.0)
ttfunk (~> 1.5.0, >= 1.5.1)
backports (3.16.1)
concurrent-ruby (1.1.6)
css_parser (1.7.1)
addressable
ethon (0.12.0)
ffi (>= 1.3.0)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
ffi (1.12.2)
gh (0.15.1)
addressable (~> 2.4.0)
backports
faraday (~> 0.8)
multi_json (~> 1.0)
net-http-persistent (~> 2.9)
net-http-pipeline
hashery (2.1.2)
highline (1.7.10)
json (2.3.0)
kramdown (1.17.0)
kramdown-asciidoc (1.0.1)
kramdown (~> 1.17.0)
launchy (2.4.3)
addressable (~> 2.3)
multi_json (1.14.1)
multipart-post (2.1.1)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
pdf-core (0.7.0)
pdf-reader (2.4.0)
Ascii85 (~> 1.0.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
polyglot (0.3.5)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
prawn-icon (2.5.0)
prawn (>= 1.1.0, < 3.0.0)
prawn-svg (0.30.0)
css_parser (~> 1.6)
prawn (>= 0.11.1, < 3)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
prawn-templates (0.1.2)
pdf-reader (~> 2.0)
prawn (~> 2.2)
pusher-client (0.6.2)
json
websocket (~> 1.0)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
thread_safe (0.3.6)
travis (1.8.10)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
gh (~> 0.13)
highline (~> 1.6)
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 0.6, >= 0.6.8)
treetop (1.6.10)
polyglot (~> 0.3)
ttfunk (1.5.1)
typhoeus (0.8.0)
ethon (>= 0.8.0)
websocket (1.2.8)
PLATFORMS
ruby
DEPENDENCIES
asciidoctor (~> 2.0)
asciidoctor-diagram (~> 2.0)
asciidoctor-pdf (~> 1.5.rc.2)
kramdown-asciidoc (~> 1.0)
travis (~> 1.8)
BUNDLED WITH
2.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment