From b16fbc49a04321cec3707740a29912d9175e1e3c Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 13 Jan 2018 11:24:29 -0500 Subject: [PATCH] Dependency updates and such --- .rubocop_todo.yml | 2 +- .travis.yml | 2 +- Gemfile.lock | 47 +++++++++++++++++++++++------------------------ cpi_fetcher.rb | 0 4 files changed, 25 insertions(+), 26 deletions(-) mode change 100644 => 100755 cpi_fetcher.rb diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f213f4e..af33993 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-05-14 12:32:49 -0400 using RuboCop version 0.48.1. +# on 2018-01-13 11:23:54 -0500 using RuboCop version 0.52.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new diff --git a/.travis.yml b/.travis.yml index dfedc3f..2b0049d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: ruby dist: trusty -rvm: 2.4.1 +rvm: 2.4.2 cache: bundler diff --git a/Gemfile.lock b/Gemfile.lock index d97491b..647fd14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,37 +2,36 @@ GEM remote: https://rubygems.org/ specs: ast (2.3.0) - aws-sdk (2.9.17) - aws-sdk-resources (= 2.9.17) - aws-sdk-core (2.9.17) + aws-sdk (2.10.117) + aws-sdk-resources (= 2.10.117) + aws-sdk-core (2.10.117) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.9.17) - aws-sdk-core (= 2.9.17) - aws-sigv4 (1.0.0) - coderay (1.1.1) + aws-sdk-resources (2.10.117) + aws-sdk-core (= 2.10.117) + aws-sigv4 (1.0.2) + coderay (1.1.2) jmespath (1.3.1) - method_source (0.8.2) - parser (2.4.0.0) - ast (~> 2.2) + method_source (0.9.0) + parallel (1.12.1) + parser (2.4.0.2) + ast (~> 2.3) powerpack (0.1.1) - pry (0.10.4) + pry (0.11.3) coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - rack (2.0.2) - rainbow (2.2.2) - rake - rake (12.0.0) - rubocop (0.48.1) - parser (>= 2.3.3.1, < 3.0) + method_source (~> 0.9.0) + rack (2.0.3) + rainbow (3.0.0) + rake (12.3.0) + rubocop (0.52.1) + parallel (~> 1.10) + parser (>= 2.4.0.2, < 3.0) powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) + rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - slop (3.6.0) - unicode-display_width (1.2.1) + ruby-progressbar (1.9.0) + unicode-display_width (1.3.0) PLATFORMS ruby @@ -45,4 +44,4 @@ DEPENDENCIES rubocop BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/cpi_fetcher.rb b/cpi_fetcher.rb old mode 100644 new mode 100755