Skip to content

Commit

Permalink
Merge pull request #493 from concord-consortium/upgrade-samesite-cook…
Browse files Browse the repository at this point in the history
…ies-to-v101

Upgrade to secure_samesite_cookies v1.0.1
  • Loading branch information
scytacki authored Feb 6, 2020
2 parents c723912 + 5c68b47 commit 3dc6fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ gem "spreadsheet", "~> 1.0"
gem "nokogiri", ">= 1.8.5"
gem "rack-cors","~> 0.4.1", :require => 'rack/cors'
gem "test-unit", "~> 3.0"
gem 'rack-secure_samesite_cookies', {:git => 'git://github.com/concord-consortium/secure-samesite-cookies', :tag => 'v1.0'}
gem 'rack-secure_samesite_cookies', {:git => 'git://github.com/concord-consortium/secure-samesite-cookies', :tag => 'v1.0.1'}
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ GIT

GIT
remote: git://github.com/concord-consortium/secure-samesite-cookies
revision: 31fb96a6891789e99ea559953119b6b35deb1256
tag: v1.0
revision: c4a27ce22c31273d6f78f32d48a6f8677e7fe281
tag: v1.0.1
specs:
rack-secure_samesite_cookies (0.1.0)
rack-secure_samesite_cookies (1.0.1)
rack (>= 1.4.7)

GIT
Expand Down

0 comments on commit 3dc6fa0

Please sign in to comment.