mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Release Devise v4.9.0
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
### Unreleased
|
||||
|
||||
|
||||
### 4.9.0 - 2023-02-17
|
||||
|
||||
* enhancements
|
||||
* Add support for Ruby 3.1/3.2.
|
||||
* Add support for Hotwire + Turbo, default in Rails 7+.
|
||||
|
||||
@@ -10,7 +10,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (4.9.0.alpha)
|
||||
devise (4.9.0)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Devise
|
||||
VERSION = "4.9.0.alpha".freeze
|
||||
VERSION = "4.9.0".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user