Skip to content

Commit

Permalink
Release good_job v3.15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jun 11, 2023
1 parent 19dd39f commit 0be1b05
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v3.15.12](https://github.com/bensheldon/good_job/tree/v3.15.12) (2023-06-11)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.11...v3.15.12)

**Fixed bugs:**

- Do not allow GoodJob to automatically start after Rails initialization if previously shutdown [\#976](https://github.com/bensheldon/good_job/pull/976) ([bensheldon](https://github.com/bensheldon))

**Merged pull requests:**

- Fix Rubocop linting [\#975](https://github.com/bensheldon/good_job/pull/975) ([bensheldon](https://github.com/bensheldon))
- Bump capybara from 3.38.0 to 3.39.1 [\#970](https://github.com/bensheldon/good_job/pull/970) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump thor from 1.2.1 to 1.2.2 [\#967](https://github.com/bensheldon/good_job/pull/967) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v3.15.11](https://github.com/bensheldon/good_job/tree/v3.15.11) (2023-06-06)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.10...v3.15.11)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.15.11)
good_job (3.15.12)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-3.15.12.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4ff2e771447368643d576104252f7b01a076576ffee6cd6ef51df1bd8e37eba3
1 change: 1 addition & 0 deletions checksums/good_job-3.15.12.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
867f73c44767ab31ec781d82e5303e0da330c88e085f1fe6658b563208b42e3c55efe92d31daf56f1e46ff26fb45e6f6526576edce4790f1787c20162f395b72
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.15.11'
VERSION = '3.15.12'

# GoodJob version as Gem::Version object
GEM_VERSION = Gem::Version.new(VERSION)
Expand Down

0 comments on commit 0be1b05

Please sign in to comment.