Skip to content

Commit

Permalink
Merge pull request #93 from thelounge/astorije/updates
Browse files Browse the repository at this point in the history
Update dependencies to suppress a GitHub security warning, and pin their version
  • Loading branch information
xPaw authored Oct 26, 2018
2 parents 14bb7a6 + 173226c commit d28fded
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source "https://rubygems.org"

gem 'jekyll', '~> 3'
gem 'kramdown', '~> 1'
gem 'jekyll-sitemap', '~> 1'
gem 'jekyll', '3.8.4'
gem 'jekyll-sitemap', '1.2.0'
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ GEM
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.5)
ffi (1.9.23)
eventmachine (1.2.7)
ffi (1.9.25)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.7.3)
jekyll (3.8.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -31,25 +31,25 @@ GEM
sass (~> 3.4)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-watch (2.0.0)
jekyll-watch (2.1.2)
listen (~> 3.0)
kramdown (1.16.2)
liquid (4.0.0)
kramdown (1.17.0)
liquid (4.0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
pathutil (0.16.1)
forwardable-extended (~> 2.6)
public_suffix (3.0.2)
public_suffix (3.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (3.1.1)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.5)
sass (3.6.0)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -59,9 +59,8 @@ PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3)
jekyll-sitemap (~> 1)
kramdown (~> 1)
jekyll (= 3.8.4)
jekyll-sitemap (= 1.2.0)

BUNDLED WITH
1.16.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bundle install
To build and serve this website locally, run:

```sh
jekyll serve --safe
jekyll serve
```

## License
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
title: The Lounge &mdash; Self-hosted web IRC client
description: "The official website for The Lounge, the self-hosted web IRC client."
baseurl: ""
markdown: kramdown
plugins:
- jekyll-sitemap
collections:
Expand Down

0 comments on commit d28fded

Please sign in to comment.