Skip to content

Commit 7c0b4f2

Browse files
authored
Merge pull request #366 from Shopify/release-v2.5.0
Release version 2.5.0
2 parents febf531 + bebc20a commit 7c0b4f2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-shopify (2.4.0)
5-
rubocop (~> 1.24)
4+
rubocop-shopify (2.5.0)
5+
rubocop (~> 1.25)
66

77
GEM
88
remote: https://rubygems.org/
@@ -14,7 +14,7 @@ GEM
1414
method_source (1.0.0)
1515
minitest (5.15.0)
1616
parallel (1.21.0)
17-
parser (3.1.0.0)
17+
parser (3.1.1.0)
1818
ast (~> 2.4.1)
1919
pry (0.13.1)
2020
coderay (~> 1.1)
@@ -24,7 +24,7 @@ GEM
2424
pry (~> 0.13.0)
2525
rainbow (3.1.1)
2626
rake (13.0.6)
27-
regexp_parser (2.2.0)
27+
regexp_parser (2.2.1)
2828
rexml (3.2.5)
2929
rubocop (1.25.1)
3030
parallel (~> 1.10)
@@ -35,8 +35,8 @@ GEM
3535
rubocop-ast (>= 1.15.1, < 2.0)
3636
ruby-progressbar (~> 1.7)
3737
unicode-display_width (>= 1.4.0, < 3.0)
38-
rubocop-ast (1.15.1)
39-
parser (>= 3.0.1.1)
38+
rubocop-ast (1.16.0)
39+
parser (>= 3.1.1.0)
4040
ruby-progressbar (1.11.0)
4141
unicode-display_width (2.1.0)
4242

rubocop-shopify.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |s|
44
s.platform = Gem::Platform::RUBY
55
s.name = "rubocop-shopify"
6-
s.version = "2.4.0"
6+
s.version = "2.5.0"
77
s.summary = "Shopify's style guide for Ruby."
88
s.description = "Gem containing the rubocop.yml config that corresponds to "\
99
"the implementation of the Shopify's style guide for Ruby."
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
2121
"allowed_push_host" => "https://rubygems.org",
2222
}
2323

24-
s.add_dependency("rubocop", "~> 1.24")
24+
s.add_dependency("rubocop", "~> 1.25")
2525
end

0 commit comments

Comments
 (0)