Skip to content

Commit

Permalink
Update website to newer dependencies, so it's a bit easier to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Apr 20, 2017
1 parent 3963442 commit 918e996
Show file tree
Hide file tree
Showing 20 changed files with 261 additions and 567 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@
/ci_cache
/vendor
/website/build
/website/.sass-cache
/docs/_build
22 changes: 7 additions & 15 deletions website/Gemfile
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
source "https://rubygems.org"

gem "middleman", "~> 3.3.7"
gem "middleman", "~> 4.2.1"

# Live-reloading plugin
gem "middleman-livereload", "~> 3.3.4"

# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Assets
gem "middleman-sprockets", "~> 4.1.0"

# For execjs
gem "therubyracer"
gem "mini_racer", "~> 0.1.9"

# Deploy to GitHub Pages
gem "middleman-gh-pages", "~> 0.3.1"

# Markdown
gem "kramdown", "~> 1.5.0"

# Deployment
gem "capistrano", "~> 3.3.5"
gem "capistrano-npm", "~> 1.0.1"
gem "dotenv", "~> 1.0.2"
gem "kramdown", "~> 1.13.2"

# Assets
gem "bootstrap-sass", "~> 3.3.6"
gem "font-awesome-sass", "~> 4.6.2"
gem "bootstrap-sass", "~> 3.3.7"
gem "font-awesome-sass", "~> 4.7.0"
220 changes: 87 additions & 133 deletions website/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,175 +1,129 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.15)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
activesupport (5.0.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
autoprefixer-rails (6.3.6.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
autoprefixer-rails (6.7.7.2)
execjs
bootstrap-sass (3.3.6)
backports (3.7.0)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
capistrano (3.3.5)
capistrano-stats (~> 1.1.0)
i18n
rake (>= 10.0.0)
sshkit (~> 1.3)
capistrano-npm (1.0.2)
capistrano (>= 3.0.0)
capistrano-stats (1.1.1)
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.5)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
coffee-script-source (1.12.2)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
dotenv (1.0.2)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
concurrent-ruby (1.0.5)
concurrent-ruby (1.0.5-java)
contracts (0.13.0)
dotenv (2.2.0)
erubis (2.7.0)
eventmachine (1.2.0.1)
eventmachine (1.2.0.1-java)
execjs (2.7.0)
ffi (1.9.10)
ffi (1.9.10-java)
font-awesome-sass (4.6.2)
fast_blank (1.0.0)
fastimage (2.1.0)
ffi (1.9.18)
ffi (1.9.18-java)
font-awesome-sass (4.7.0)
sass (>= 3.2)
haml (4.0.7)
tilt
hike (1.2.3)
hitimes (1.2.4)
hitimes (1.2.4-java)
hooks (0.4.1)
uber (~> 0.0.14)
http_parser.rb (0.6.0)
http_parser.rb (0.6.0-java)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.5.5)
i18n (0.7.0)
json (1.8.3)
json (1.8.3-java)
kramdown (1.5.0)
libv8 (3.16.14.15)
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
middleman (3.3.12)
kramdown (1.13.2)
libv8 (5.3.332.38.5)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.15.0)
middleman (4.2.1)
coffee-script (~> 2.2)
compass (>= 1.0.0, < 2.0.0)
compass-import-once (= 1.0.5)
execjs (~> 2.0)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-core (= 3.3.12)
middleman-sprockets (>= 3.1.2)
middleman-cli (= 4.2.1)
middleman-core (= 4.2.1)
sass (>= 3.4.0, < 4.0)
uglifier (~> 2.5)
middleman-core (3.3.12)
activesupport (~> 4.1.0)
middleman-cli (4.2.1)
thor (>= 0.17.0, < 2.0)
middleman-core (4.2.1)
activesupport (>= 4.2, < 5.1)
addressable (~> 2.3)
backports (~> 3.6)
bundler (~> 1.1)
contracts (~> 0.13.0)
dotenv
erubis
hooks (~> 0.3)
execjs (~> 2.0)
fast_blank
fastimage (~> 2.0)
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 0.7.0)
listen (>= 2.7.9, < 3.0)
padrino-helpers (~> 0.12.3)
rack (>= 1.4.5, < 2.0)
rack-test (~> 0.6.2)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0)
listen (~> 3.0.0)
memoist (~> 0.14)
padrino-helpers (~> 0.13.0)
parallel
rack (>= 1.4.5, < 3)
sass (>= 3.4)
servolux
tilt (~> 2.0)
uglifier (~> 3.0)
middleman-gh-pages (0.3.1)
rake (> 0.9.3)
middleman-livereload (3.3.4)
em-websocket (~> 0.5.1)
middleman-core (~> 3.2)
rack-livereload (~> 0.3.15)
middleman-sprockets (3.4.2)
middleman-core (>= 3.3)
sprockets (~> 2.12.1)
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.3.0)
minitest (5.9.0)
multi_json (1.12.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.1.1)
padrino-helpers (0.12.7)
middleman-sprockets (4.1.0)
middleman-core (~> 4.0)
sprockets (>= 3.0)
mini_racer (0.1.9)
libv8 (~> 5.3)
minitest (5.10.1)
padrino-helpers (0.13.3.3)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.7)
tilt (~> 1.4.1)
padrino-support (0.12.7)
padrino-support (= 0.13.3.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3.3)
activesupport (>= 3.1)
rack (1.6.4)
rack-livereload (0.3.16)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (11.1.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
parallel (1.11.1)
public_suffix (2.0.5)
rack (2.0.1)
rake (12.0.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
ref (2.0.0)
sass (3.4.22)
sprockets (2.12.4)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.1.0)
sprockets (~> 2.0)
sprockets-sass (1.3.1)
sprockets (~> 2.0)
tilt (~> 1.1)
sshkit (1.10.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.5-java)
tilt (1.4.1)
timers (4.0.4)
hitimes
tzinfo (1.2.2)
sass (3.4.23)
servolux (0.13.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thor (0.19.4)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tilt (2.0.7)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uber (0.0.15)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)

PLATFORMS
java
ruby

DEPENDENCIES
bootstrap-sass (~> 3.3.6)
capistrano (~> 3.3.5)
capistrano-npm (~> 1.0.1)
dotenv (~> 1.0.2)
font-awesome-sass (~> 4.6.2)
kramdown (~> 1.5.0)
middleman (~> 3.3.7)
bootstrap-sass (~> 3.3.7)
font-awesome-sass (~> 4.7.0)
kramdown (~> 1.13.2)
middleman (~> 4.2.1)
middleman-gh-pages (~> 0.3.1)
middleman-livereload (~> 3.3.4)
therubyracer
wdm (~> 0.1.0)
middleman-sprockets (~> 4.1.0)
mini_racer (~> 0.1.9)

BUNDLED WITH
1.12.3
1.14.6
Loading

0 comments on commit 918e996

Please sign in to comment.