Skip to content

Commit e64cdf0

Browse files
Merge pull request #457 from Shopify/v-1.5.0
Bump version to 1.5.0
2 parents 2ba7edb + 88ccd8a commit e64cdf0

File tree

3 files changed

+3
-2
lines changed

3 files changed

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

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ are merged.
591591
Once a release is ready, follow these steps:
592592

593593
* Update `spec.version` in `maintenance_tasks.gemspec`.
594+
* Run `bundle install` to bump the `Gemfile.lock` version of the gem.
594595
* Open a PR and merge on approval.
595596
* Deploy via [Shipit][shipit] and see the new version on
596597
<https://rubygems.org/gems/maintenance_tasks>.

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.4.0"
5+
spec.version = "1.5.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)