Merge pull request #2 from meatballhat/updates

Dependency updates and such
main
Dan Buch 6 years ago committed by GitHub
commit 21eac66888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# This configuration was generated by # This configuration was generated by
# `rubocop --auto-gen-config` # `rubocop --auto-gen-config`
# on 2017-05-14 12:32:49 -0400 using RuboCop version 0.48.1. # on 2018-01-13 11:27:47 -0500 using RuboCop version 0.52.1.
# The point is for the user to remove these configuration records # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new

@ -1,4 +1,6 @@
language: ruby language: ruby
dist: trusty dist: trusty
rvm: 2.4.1 rvm: 2.4.2
cache: bundler cache: bundler
notifications:
email: false

@ -2,37 +2,36 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.3.0) ast (2.3.0)
aws-sdk (2.9.17) aws-sdk (2.10.117)
aws-sdk-resources (= 2.9.17) aws-sdk-resources (= 2.10.117)
aws-sdk-core (2.9.17) aws-sdk-core (2.10.117)
aws-sigv4 (~> 1.0) aws-sigv4 (~> 1.0)
jmespath (~> 1.0) jmespath (~> 1.0)
aws-sdk-resources (2.9.17) aws-sdk-resources (2.10.117)
aws-sdk-core (= 2.9.17) aws-sdk-core (= 2.10.117)
aws-sigv4 (1.0.0) aws-sigv4 (1.0.2)
coderay (1.1.1) coderay (1.1.2)
jmespath (1.3.1) jmespath (1.3.1)
method_source (0.8.2) method_source (0.9.0)
parser (2.4.0.0) parallel (1.12.1)
ast (~> 2.2) parser (2.4.0.2)
ast (~> 2.3)
powerpack (0.1.1) powerpack (0.1.1)
pry (0.10.4) pry (0.11.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.9.0)
slop (~> 3.4) rack (2.0.3)
rack (2.0.2) rainbow (3.0.0)
rainbow (2.2.2) rake (12.3.0)
rake rubocop (0.52.1)
rake (12.0.0) parallel (~> 1.10)
rubocop (0.48.1) parser (>= 2.4.0.2, < 3.0)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1) powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1) ruby-progressbar (1.9.0)
slop (3.6.0) unicode-display_width (1.3.0)
unicode-display_width (1.2.1)
PLATFORMS PLATFORMS
ruby ruby
@ -45,4 +44,4 @@ DEPENDENCIES
rubocop rubocop
BUNDLED WITH BUNDLED WITH
1.14.6 1.16.1

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# frozen_string_literal: true # frozen_string_literal: true
require 'json' require 'json'

Loading…
Cancel
Save