We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e9a15 commit 88974fcCopy full SHA for 88974fc
Gemfile
@@ -1,7 +1,7 @@
1
source 'https://rubygems.org'
2
3
gem "activesupport", require: false
4
-gem "rubocop", "~> 0.37.1", require: false
+gem "rubocop", "~> 0.37.2", require: false
5
gem "rubocop-rspec", require: false
6
gem "safe_yaml"
7
gem "pry", require: false
Gemfile.lock
@@ -36,7 +36,7 @@ GEM
36
diff-lcs (>= 1.2.0, < 2.0)
37
rspec-support (~> 3.3.0)
38
rspec-support (3.3.0)
39
- rubocop (0.37.1)
+ rubocop (0.37.2)
40
parser (>= 2.3.0.4, < 3.0)
41
powerpack (~> 0.1)
42
rainbow (>= 1.99.1, < 3.0)
@@ -59,7 +59,7 @@ DEPENDENCIES
59
pry
60
rake
61
rspec
62
- rubocop (~> 0.37.1)
+ rubocop (~> 0.37.2)
63
rubocop-rspec
64
safe_yaml
65
0 commit comments