Skip to content

Commit

Permalink
Bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 31, 2023
1 parent 889dd09 commit 734c38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activerecord-session_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = ActiveRecord::SessionStore::VERSION
s.summary = 'An Action Dispatch session store backed by an Active Record class.'

s.required_ruby_version = '>= 2.2.2'
s.required_ruby_version = '>= 2.5.0'
s.license = 'MIT'

s.author = 'David Heinemeier Hansson'
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/session_store/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveRecord
module SessionStore
VERSION = "2.0.0".freeze
VERSION = "2.1.0".freeze
end
end

0 comments on commit 734c38f

Please sign in to comment.