Skip to content

Commit a5298e7

Browse files
committed
Gemfile updated - build cookiejar gem from sources
1 parent 4e3a8d0 commit a5298e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gemfile

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ gemspec
55

66
gem "rack", "<= 2.1.4"
77

8+
# We build the cookiejar from sources because of the following reason.
9+
# The rubygems.org repository contains the latest cookiejar of the version 0.3.3.
10+
# It is the latest published version. But the gem sources have several unpublished fixes.
11+
# One of them is about the support of the 'samesite' cookie which is used when we work with AWS ALB.
12+
gem "cookiejar", git: 'https://github.com/dwaite/cookiejar', branch: 'master'
13+
814
group :doc do
915
gem 'yard'
1016
gem 'redcarpet'

0 commit comments

Comments
 (0)