Skip to content

Commit

Permalink
Update Foodcritic to 14
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 authored and Paul Welch committed Jul 2, 2018
1 parent ac5d1a0 commit 8111e65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
specs:
fieri (0.0.1)
dotenv-rails
foodcritic (~> 13.0)
foodcritic (~> 14.0)
mixlib-archive (~> 0.4)
octokit (~> 4.0)
rails (~> 5.0.0)
Expand Down Expand Up @@ -86,15 +86,15 @@ GEM
multipart-post (>= 1.2, < 3)
ffi-yajl (2.3.1)
libyajl2 (~> 1.2)
foodcritic (13.1.1)
foodcritic (14.0.0)
cucumber-core (>= 1.3)
erubis
ffi-yajl (~> 2.0)
nokogiri (>= 1.5, < 2.0)
rake
rufus-lru (~> 1.0)
treetop (~> 1.4)
gherkin (5.0.0)
gherkin (5.1.0)
globalid (0.4.0)
activesupport (>= 4.2.0)
hashdiff (0.3.4)
Expand Down Expand Up @@ -234,4 +234,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion src/fieri/fieri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib}/**/*', 'LICENSE', 'Rakefile', 'README.rdoc']

s.add_dependency 'dotenv-rails'
s.add_dependency 'foodcritic', '~> 13.0'
s.add_dependency 'foodcritic', '~> 14.0'
s.add_dependency 'mixlib-archive', '~> 0.4'
s.add_dependency 'octokit', '~> 4.0'
s.add_dependency 'rails', '~> 5.0.0'
Expand Down
8 changes: 4 additions & 4 deletions src/supermarket/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PATH
specs:
fieri (0.0.1)
dotenv-rails
foodcritic (~> 13.0)
foodcritic (~> 14.0)
mixlib-archive (~> 0.4)
octokit (~> 4.0)
rails (~> 5.0.0)
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
ffi (1.9.18)
ffi-yajl (2.3.1)
libyajl2 (~> 1.2)
foodcritic (13.1.1)
foodcritic (14.0.0)
cucumber-core (>= 1.3)
erubis
ffi-yajl (~> 2.0)
Expand All @@ -229,7 +229,7 @@ GEM
thor (~> 0.19.1)
formatador (0.2.5)
fuzzyurl (0.9.0)
gherkin (5.0.0)
gherkin (5.1.0)
globalid (0.4.0)
activesupport (>= 4.2.0)
guard (2.14.1)
Expand Down Expand Up @@ -690,4 +690,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.1
1.16.2

0 comments on commit 8111e65

Please sign in to comment.