Dependency updates and such
This commit is contained in:
parent
4a9522bd92
commit
b16fbc49a0
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
language: ruby
|
||||
dist: trusty
|
||||
rvm: 2.4.1
|
||||
rvm: 2.4.2
|
||||
cache: bundler
|
||||
|
47
Gemfile.lock
47
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
|
||||
|
0
cpi_fetcher.rb
Normal file → Executable file
0
cpi_fetcher.rb
Normal file → Executable file
Loading…
Reference in New Issue
Block a user