Skip to content

Optionally sign or encrypt cookie #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "sqlite3: match activerecord dependency"
This reverts commit 321faa3.
  • Loading branch information
Rob Chekaluk committed Feb 25, 2019
commit 4c115eb3ba9942a76d247f10441bd744fa5c804b
2 changes: 1 addition & 1 deletion activerecord-session_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.add_dependency('rack', '>= 1.5.2', '< 3')
s.add_dependency('multi_json', '~> 1.11', '>= 1.11.2')

s.add_development_dependency('sqlite3', '~> 1.3.6') # match activerecord dependency
s.add_development_dependency('sqlite3')
s.add_development_dependency('appraisal', '~> 2.1.0')
end