Skip to content

Commit

Permalink
Bump 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 13, 2024
1 parent f555135 commit a77e0b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master

## 1.5.3 (2024-09-12)

- Set upper limit on supported Rails versions. ([@palkan][])

The current release series is unlikely to not work with Rails 8. Let's prevent using them together.

## 1.5.2 (2024-07-01)

- Automatically add `Warden::Manager` to the AnyCable middleware stack when Devise is present. ([@lHydra][])
Expand Down
2 changes: 1 addition & 1 deletion anycable-rails-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "anycable-core", "~> 1.5.0"
spec.add_dependency "actioncable", ">= 6.0"
spec.add_dependency "actioncable", ">= 6.0", "< 8"
spec.add_dependency "globalid"
end
2 changes: 1 addition & 1 deletion lib/anycable/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module AnyCable
module Rails
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end

0 comments on commit a77e0b6

Please sign in to comment.