Skip to content

Commit 704ba2a

Browse files
author
Sara Jackson
authored
Update gemspec (#1037)
1 parent 6bd5f5b commit 704ba2a

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ 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.0...main
8+
[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.9.1...main
9+
10+
## [2.9.1] - October 29, 2024
11+
- Update gemspec
912

1013
## [2.9.0] - October 29, 2024
1114
- Added Rails 7.2 and Ruby 3.3 to testing matrix

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
clearance (2.8.0)
4+
clearance (2.9.1)
55
actionmailer (>= 5.0)
66
activemodel (>= 5.0)
77
activerecord (>= 5.0)
@@ -147,7 +147,7 @@ GEM
147147
mini_mime (1.1.5)
148148
mini_portile2 (2.8.7)
149149
minitest (5.25.1)
150-
net-imap (0.4.14)
150+
net-imap (0.5.0)
151151
date
152152
net-protocol
153153
net-pop (0.1.2)

clearance.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
4545
s.name = %q{clearance}
4646
s.rdoc_options = ['--charset=UTF-8']
4747
s.require_paths = ['lib']
48-
s.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
48+
s.required_ruby_version = Gem::Requirement.new('>= 3.1.6')
4949
s.summary = 'Rails authentication & authorization with email & password.'
5050
s.test_files = `git ls-files -- {spec}/*`.split("\n")
5151
s.version = Clearance::VERSION

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.0".freeze
2+
VERSION = "2.9.1".freeze
33
end

0 commit comments

Comments
 (0)