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

Commit 1a623f6

Browse files
committed
Bump version to 3.8.1
1 parent 653fb7f commit 1a623f6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

lib/jasmine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Jasmine
2-
VERSION = "3.8.0"
2+
VERSION = "3.8.1"
33
end

release_notes/3.8.1.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Jasmine Gem 3.8.1 Release Notes
2+
3+
This release updates the Rack dependency to >= 2.1.4 due to security
4+
vulnerabilities in earlier versions of Rack. There are no other changes.
5+
6+
## Supported Environments
7+
8+
The Jasmine gem has been tested in the following environments:
9+
10+
| Rails version | Ruby versions |
11+
|-----------------|---------------|
12+
| 6 | 2.5-3.0 |
13+
| 5 | 2.3-2.7 |
14+
| 4 | 2.3-2.6 |
15+
| Non-Rails usage | 2.3-3.0 |
16+
17+
See the
18+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/3.8.0.md)
19+
for supported browsers.

0 commit comments

Comments
 (0)