Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Bump dependencies, fix website deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Feb 10, 2016
1 parent 47b1bbb commit da55bf2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.5)
activesupport (4.2.5.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand All @@ -10,15 +10,15 @@ GEM
addressable (2.3.8)
colorator (0.1)
colored (1.2)
ethon (0.8.0)
ethon (0.8.1)
ffi (>= 1.3.0)
ffi (1.9.10)
hash-joiner (0.0.7)
safe_yaml
html-pipeline (2.2.2)
html-pipeline (2.3.0)
activesupport (>= 2, < 5)
nokogiri (>= 1.4)
html-proofer (2.6.1)
html-proofer (2.6.4)
activesupport (~> 4.2)
addressable (~> 2.3)
colored (~> 1.2)
Expand All @@ -28,7 +28,7 @@ GEM
typhoeus (~> 0.7)
yell (~> 2.0)
i18n (0.7.0)
jekyll (3.0.1)
jekyll (3.1.1)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
Expand All @@ -37,31 +37,31 @@ GEM
mercenary (~> 0.3.3)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.3.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-watch (1.3.1)
listen (~> 3.0)
json (1.8.3)
kramdown (1.9.0)
liquid (3.0.6)
listen (3.0.5)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-inotify (>= 0.9.7)
mercenary (0.3.5)
mime-types (1.25.1)
mini_portile2 (2.0.0)
minitest (5.8.3)
nokogiri (1.6.7)
minitest (5.8.4)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
parallel (1.6.1)
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rest-client (1.6.9)
mime-types (~> 1.16)
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.20)
sass (3.4.21)
thread_safe (0.3.5)
typhoeus (0.8.0)
ethon (>= 0.8.0)
Expand All @@ -84,4 +84,4 @@ DEPENDENCIES
unirest

BUNDLED WITH
1.10.6
1.11.2
2 changes: 1 addition & 1 deletion scripts/deploy-website.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

if [[ "$TRAVIS_PULL_REQUEST" != "false" && "$TRAVIS_BRANCH" != "master" ]]; then
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]] || [[ "$TRAVIS_BRANCH" != "master" ]]; then
echo "Skipping deploy - this is not master"
exit 0
fi
Expand Down

0 comments on commit da55bf2

Please sign in to comment.