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

Commit 113a131

Browse files
committed
Bump version to 3.8.0
1 parent fc5e4eb commit 113a131

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

jasmine.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
3737
s.add_development_dependency 'rspec', '>= 2.5.0'
3838
s.add_development_dependency 'nokogiri'
3939

40-
s.add_dependency 'jasmine-core', '~> 3.7.0'
40+
s.add_dependency 'jasmine-core', '~> 3.8.0'
4141
s.add_dependency 'rack', '>= 1.2.1'
4242
s.add_dependency 'webrick'
4343
s.add_dependency 'rake'

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.7.0"
2+
VERSION = "3.8.0"
33
end

release_notes/3.8.0.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Jasmine Gem 3.8 Release Notes
2+
3+
## Summary
4+
5+
This release updates the jasmine-core dependency to 3.8.0. See the
6+
[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/main/release_notes/3.8.0.md)
7+
for more information.
8+
9+
## Changes
10+
11+
* Ruby 3.0 compatibility
12+
13+
# Internal notes
14+
15+
* Added Ruby 2.7 and Ruby 3.0 to CI matrix
16+
17+
* Migrated from Travis to Circle CI
18+
19+
## Supported Environments
20+
21+
The Jasmine gem has been tested in the following environments:
22+
23+
| Rails version | Ruby versions |
24+
|-----------------|---------------|
25+
| 6 | 2.5-3.0 |
26+
| 5 | 2.3-2.7 |
27+
| 4 | 2.3-2.6 |
28+
| Non-Rails usage | 2.3-3.0 |
29+
30+
See the
31+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/3.8.0.md)
32+
for supported browsers.
33+
34+
35+
36+
------
37+
38+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)