Skip to content

Commit

Permalink
Update Gemfile to build on recent systems
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassedovic committed Jun 13, 2018
1 parent acb1144 commit b196443
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'asciidoctor', '1.5.2'
gem 'asciidoctor', '1.5.7'
# NOTE: pygments depends on `ruby-dev` / `ruby-devel`
gem 'pygments.rb', '~> 0.6.3'
gem 'pygments.rb', '~> 1.2.1'
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
asciidoctor (1.5.2)
posix-spawn (0.3.11)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
yajl-ruby (1.2.1)
asciidoctor (1.5.7)
multi_json (1.13.1)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)

PLATFORMS
ruby

DEPENDENCIES
asciidoctor (= 1.5.2)
pygments.rb (~> 0.6.3)
asciidoctor (= 1.5.7)
pygments.rb (~> 1.2.1)

BUNDLED WITH
1.13.7

0 comments on commit b196443

Please sign in to comment.