Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jekyll and rouge #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ source "https://rubygems.org"
gem 'bourbon', '~> 4.2.1'
gem 'jekyll-babel', '~>1.1.0'
gem 'jekyll-paginate', '~>1.1.0'
gem 'jekyll', '~>3.9.0'
gem 'jekyll', '~>4.2.0'
gem 'json', '~> 2.3'
gem 'neat', '~> 1.7.1'
gem 'nokogiri', '~> 1.11.4'
gem 'rouge', '~> 2.2.1'
gem 'rouge', '~> 3.26.0'
gem 'therubyracer', '~>0.12.3'
gem "jekyll-github-metadata", "~> 2.13"
gem "kramdown", "~> 2.3.1"
Expand Down
37 changes: 22 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,34 @@ GEM
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
ffi (1.15.1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jekyll (3.9.1)
jekyll (4.2.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-babel (1.1.0)
babel-transpiler
jekyll-github-metadata (2.13.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.5.1)
Expand All @@ -65,7 +67,7 @@ GEM
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mercenary (0.4.0)
method_source (1.0.0)
mini_portile2 (2.5.1)
multipart-post (2.1.1)
Expand All @@ -85,34 +87,39 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.6)
racc (1.5.2)
rb-fsevent (0.10.4)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
rexml (3.2.5)
rouge (2.2.1)
rouge (3.26.0)
ruby2_keywords (0.0.4)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
terminal-notifier (2.0.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.20.3)
unicode-display_width (1.7.0)

PLATFORMS
ruby

DEPENDENCIES
bourbon (~> 4.2.1)
jekyll (~> 3.9.0)
jekyll (~> 4.2.0)
jekyll-babel (~> 1.1.0)
jekyll-github-metadata (~> 2.13)
jekyll-paginate (~> 1.1.0)
Expand All @@ -122,7 +129,7 @@ DEPENDENCIES
neat (~> 1.7.1)
nokogiri (~> 1.11.4)
pry
rouge (~> 2.2.1)
rouge (~> 3.26.0)
terminal-notifier (~> 2.0.0)
therubyracer (~> 0.12.3)

Expand Down