Skip to content

Commit

Permalink
Bump to 4.8.1 with Rails 7 support
Browse files Browse the repository at this point in the history
Also note in the Changelog that Turbo is not fully supported yet.
  • Loading branch information
carlosantoniodasilva committed Dec 16, 2021
1 parent baf5e00 commit 43800b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### unreleased
### 4.8.1

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

### 4.8.0 - 2021-04-29

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails-controller-testing.git
revision: bc6f3356803d7c5d373f89a44625d59953dc0cef
revision: 36e84822ee997d69c971f03f3f3759ee4f4bdc37
specs:
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
Expand All @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
devise (4.8.0)
devise (4.8.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -225,4 +225,4 @@ DEPENDENCIES
webrat (= 0.7.3)

BUNDLED WITH
2.2.28
2.2.33
2 changes: 1 addition & 1 deletion lib/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Devise
VERSION = "4.8.0".freeze
VERSION = "4.8.1".freeze
end

0 comments on commit 43800b4

Please sign in to comment.