Skip to content

Commit

Permalink
Require at least CGI 0.3.6
Browse files Browse the repository at this point in the history
Since it accepts apex domains (.example.com) for cookie domains.
Otherwise there can be errors with certain rails/ruby versions when using domains: :all
  • Loading branch information
TobiasBales committed Aug 15, 2023
1 parent 0773dc1 commit f08f307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord-session_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency('railties', '>= 6.1')
s.add_dependency('rack', '>= 2.0.8', '< 3')
s.add_dependency('multi_json', '~> 1.11', '>= 1.11.2')
s.add_dependency('cgi', '>= 0.3.6')

s.add_development_dependency('sqlite3')
end

0 comments on commit f08f307

Please sign in to comment.