mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-07 23:03:58 -05:00
Release v4.9.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
### Unreleased
|
||||
### 4.9.4 - 2024-04-10
|
||||
|
||||
* enhancements
|
||||
* Add support for Ruby 3.3. (no changes needed)
|
||||
|
||||
@@ -10,7 +10,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (4.9.3)
|
||||
devise (4.9.4)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Devise
|
||||
VERSION = "4.9.3".freeze
|
||||
VERSION = "4.9.4".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user