Skip to content

Commit d009a0b

Browse files
committed
Upgrade Rubocop to v0.44.1
1 parent 9d3f146 commit d009a0b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

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

33
gem "activesupport", require: false
4-
gem "rubocop", "~> 0.41.2", require: false
5-
gem "rubocop-rspec", require: false
4+
gem "rubocop", "~> 0.44.1", require: false
65
gem "rubocop-migrations", require: false
6+
gem "rubocop-rspec", require: false
77
gem "safe_yaml"
88
gem "pry", require: false
99
gem "parser", "~> 2.3.1.1"

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
json (1.8.3)
1515
method_source (0.8.2)
1616
minitest (5.8.4)
17-
parser (2.3.1.2)
17+
parser (2.3.1.4)
1818
ast (~> 2.2)
1919
powerpack (0.1.1)
2020
pry (0.10.3)
@@ -36,14 +36,14 @@ GEM
3636
diff-lcs (>= 1.2.0, < 2.0)
3737
rspec-support (~> 3.3.0)
3838
rspec-support (3.3.0)
39-
rubocop (0.41.2)
39+
rubocop (0.44.1)
4040
parser (>= 2.3.1.1, < 3.0)
4141
powerpack (~> 0.1)
4242
rainbow (>= 1.99.1, < 3.0)
4343
ruby-progressbar (~> 1.7)
4444
unicode-display_width (~> 1.0, >= 1.0.1)
45-
rubocop-migrations (0.1.1)
46-
rubocop (~> 0.41.0)
45+
rubocop-migrations (0.1.2)
46+
rubocop (~> 0.41)
4747
rubocop-rspec (1.5.0)
4848
rubocop (>= 0.40.0)
4949
ruby-progressbar (1.8.1)
@@ -52,7 +52,7 @@ GEM
5252
thread_safe (0.3.5)
5353
tzinfo (1.2.2)
5454
thread_safe (~> 0.1)
55-
unicode-display_width (1.1.0)
55+
unicode-display_width (1.1.1)
5656

5757
PLATFORMS
5858
ruby
@@ -63,10 +63,10 @@ DEPENDENCIES
6363
pry
6464
rake
6565
rspec
66-
rubocop (~> 0.41.2)
66+
rubocop (~> 0.44.1)
6767
rubocop-migrations
6868
rubocop-rspec
6969
safe_yaml
7070

7171
BUNDLED WITH
72-
1.12.5
72+
1.13.3

0 commit comments

Comments
 (0)