Skip to content

Commit 0ae452c

Browse files
authored
Merge pull request #863 from Shopify/rm-2.2
Prepare to 2.2.0
2 parents 260702f + 1a7b917 commit 0ae452c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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 (2.1.1)
4+
maintenance_tasks (2.2.0)
55
actionpack (>= 6.0)
66
activejob (>= 6.0)
77
activerecord (>= 6.0)

maintenance_tasks.gemspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "maintenance_tasks"
5-
spec.version = "2.1.1"
5+
spec.version = "2.2.0"
66
spec.author = "Shopify Engineering"
77
spec.email = "[email protected]"
88
spec.homepage = "https://github.com/Shopify/maintenance_tasks"
99
spec.summary = "A Rails engine for queuing and managing maintenance tasks"
1010
spec.license = "MIT"
1111

12+
spec.required_ruby_version = ">= 3.0"
13+
1214
spec.metadata = {
1315
"source_code_uri" =>
1416
"https://github.com/Shopify/maintenance_tasks/tree/v#{spec.version}",

0 commit comments

Comments
 (0)