Skip to content

Commit

Permalink
Cut gem 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlascelles committed Mar 10, 2024
1 parent a34a0a0 commit db0059b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 4.5.0 (2024-03-10)

- Add tests for ruby 3.2 and 3.3 and remove ruby 2.7 and AR 5 [#453](https://github.com/hlascelles/que-scheduler/pull/453)

Expand Down
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:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_6_que_0_14.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_6_que_1_x.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_6_que_2_x.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_que_0_14.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
que-scheduler (4.4.0)
que-scheduler (4.5.0)
activesupport (>= 5.0)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 6)
Expand Down
2 changes: 1 addition & 1 deletion lib/que/scheduler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Que
module Scheduler
VERSION = "4.4.0".freeze
VERSION = "4.5.0".freeze
end
end

0 comments on commit db0059b

Please sign in to comment.