Skip to content

Commit 43800b4

Browse files
Bump to 4.8.1 with Rails 7 support
Also note in the Changelog that Turbo is not fully supported yet.
1 parent baf5e00 commit 43800b4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
### unreleased
1+
### 4.8.1
22

33
* enhancements
4-
* Add support for Rails 7.0
4+
* Add support for Rails 7.0. Please note that Turbo integration is not fully supported by Devise yet.
55

66
### 4.8.0 - 2021-04-29
77

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails-controller-testing.git
3-
revision: bc6f3356803d7c5d373f89a44625d59953dc0cef
3+
revision: 36e84822ee997d69c971f03f3f3759ee4f4bdc37
44
specs:
55
rails-controller-testing (1.0.5)
66
actionpack (>= 5.0.1.rc1)
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
devise (4.8.0)
13+
devise (4.8.1)
1414
bcrypt (~> 3.0)
1515
orm_adapter (~> 0.1)
1616
railties (>= 4.1.0)
@@ -225,4 +225,4 @@ DEPENDENCIES
225225
webrat (= 0.7.3)
226226

227227
BUNDLED WITH
228-
2.2.28
228+
2.2.33

lib/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Devise
4-
VERSION = "4.8.0".freeze
4+
VERSION = "4.8.1".freeze
55
end

0 commit comments

Comments
 (0)