Skip to content

Commit 172b922

Browse files
authored
Prepare 1.8.0 release (#573)
1 parent ae50383 commit 172b922

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
maintenance_tasks (1.7.0)
4+
maintenance_tasks (1.8.0)
55
actionpack (>= 6.0)
66
activejob (>= 6.0)
77
activerecord (>= 6.0)
@@ -101,7 +101,7 @@ GEM
101101
i18n (1.8.11)
102102
concurrent-ruby (~> 1.0)
103103
io-wait (0.2.1)
104-
job-iteration (1.3.4)
104+
job-iteration (1.3.5)
105105
activejob (>= 5.2)
106106
loofah (2.13.0)
107107
crass (~> 1.0.2)

maintenance_tasks.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "maintenance_tasks"
5-
spec.version = "1.7.0"
5+
spec.version = "1.8.0"
66
spec.author = "Shopify Engineering"
77
spec.email = "[email protected]"
88
spec.homepage = "https://github.com/Shopify/maintenance_tasks"

0 commit comments

Comments
 (0)