diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3241c..9b5d77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.2 (2024-01-09) + +* Stop patching Hash [#35](https://github.com/savonrb/akami/pull/35) +* Drop support for ruby 2.7 and below +* GOST engine for openssl is no longer officially supported + ## 1.3.1 (2015-05-4) * Fix regression caused by pull request #20. Object#present? is not available outside of Rails. diff --git a/akami.gemspec b/akami.gemspec index 816c368..6c45561 100644 --- a/akami.gemspec +++ b/akami.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/savonrb/#{s.name}" s.summary = "Web Service Security" s.description = "Building Web Service Security" - s.required_ruby_version = '>= 1.9.2' + s.required_ruby_version = '>= 2.7.0' s.license = "MIT"