Skip to content

Commit 7ee5a24

Browse files
author
Sara Jackson
authored
Bump version to 2.10.0 (#1046)
1 parent fde1586 commit 7ee5a24

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ complete changelog, see the git history for each version via the version links.
55

66
## [Unreleased]
77

8-
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.9.3...main
8+
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.10.0...main
9+
10+
## [2.10.0] - March 28, 2025
11+
- Drop support for Rails 7.0 and Ruby 3.1 (#1045)
12+
13+
[2.10.0]: https://github.com/thoughtbot/clearance/compare/v2.9.3...v2.10.0
914

1015
## [2.9.3] - November 26, 2024
1116
- Add Rails 8 to testing matrix (#1038) Hamed Asghari

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clearance (2.9.3)
4+
clearance (2.10.0)
55
actionmailer (>= 5.0)
66
activemodel (>= 5.0)
77
activerecord (>= 5.0)
@@ -67,7 +67,7 @@ GEM
6767
bundler
6868
rake
6969
thor (>= 0.14.0)
70-
argon2 (2.3.0)
70+
argon2 (2.3.2)
7171
ffi (~> 1.15)
7272
ffi-compiler (~> 1.0)
7373
ast (2.4.3)
@@ -101,7 +101,7 @@ GEM
101101
activerecord (>= 5.a)
102102
database_cleaner-core (~> 2.0.0)
103103
database_cleaner-core (2.0.1)
104-
date (3.4.0)
104+
date (3.4.1)
105105
diff-lcs (1.5.1)
106106
drb (2.2.1)
107107
email_validator (2.2.4)
@@ -119,7 +119,7 @@ GEM
119119
factory_bot_rails (6.4.3)
120120
factory_bot (~> 6.4)
121121
railties (>= 5.0.0)
122-
ffi (1.17.0)
122+
ffi (1.17.1)
123123
ffi-compiler (1.3.2)
124124
ffi (>= 1.15.5)
125125
rake
@@ -148,14 +148,14 @@ GEM
148148
mini_mime (1.1.5)
149149
mini_portile2 (2.8.8)
150150
minitest (5.25.5)
151-
net-imap (0.5.1)
151+
net-imap (0.5.6)
152152
date
153153
net-protocol
154154
net-pop (0.1.2)
155155
net-protocol
156156
net-protocol (0.2.2)
157157
timeout
158-
net-smtp (0.5.0)
158+
net-smtp (0.5.1)
159159
net-protocol
160160
nokogiri (1.18.6)
161161
mini_portile2 (~> 2.8.2)

lib/clearance/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Clearance
2-
VERSION = "2.9.3".freeze
2+
VERSION = "2.10.0".freeze
33
end

0 commit comments

Comments
 (0)