Skip to content

Commit 29ac86f

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 c464b88 commit 29ac86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord-session_store.gemspec

+1-1
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)