Skip to content

Commit

Permalink
prepare v1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jan 10, 2024
1 parent d43a5de commit f06eee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion akami.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f06eee1

Please sign in to comment.