Skip to content

Commit 2232435

Browse files
committed
Update rubocop to 0.41.2
https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md#0412-2016-07-07 The main for this upgrade was to get smart determination of the target ruby version.
1 parent 4b28b8b commit 2232435

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
source 'https://rubygems.org'
22

33
gem "activesupport", require: false
4-
gem "rubocop", "~> 0.37.2", require: false
4+
gem "rubocop", "~> 0.41.2", require: false
55
gem "rubocop-rspec", require: false
66
gem "safe_yaml"
77
gem "pry", require: false
8-
gem "parser", "~> 2.3.0.5"
8+
gem "parser", "~> 2.3.1.1"
99

1010
group :test do
1111
gem "rake"

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ GEM
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
ast (2.2.0)
10+
ast (2.3.0)
1111
coderay (1.1.0)
1212
diff-lcs (1.2.5)
1313
i18n (0.7.0)
1414
json (1.8.3)
1515
method_source (0.8.2)
1616
minitest (5.8.4)
17-
parser (2.3.0.6)
17+
parser (2.3.1.2)
1818
ast (~> 2.2)
1919
powerpack (0.1.1)
2020
pry (0.10.3)
@@ -36,31 +36,31 @@ GEM
3636
diff-lcs (>= 1.2.0, < 2.0)
3737
rspec-support (~> 3.3.0)
3838
rspec-support (3.3.0)
39-
rubocop (0.37.2)
40-
parser (>= 2.3.0.4, < 3.0)
39+
rubocop (0.41.2)
40+
parser (>= 2.3.1.1, < 3.0)
4141
powerpack (~> 0.1)
4242
rainbow (>= 1.99.1, < 3.0)
4343
ruby-progressbar (~> 1.7)
44-
unicode-display_width (~> 0.3)
44+
unicode-display_width (~> 1.0, >= 1.0.1)
4545
rubocop-rspec (1.4.0)
46-
ruby-progressbar (1.7.5)
46+
ruby-progressbar (1.8.1)
4747
safe_yaml (1.0.4)
4848
slop (3.6.0)
4949
thread_safe (0.3.5)
5050
tzinfo (1.2.2)
5151
thread_safe (~> 0.1)
52-
unicode-display_width (0.3.1)
52+
unicode-display_width (1.1.0)
5353

5454
PLATFORMS
5555
ruby
5656

5757
DEPENDENCIES
5858
activesupport
59-
parser (~> 2.3.0.5)
59+
parser (~> 2.3.1.1)
6060
pry
6161
rake
6262
rspec
63-
rubocop (~> 0.37.2)
63+
rubocop (~> 0.41.2)
6464
rubocop-rspec
6565
safe_yaml
6666

0 commit comments

Comments
 (0)