Skip to content

Commit 9523ce2

Browse files
committed
Merge pull request #43 from codeclimate/upgrade-rubocop
Upgrade rubocop to fix Style/WordArray warning.
2 parents f305da3 + dec3082 commit 9523ce2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Gemfile.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
ansi (1.5.0)
11-
ast (2.1.0)
11+
ast (2.2.0)
1212
astrolabe (1.3.1)
1313
parser (~> 2.2)
1414
builder (3.2.2)
@@ -25,7 +25,7 @@ GEM
2525
ruby-progressbar
2626
mocha (1.1.0)
2727
metaclass (~> 0.0.1)
28-
parser (2.2.2.6)
28+
parser (2.2.3.0)
2929
ast (>= 1.1, < 3.0)
3030
powerpack (0.1.1)
3131
pry (0.10.1)
@@ -34,17 +34,19 @@ GEM
3434
slop (~> 3.4)
3535
rainbow (2.0.0)
3636
rake (10.4.2)
37-
rubocop (0.33.0)
37+
rubocop (0.35.1)
3838
astrolabe (~> 1.3)
39-
parser (>= 2.2.2.5, < 3.0)
39+
parser (>= 2.2.3.0, < 3.0)
4040
powerpack (~> 0.1)
4141
rainbow (>= 1.99.1, < 3.0)
42-
ruby-progressbar (~> 1.4)
42+
ruby-progressbar (~> 1.7)
43+
tins (<= 1.6.0)
4344
rubocop-rspec (1.3.0)
4445
ruby-progressbar (1.7.5)
4546
safe_yaml (1.0.4)
4647
slop (3.6.0)
4748
thread_safe (0.3.5)
49+
tins (1.6.0)
4850
tzinfo (1.2.2)
4951
thread_safe (~> 0.1)
5052

0 commit comments

Comments
 (0)