Merge tag '1.4' into develop

Release 1.4: Vulnerability fixes, system tests, better cookies
This commit is contained in:
Jonathan Abbett 2019-03-26 19:50:16 -04:00
commit f4237ac077
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
abraham (1.3)
abraham (1.4)
rails (~> 5.1)
GEM

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Abraham
VERSION = "1.3"
VERSION = "1.4"
end