We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889dd09 commit 734c38fCopy full SHA for 734c38f
activerecord-session_store.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
s.version = ActiveRecord::SessionStore::VERSION
7
s.summary = 'An Action Dispatch session store backed by an Active Record class.'
8
9
- s.required_ruby_version = '>= 2.2.2'
+ s.required_ruby_version = '>= 2.5.0'
10
s.license = 'MIT'
11
12
s.author = 'David Heinemeier Hansson'
lib/active_record/session_store/version.rb
@@ -1,5 +1,5 @@
1
module ActiveRecord
2
module SessionStore
3
- VERSION = "2.0.0".freeze
+ VERSION = "2.1.0".freeze
4
end
5
0 commit comments