Skip to content

Commit e45eac5

Browse files
committed
Upgrade foodcritic to 8.1.0
1 parent de7fcb6 commit e45eac5

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "foodcritic", "~> 6.0"
3+
gem "foodcritic", "~> 8.1.0"
44

55
group :test do
66
gem "rspec"

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
backports (3.6.8)
5+
cucumber-core (2.0.0)
6+
backports (~> 3.6)
7+
gherkin (~> 4.0)
48
diff-lcs (1.2.5)
59
erubis (2.7.0)
6-
foodcritic (6.0.1)
10+
foodcritic (8.1.0)
11+
cucumber-core (>= 1.3)
712
erubis
8-
gherkin (~> 2.11)
913
nokogiri (>= 1.5, < 2.0)
1014
rake
1115
rufus-lru (~> 1.0)
1216
treetop (~> 1.4)
1317
yajl-ruby (~> 1.1)
14-
gherkin (2.12.2)
15-
multi_json (~> 1.3)
16-
mini_portile2 (2.0.0)
17-
multi_json (1.11.2)
18-
nokogiri (1.6.7.2)
19-
mini_portile2 (~> 2.0.0.rc2)
18+
gherkin (4.0.0)
19+
mini_portile2 (2.1.0)
20+
nokogiri (1.6.8.1)
21+
mini_portile2 (~> 2.1.0)
2022
polyglot (0.3.5)
21-
rake (10.5.0)
23+
rake (11.3.0)
2224
rspec (3.4.0)
2325
rspec-core (~> 3.4.0)
2426
rspec-expectations (~> 3.4.0)
@@ -32,17 +34,17 @@ GEM
3234
diff-lcs (>= 1.2.0, < 2.0)
3335
rspec-support (~> 3.4.0)
3436
rspec-support (3.4.1)
35-
rufus-lru (1.0.5)
36-
treetop (1.6.5)
37+
rufus-lru (1.1.0)
38+
treetop (1.6.8)
3739
polyglot (~> 0.3)
3840
yajl-ruby (1.2.1)
3941

4042
PLATFORMS
4143
ruby
4244

4345
DEPENDENCIES
44-
foodcritic (~> 6.0)
46+
foodcritic (~> 8.1.0)
4547
rspec
4648

4749
BUNDLED WITH
48-
1.10.6
50+
1.13.2

0 commit comments

Comments
 (0)