Skip to content

Commit

Permalink
Merge pull request #1882 from chef/cookstyle
Browse files Browse the repository at this point in the history
Bump Cookstyle / Chefstyle to the latest
  • Loading branch information
tas50 authored Aug 7, 2020
2 parents 5ddb612 + a9bc1a7 commit 4cb2c29
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 33 deletions.
14 changes: 7 additions & 7 deletions src/supermarket/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ GEM
mixlib-log (>= 2.0, < 4.0)
rack (~> 2.0, >= 2.0.6)
uuidtools (~> 2.1)
chefstyle (1.1.1)
rubocop (= 0.85.1)
chefstyle (1.2.0)
rubocop (= 0.88.0)
chunky_png (1.3.8)
climate_control (0.2.0)
cliver (0.3.2)
Expand All @@ -164,8 +164,8 @@ GEM
sprockets (< 4.0)
concurrent-ruby (1.1.6)
connection_pool (2.2.1)
cookstyle (6.8.0)
rubocop (= 0.85.1)
cookstyle (6.14.7)
rubocop (= 0.88.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
Expand Down Expand Up @@ -506,13 +506,13 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rubocop (0.85.1)
rubocop (0.88.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
rubocop-ast (>= 0.1.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
Expand Down
44 changes: 18 additions & 26 deletions src/supermarket/engines/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
fieri (0.0.1)
cookstyle
dotenv-rails
foodcritic (~> 14.0)
foodcritic (~> 16.3)
mixlib-archive (~> 0.4)
octokit (~> 4.0)
rails (>= 5.1, < 6)
Expand Down Expand Up @@ -59,43 +59,35 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
arel (9.0.0)
ast (2.4.1)
backports (3.18.1)
builder (3.2.4)
chefstyle (1.1.1)
rubocop (= 0.85.1)
chefstyle (1.2.0)
rubocop (= 0.88.0)
coderay (1.1.3)
concurrent-ruby (1.1.6)
connection_pool (2.2.3)
cookstyle (6.8.0)
rubocop (= 0.85.1)
cookstyle (6.14.7)
rubocop (= 0.88.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
cucumber-core (3.2.1)
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
gherkin (~> 5.0)
cucumber-tag_expressions (1.1.1)
diff-lcs (1.4.1)
dotenv (2.7.5)
dotenv-rails (2.7.5)
dotenv (= 2.7.5)
railties (>= 3.2, < 6.1)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.9.0)
erubis (2.7.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
ffi-yajl (2.3.3)
libyajl2 (~> 1.2)
foodcritic (14.3.0)
cucumber-core (>= 1.3, < 4.0)
foodcritic (16.3.0)
erubis
ffi-yajl (~> 2.0)
nokogiri (>= 1.5, < 2.0)
rake
rufus-lru (~> 1.0)
treetop (~> 1.4)
gherkin (5.1.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
Expand All @@ -119,7 +111,7 @@ GEM
mixlib-log (3.0.8)
multipart-post (2.1.1)
nio4r (2.5.2)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
octokit (4.18.0)
faraday (>= 0.9)
Expand Down Expand Up @@ -183,17 +175,17 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.85.1)
rubocop (0.88.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
rubocop-ast (>= 0.1.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.0.3)
parser (>= 2.7.0.1)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
rubocop-rails (2.6.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -229,7 +221,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.2)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)

Expand All @@ -246,4 +238,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.17.2
1.17.3

0 comments on commit 4cb2c29

Please sign in to comment.