Skip to content

Commit

Permalink
Merge pull request #863 from Shopify/rm-2.2
Browse files Browse the repository at this point in the history
Prepare to 2.2.0
  • Loading branch information
rafaelfranca authored Aug 2, 2023
2 parents 260702f + 1a7b917 commit 0ae452c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maintenance_tasks (2.1.1)
maintenance_tasks (2.2.0)
actionpack (>= 6.0)
activejob (>= 6.0)
activerecord (>= 6.0)
Expand Down
4 changes: 3 additions & 1 deletion maintenance_tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

Gem::Specification.new do |spec|
spec.name = "maintenance_tasks"
spec.version = "2.1.1"
spec.version = "2.2.0"
spec.author = "Shopify Engineering"
spec.email = "[email protected]"
spec.homepage = "https://github.com/Shopify/maintenance_tasks"
spec.summary = "A Rails engine for queuing and managing maintenance tasks"
spec.license = "MIT"

spec.required_ruby_version = ">= 3.0"

spec.metadata = {
"source_code_uri" =>
"https://github.com/Shopify/maintenance_tasks/tree/v#{spec.version}",
Expand Down

0 comments on commit 0ae452c

Please sign in to comment.