This repository was archived by the owner on Jan 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +40
-2
lines changed
Expand file tree Collapse file tree 3 files changed +40
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11module Jasmine
2- VERSION = "3.7 .0"
2+ VERSION = "3.8 .0"
33end
Original file line number Diff line number Diff line change 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 ) _
You can’t perform that action at this time.
0 commit comments