Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Bump version to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Aug 17, 2021
1 parent 653fb7f commit 1a623f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jasmine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jasmine
VERSION = "3.8.0"
VERSION = "3.8.1"
end
19 changes: 19 additions & 0 deletions release_notes/3.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Jasmine Gem 3.8.1 Release Notes

This release updates the Rack dependency to >= 2.1.4 due to security
vulnerabilities in earlier versions of Rack. There are no other changes.

## Supported Environments

The Jasmine gem has been tested in the following environments:

| Rails version | Ruby versions |
|-----------------|---------------|
| 6 | 2.5-3.0 |
| 5 | 2.3-2.7 |
| 4 | 2.3-2.6 |
| Non-Rails usage | 2.3-3.0 |

See the
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/3.8.0.md)
for supported browsers.

0 comments on commit 1a623f6

Please sign in to comment.