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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jul 2, 2021
1 parent fc5e4eb commit 113a131
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 2.5.0'
s.add_development_dependency 'nokogiri'

s.add_dependency 'jasmine-core', '~> 3.7.0'
s.add_dependency 'jasmine-core', '~> 3.8.0'
s.add_dependency 'rack', '>= 1.2.1'
s.add_dependency 'webrick'
s.add_dependency 'rake'
Expand Down
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.7.0"
VERSION = "3.8.0"
end
38 changes: 38 additions & 0 deletions release_notes/3.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Jasmine Gem 3.8 Release Notes

## Summary

This release updates the jasmine-core dependency to 3.8.0. See the
[jasmine-core release notes](https://github.com/pivotal/jasmine/blob/main/release_notes/3.8.0.md)
for more information.

## Changes

* Ruby 3.0 compatibility

# Internal notes

* Added Ruby 2.7 and Ruby 3.0 to CI matrix

* Migrated from Travis to Circle CI

## 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.



------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 113a131

Please sign in to comment.