From 84bab8825bbe317ae6ae4a744f4fd026997180c7 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 30 Sep 2017 11:21:42 +1000 Subject: [PATCH] Update ruby version and gems --- .ruby-version | 2 +- Gemfile.lock | 72 ++++++++++++++++++++++++++------------------------- 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/.ruby-version b/.ruby-version index 2bf1c1c..197c4d5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.3.1 +2.4.0 diff --git a/Gemfile.lock b/Gemfile.lock index eee5091..248629e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,21 @@ GEM remote: https://rubygems.org/ specs: - bitly (0.10.4) + bitly (1.1.0) httparty (>= 0.7.6) multi_json (~> 1.3) oauth2 (>= 0.5.0, < 2.0) - builder (3.2.2) - coderay (1.1.1) + builder (3.2.3) + coderay (1.1.2) colored (1.2) - cri (2.7.0) + cri (2.9.1) colored (~> 1.2) - faraday (0.9.2) + faraday (0.12.2) multipart-post (>= 1.2, < 3) - ffi (1.9.14) + ffi (1.9.18) formatador (0.2.5) fssm (0.2.10) - guard (2.14.0) + guard (2.14.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) lumberjack (~> 1.0) @@ -27,58 +27,60 @@ GEM guard-nanoc (1.0.3) guard (~> 2.8) nanoc (~> 3.6) - haml (4.0.7) + haml (5.0.3) + temple (>= 0.8.0) tilt - httparty (0.14.0) + httparty (0.15.6) multi_xml (>= 0.5.2) jwt (1.5.6) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - lumberjack (1.0.10) - method_source (0.8.2) + lumberjack (1.0.12) + method_source (0.9.0) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) - multi_json (1.12.1) - multi_xml (0.5.5) + mini_portile2 (2.3.0) + multi_json (1.12.2) + multi_xml (0.6.0) multipart-post (2.0.0) nanoc (3.8.0) cri (~> 2.3) nenv (0.3.0) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - oauth2 (1.2.0) - faraday (>= 0.8, < 0.10) + oauth2 (1.4.0) + faraday (>= 0.8, < 0.13) jwt (~> 1.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - pkg-config (1.1.7) - pry (0.10.4) + pry (0.11.1) coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - rack (2.0.1) - rake (11.3.0) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) + method_source (~> 0.9.0) + rack (2.0.3) + rake (12.1.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) rdiscount (2.2.0.1) - ruby_dep (1.4.0) - rubypants (0.5.0) - sass (3.4.22) + ruby_dep (1.5.0) + rubypants (0.6.0) + sass (3.5.1) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) shellany (0.0.1) - slop (3.6.0) systemu (2.6.5) - thor (0.19.1) - tilt (2.0.5) + temple (0.8.0) + thor (0.20.0) + tilt (2.0.8) PLATFORMS ruby @@ -100,4 +102,4 @@ DEPENDENCIES systemu BUNDLED WITH - 1.12.5 + 1.15.4