Skip to content

Commit

Permalink
Release v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jebentier committed Feb 29, 2024
1 parent 263ec22 commit e2266e8
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 50 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ Note: This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0

All notable changes to this project will be documented in this file.

## [1.4.5] - 2024-02-29
### Changed
- Updated dependency on `exception_handling` to allow for the latest version.

## [1.4.4] - 2022-03-25
### Changed
- Default unused defer(context) argument to nil.
Expand Down
115 changes: 67 additions & 48 deletions Gemfile.lock
@@ -1,61 +1,74 @@
PATH
remote: .
specs:
exceptional_synchrony (1.4.4)
exceptional_synchrony (1.4.5)
em-http-request
em-synchrony
eventmachine
exception_handling (~> 2.10)
exception_handling (>= 2.10, < 4.0)
invoca-utils (~> 0.3)

GEM
remote: https://rubygems.org/
specs:
actionmailer (7.0.4.3)
actionpack (= 7.0.4.3)
actionview (= 7.0.4.3)
activejob (= 7.0.4.3)
activesupport (= 7.0.4.3)
actionmailer (7.1.3.2)
actionpack (= 7.1.3.2)
actionview (= 7.1.3.2)
activejob (= 7.1.3.2)
activesupport (= 7.1.3.2)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.4.3)
actionview (= 7.0.4.3)
activesupport (= 7.0.4.3)
rack (~> 2.0, >= 2.2.0)
rails-dom-testing (~> 2.2)
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)

Check failure on line 26 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L26

nokogiri Warning Message: https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-xc9x-jj77-9p9j CVE: GHSA-xc9x-jj77-9p9j Severity:
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.4.3)
activesupport (= 7.0.4.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.3.2)
activesupport (= 7.1.3.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.4.3)
activesupport (= 7.0.4.3)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.3.2)
activesupport (= 7.1.3.2)
globalid (>= 0.3.6)
activesupport (7.0.4.3)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ansi (1.5.0)
base64 (0.2.0)
bigdecimal (3.1.6)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.2.2)
contextual_logger (1.1.1)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
contextual_logger (1.2.0)
activesupport
json
cookiejar (0.3.3)
cookiejar (0.3.4)
crack (0.4.5)
rexml
crass (1.0.6)
date (3.3.3)
date (3.3.4)
drb (2.2.0)
ruby2_keywords
em-http-request (1.1.7)
addressable (>= 2.3.4)
cookiejar (!= 0.3.1)
Expand All @@ -69,7 +82,7 @@ GEM
erubi (1.12.0)
escalate (0.3.0)
eventmachine (1.2.7)
exception_handling (2.15.0)
exception_handling (2.16.0)
actionmailer (>= 5.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -79,64 +92,70 @@ GEM
invoca-utils (~> 0.3)
net-smtp
psych (~> 3.0)
globalid (1.1.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.0.1)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
invoca-utils (0.5.1)
activesupport (>= 5.0)
json (2.6.3)
loofah (2.19.1)
json (2.7.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.18.0)
minitest-reporters (1.6.0)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
net-imap (0.3.4)
mutex_m (0.2.0)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0.1)
net-protocol
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (3.3.4)
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.6.4)
racc (1.7.3)
rack (3.0.9.1)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rake (13.0.6)
rexml (3.2.5)
rr (1.2.1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
thor (1.2.1)
timeout (0.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webmock (1.24.6)
Expand All @@ -159,4 +178,4 @@ DEPENDENCIES
webmock (~> 1.24)

BUNDLED WITH
2.2.29
2.3.22
2 changes: 1 addition & 1 deletion exceptional_synchrony.gemspec
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'em-synchrony'
spec.add_dependency 'em-http-request'
spec.add_dependency 'eventmachine'
spec.add_dependency 'exception_handling', '~> 2.10'
spec.add_dependency 'exception_handling', '>= 2.10', '< 4.0'
spec.add_dependency 'invoca-utils', '~> 0.3'
end
2 changes: 1 addition & 1 deletion lib/exceptional_synchrony/version.rb
@@ -1,3 +1,3 @@
module ExceptionalSynchrony
VERSION = '1.4.4'
VERSION = '1.4.5'
end

0 comments on commit e2266e8

Please sign in to comment.