Skip to content

Commit

Permalink
chore(main): release 1.5.2 (#183)
Browse files Browse the repository at this point in the history
* chore(main): release 1.5.2

* sync versions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam McCrea <[email protected]>
  • Loading branch information
github-actions[bot] and adamlogic committed Aug 10, 2023
1 parent ed0c6f4 commit c62e3c8
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 39 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.2](https://github.com/judoscale/judoscale-ruby/compare/v1.5.1...v1.5.2) (2023-08-10)


### Bug Fixes

* Properly handle GoodJob configured with a non-primary database ([#182](https://github.com/judoscale/judoscale-ruby/issues/182)) ([ed0c6f4](https://github.com/judoscale/judoscale-ruby/commit/ed0c6f467106260cb9f4345bd62444c4196f1919))

## [1.5.1](https://github.com/judoscale/judoscale-ruby/compare/v1.5.0...v1.5.1) (2023-08-09)


Expand Down
6 changes: 3 additions & 3 deletions judoscale-delayed_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.5.1)
judoscale-ruby (1.5.2)

PATH
remote: .
specs:
judoscale-delayed_job (1.5.1)
judoscale-delayed_job (1.5.2)
delayed_job_active_record (>= 4.0)
judoscale-ruby (= 1.5.1)
judoscale-ruby (= 1.5.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-delayed_job/lib/judoscale/delayed_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module DelayedJob
VERSION = "1.5.1"
VERSION = "1.5.2"
end
end
6 changes: 3 additions & 3 deletions judoscale-good_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.5.1)
judoscale-ruby (1.5.2)

PATH
remote: .
specs:
judoscale-good_job (1.5.1)
judoscale-good_job (1.5.2)
good_job (>= 3.0)
judoscale-ruby (= 1.5.1)
judoscale-ruby (= 1.5.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-good_job/lib/judoscale/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module GoodJob
VERSION = "1.5.1"
VERSION = "1.5.2"
end
end
6 changes: 3 additions & 3 deletions judoscale-que/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.5.1)
judoscale-ruby (1.5.2)

PATH
remote: .
specs:
judoscale-que (1.5.1)
judoscale-ruby (= 1.5.1)
judoscale-que (1.5.2)
judoscale-ruby (= 1.5.2)
que (>= 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-que/lib/judoscale/que/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Que
VERSION = "1.5.1"
VERSION = "1.5.2"
end
end
6 changes: 3 additions & 3 deletions judoscale-rack/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.5.1)
judoscale-ruby (1.5.2)

PATH
remote: .
specs:
judoscale-rack (1.5.1)
judoscale-ruby (= 1.5.1)
judoscale-rack (1.5.2)
judoscale-ruby (= 1.5.2)
rack

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rack/lib/judoscale/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rack
VERSION = "1.5.1"
VERSION = "1.5.2"
end
end
24 changes: 12 additions & 12 deletions judoscale-rails/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.5.1)
judoscale-ruby (1.5.2)

PATH
remote: .
specs:
judoscale-rails (1.5.1)
judoscale-ruby (= 1.5.1)
judoscale-rails (1.5.2)
judoscale-ruby (= 1.5.2)
railties

GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.6)
actionview (= 7.0.6)
activesupport (= 7.0.6)
actionpack (7.0.7)
actionview (= 7.0.7)
activesupport (= 7.0.7)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.6)
activesupport (= 7.0.6)
actionview (7.0.7)
activesupport (= 7.0.7)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.6)
activesupport (7.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -66,9 +66,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.6)
actionpack (= 7.0.6)
activesupport (= 7.0.6)
railties (7.0.7)
actionpack (= 7.0.7)
activesupport (= 7.0.7)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rails/lib/judoscale/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rails
VERSION = "1.5.1"
VERSION = "1.5.2"
end
end
6 changes: 3 additions & 3 deletions judoscale-resque/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.5.1)
judoscale-ruby (1.5.2)

PATH
remote: .
specs:
judoscale-resque (1.5.1)
judoscale-ruby (= 1.5.1)
judoscale-resque (1.5.2)
judoscale-ruby (= 1.5.2)
resque (>= 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-resque/lib/judoscale/resque/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Resque
VERSION = "1.5.1"
VERSION = "1.5.2"
end
end
2 changes: 1 addition & 1 deletion judoscale-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
judoscale-ruby (1.5.1)
judoscale-ruby (1.5.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-ruby/lib/judoscale/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Judoscale
VERSION = "1.5.1"
VERSION = "1.5.2"
end
6 changes: 3 additions & 3 deletions judoscale-sidekiq/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.5.1)
judoscale-ruby (1.5.2)

PATH
remote: .
specs:
judoscale-sidekiq (1.5.1)
judoscale-ruby (= 1.5.1)
judoscale-sidekiq (1.5.2)
judoscale-ruby (= 1.5.2)
sidekiq (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-sidekiq/lib/judoscale/sidekiq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Sidekiq
VERSION = "1.5.1"
VERSION = "1.5.2"
end
end

0 comments on commit c62e3c8

Please sign in to comment.