We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c9f96 commit 5bf6961Copy full SHA for 5bf6961
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rubocop-shopify (2.3.0)
+ rubocop-shopify (2.4.0)
5
rubocop (~> 1.24)
6
7
GEM
@@ -22,7 +22,7 @@ GEM
22
pry-byebug (3.9.0)
23
byebug (~> 11.0)
24
pry (~> 0.13.0)
25
- rainbow (3.0.0)
+ rainbow (3.1.1)
26
rake (13.0.6)
27
regexp_parser (2.2.0)
28
rexml (3.2.5)
rubocop-shopify.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "rubocop-shopify"
- s.version = "2.3.0"
+ s.version = "2.4.0"
s.summary = "Shopify's style guide for Ruby."
8
s.description = "Gem containing the rubocop.yml config that corresponds to "\
9
"the implementation of the Shopify's style guide for Ruby."
0 commit comments