Skip to content

Commit

Permalink
Merge pull request #271 from govau/develop
Browse files Browse the repository at this point in the history
Security patches and a broken link fix
  • Loading branch information
joolswood authored Jan 8, 2019
2 parents 7c246de + 86f4b51 commit c13053d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM circleci/ruby:2.5.1

RUN gem update && gem install jekyll

RUN echo '#!/usr/bin/env bash \n\
\n\
cd /workdir \n\
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
ruby "2.5.1"

gem "jekyll", "3.8.3"
gem "jekyll", "3.8.5"
gem "jekyll-assets"
gem "html-proofer"

Expand Down
50 changes: 26 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
colored (1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.4)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.10.1)
ffi (>= 1.3.0)
eventmachine (1.2.7)
extras (0.1.0)
extras (0.3.0)
forwardable-extended (~> 2.5)
fastimage (2.1.0)
fastimage (2.1.5)
ffi (1.9.25)
forwardable-extended (2.6.0)
html-proofer (3.5.0)
Expand All @@ -32,8 +32,9 @@ GEM
typhoeus (~> 0.7)
yell (~> 2.0)
http_parser.rb (0.6.0)
i18n (0.8.1)
jekyll (3.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -46,47 +47,48 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-assets (2.2.8)
extras (~> 0.1)
jekyll-assets (2.4.0)
concurrent-ruby (~> 1.0)
extras (~> 0.2)
fastimage (~> 2.0, >= 1.8)
jekyll (~> 3.1, >= 3.0)
pathutil (>= 0.8)
rack (> 1, < 2)
sprockets (~> 3.3, < 3.7)
rack (~> 1.6)
sprockets (~> 3.3, < 3.8)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.0.0)
jekyll-watch (2.1.2)
listen (~> 3.0)
kramdown (1.17.0)
libv8 (3.16.14.17)
liquid (4.0.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)
mini_portile2 (2.1.0)
mini_portile2 (2.4.0)
minitest (5.10.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.9.0)
mini_portile2 (~> 2.4.0)
parallel (1.10.0)
pathutil (0.16.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.2)
rack (1.6.5)
public_suffix (3.0.3)
rack (1.6.11)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
ref (2.0.0)
rouge (3.2.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.7)
sass (3.7.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sprockets (3.6.3)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
therubyracer (0.12.3)
Expand All @@ -104,12 +106,12 @@ PLATFORMS

DEPENDENCIES
html-proofer
jekyll (= 3.8.3)
jekyll (= 3.8.5)
jekyll-assets
therubyracer

RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
1.16.3
1.16.6
2 changes: 1 addition & 1 deletion _accessibility-inclusivity/languages-other-than-english.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Make sure your content can be understood by someone who speaks English as a seco

Content should also be culturally sensitive to people who come from different cultures and may have different expectations of dealing with government.

Resources to [help government meet the needs of multicultural users](https://www.homeaffairs.gov.au/trav/life/multicultural/access-equity-resources){:rel="external"} are available from the Department of Home Affairs.
Resources to [help government meet the needs of multicultural users](https://www.homeaffairs.gov.au/about-us/our-portfolios/multicultural-affairs/access-and-equity/resources){:rel="external"} are available from the Department of Home Affairs.

0 comments on commit c13053d

Please sign in to comment.