Skip to content

Commit

Permalink
chore(dependency-versions): Bumps rubocop to 0.71 and adds build-base…
Browse files Browse the repository at this point in the history
… to dev docker image
  • Loading branch information
kbluescode committed Sep 5, 2019
1 parent 965b8f7 commit 1ff6110
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MAINTAINER Kevin Blues <kevin@thinkific.com>

ARG DEPS="\
bash \
build-base \
dumb-init \
git \
"
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ GEM
aws-eventstream (~> 1.0, >= 1.0.2)
coderay (1.1.2)
diff-lcs (1.3)
jaro_winkler (1.5.3)
jmespath (1.4.0)
method_source (0.9.2)
parallel (1.13.0)
parser (2.6.0.0)
parallel (1.17.0)
parser (2.6.4.0)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand All @@ -44,15 +44,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.52.1)
rubocop (0.74.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
powerpack (~> 0.1)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
unicode-display_width (1.4.1)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
unicode-display_width (1.6.0)

PLATFORMS
ruby
Expand All @@ -63,7 +63,7 @@ DEPENDENCIES
pry (~> 0.10)
rake (~> 10.0)
rspec (~> 3.0)
rubocop (~> 0.49)
rubocop (~> 0.71)

BUNDLED WITH
1.17.3
2 changes: 1 addition & 1 deletion cloud_secret_env.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry', '~> 0.10'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 0.49'
spec.add_development_dependency 'rubocop', '~> 0.71'
spec.add_runtime_dependency 'aws-sdk', '~> 2'
end

0 comments on commit 1ff6110

Please sign in to comment.