Skip to content

Commit 734c38f

Browse files
committed
Bump to 2.1.0
1 parent 889dd09 commit 734c38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.2'
9+
s.required_ruby_version = '>= 2.5.0'
1010
s.license = 'MIT'
1111

1212
s.author = 'David Heinemeier Hansson'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveRecord
22
module SessionStore
3-
VERSION = "2.0.0".freeze
3+
VERSION = "2.1.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)