Skip to content

Commit 713afc0

Browse files
Merge pull request #175 from Shopify/bump-to-0.2.0
Bump maintenance_tasks to 0.2.0
2 parents e43069d + 7306ba9 commit 713afc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
maintenance_tasks (0.1.0)
4+
maintenance_tasks (0.2.0)
55
actionpack (>= 6.0)
66
activejob (>= 6.0)
77
activerecord (>= 6.0)

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 = '0.1.0'
5+
spec.version = '0.2.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)