Skip to content

Commit

Permalink
Merge pull request #135 from eudalov/bugfix/GHI-4789
Browse files Browse the repository at this point in the history
GHI-4789 - Build the `cookiejar` gem from sources
  • Loading branch information
eudalov authored Oct 26, 2023
2 parents 4e3a8d0 + 0ac3c1e commit 7a181d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ gemspec

gem "rack", "<= 2.1.4"

# We build the cookiejar from sources because of the following reason.
# The rubygems.org repository contains the latest cookiejar of the version 0.3.3.
# It is the latest published version. But the gem sources have several unpublished fixes.
# One of them is about the support of the 'samesite' cookie which is used when we work with AWS ALB.
gem "cookiejar", git: 'https://github.com/dwaite/cookiejar', branch: 'master'

group :doc do
gem 'yard'
gem 'redcarpet'
Expand Down
2 changes: 1 addition & 1 deletion lib/ey-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ey
module Core
VERSION = "3.6.4"
VERSION = "3.6.5"
end
end

0 comments on commit 7a181d0

Please sign in to comment.