We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43a5de commit f06eee1Copy full SHA for f06eee1
CHANGELOG.md
@@ -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
7
## 1.3.1 (2015-05-4)
8
9
* Fix regression caused by pull request #20. Object#present? is not available outside of Rails.
akami.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
s.homepage = "https://github.com/savonrb/#{s.name}"
11
s.summary = "Web Service Security"
12
s.description = "Building Web Service Security"
13
- s.required_ruby_version = '>= 1.9.2'
+ s.required_ruby_version = '>= 2.7.0'
14
15
s.license = "MIT"
16
0 commit comments