Skip to content

Commit f06eee1

Browse files
committed
prepare v1.3.2 release
1 parent d43a5de commit f06eee1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.2 (2024-01-09)
2+
3+
* Stop patching Hash [#35](https://github.com/savonrb/akami/pull/35)
4+
* Drop support for ruby 2.7 and below
5+
* GOST engine for openssl is no longer officially supported
6+
17
## 1.3.1 (2015-05-4)
28

39
* Fix regression caused by pull request #20. Object#present? is not available outside of Rails.

akami.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.homepage = "https://github.com/savonrb/#{s.name}"
1111
s.summary = "Web Service Security"
1212
s.description = "Building Web Service Security"
13-
s.required_ruby_version = '>= 1.9.2'
13+
s.required_ruby_version = '>= 2.7.0'
1414

1515
s.license = "MIT"
1616

0 commit comments

Comments
 (0)