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 all old dependencies #27

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
source "http://rubygems.org"
gem 'bootstrap-sass', '~> 3.4.1' # Use 'bootstrap' for v4
gem 'bootstrap-sass'
gem 'font-awesome-sass'
# Jekyll-assets isn't yet compatible with Jekyll 4. Pin jekyll version.
# https://github.com/envygeeks/jekyll-assets/issues/613
gem 'jekyll', '~> 3'
gem 'jekyll-assets', '~> 3', group: :jekyll_plugins
gem 'jekyll'
gem 'jekyll-assets'
gem 'jekyll-toc'
gem 'kramdown'
gem 'kramdown-parser-gfm'
gem 'liquid-tag-parser'
gem 'nokogiri'
gem 'sassc'
gem "sprockets", "~> 3.7"
gem "sprockets"
# Sprockets > 4.0.beta8 breaks jekyll-assets
# https://github.com/envygeeks/jekyll-assets/issues/589
# So pin the version until the issue is fixed.
Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ GEM
tzinfo (~> 1.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (10.2.5.1)
execjs (> 0)
autoprefixer-rails (10.3.3.0)
execjs (~> 2)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
colorator (1.1.0)
concurrent-ruby (1.1.9)
em-websocket (0.5.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.8.1)
extras (0.3.0)
forwardable-extended (~> 2.5)
fastimage (2.2.4)
ffi (1.15.3)
fastimage (2.2.5)
ffi (1.15.4)
font-awesome-sass (5.15.1)
sassc (>= 1.11)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.1)
Expand Down Expand Up @@ -72,25 +72,25 @@ GEM
liquid-tag-parser (1.9.0)
extras (~> 0.3)
liquid (>= 3.0, < 5.0)
listen (3.5.1)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.5.3)
mini_portile2 (2.6.1)
minitest (5.14.4)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
rouge (3.26.1)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -99,7 +99,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
sprockets (3.7.2)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thread_safe (0.3.6)
Expand All @@ -112,18 +112,18 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap-sass (~> 3.4.1)
bootstrap-sass
font-awesome-sass
jekyll (~> 3)
jekyll-assets (~> 3)
jekyll
jekyll-assets
jekyll-toc
kramdown
kramdown-parser-gfm
liquid-tag-parser
nokogiri
sassc
sprockets (~> 3.7)
sprockets
uglifier

BUNDLED WITH
2.2.18
2.2.32