Skip to content

Commit 9a2cc76

Browse files
committed
Require minimum Ruby of 2.7
This is in line with the minimum Ruby supported by our direct dependency on Rails.
1 parent 1e1a382 commit 9a2cc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord-session_store.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.version = ActiveRecord::SessionStore::VERSION
77
s.summary = 'An Action Dispatch session store backed by an Active Record class.'
88

9-
s.required_ruby_version = '>= 2.5.0'
9+
s.required_ruby_version = '>= 2.7.0'
1010
s.license = 'MIT'
1111

1212
s.author = 'David Heinemeier Hansson'

0 commit comments

Comments
 (0)