We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae50383 commit 172b922Copy full SHA for 172b922
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- maintenance_tasks (1.7.0)
+ maintenance_tasks (1.8.0)
5
actionpack (>= 6.0)
6
activejob (>= 6.0)
7
activerecord (>= 6.0)
@@ -101,7 +101,7 @@ GEM
101
i18n (1.8.11)
102
concurrent-ruby (~> 1.0)
103
io-wait (0.2.1)
104
- job-iteration (1.3.4)
+ job-iteration (1.3.5)
105
activejob (>= 5.2)
106
loofah (2.13.0)
107
crass (~> 1.0.2)
maintenance_tasks.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "maintenance_tasks"
- spec.version = "1.7.0"
+ spec.version = "1.8.0"
spec.author = "Shopify Engineering"
spec.email = "[email protected]"
8
spec.homepage = "https://github.com/Shopify/maintenance_tasks"
0 commit comments