Skip to content

Commit 88974fc

Browse files
committed
Bump to rubocop 0.37.2
1 parent 25e9a15 commit 88974fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem "activesupport", require: false
4-
gem "rubocop", "~> 0.37.1", require: false
4+
gem "rubocop", "~> 0.37.2", require: false
55
gem "rubocop-rspec", require: false
66
gem "safe_yaml"
77
gem "pry", require: false

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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.1)
39+
rubocop (0.37.2)
4040
parser (>= 2.3.0.4, < 3.0)
4141
powerpack (~> 0.1)
4242
rainbow (>= 1.99.1, < 3.0)
@@ -59,7 +59,7 @@ DEPENDENCIES
5959
pry
6060
rake
6161
rspec
62-
rubocop (~> 0.37.1)
62+
rubocop (~> 0.37.2)
6363
rubocop-rspec
6464
safe_yaml
6565

0 commit comments

Comments
 (0)