actionmailer-balancer 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 977014d8aa967696360741f552368edb142f57882c4f6d11869dd30491438cc3
4
- data.tar.gz: 9f25984097ec5fa5a740d7498d28c9769d87962d83b765f84bc2fd60979325e5
3
+ metadata.gz: 052efb74704da1da94a6b826b62613422d2dad98b6fac5385a06193d2f66cc05
4
+ data.tar.gz: 8b3d704d76babff957da577127f9b3d2e0f9de775893c0f7fbe4b31f47bd5632
5
5
  SHA512:
6
- metadata.gz: ba048213b71c0f022b5b934955d56e7f8ffad0abdbe28723703d46fb530c6fa8cc08f2d578f4dbc36466381faac90cd8f88fdbf90d64fdc2901be408179f46d0
7
- data.tar.gz: 6d05b636bd062768f043d56c300fe78cfbe11fa2d482999024ef1f264aedf9597e2ee8771430d886e650eef69747f9714fe3dd2ea49e7a434cf8b024c67fa876
6
+ metadata.gz: 939ebb8b15ed3d286ea041339f132470410117aa5a62b51552474bb03ee43fcd8ad6db30e21bba861b5689a02b38d0f8a49213b4612f534caa633a22a3dd7597
7
+ data.tar.gz: d9b1f7336b1e6d39d0c0d741fcc443cf0b17e34bb775420a38995745c89ca31f7229c9eb1a865be39654b776dbc5ec34d5eda9fea5485e40c13f5ff35283866a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.2.2] - 2026-07-02
2
+
3
+ ## What's Changed
4
+ * Bump rack from 3.1.18 to 3.1.20 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/50
5
+ * Bump actionview from 7.1.5.1 to 7.2.3.1 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/51
6
+ * Bump rack from 3.1.20 to 3.1.21 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/53
7
+ * Bump rack-session from 2.1.1 to 2.1.2 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/54
8
+ * Bump net-imap from 0.4.20 to 0.4.24 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/55
9
+ * Bump net-imap from 0.4.24 to 0.5.15 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/56
10
+ * Bump concurrent-ruby from 1.3.6 to 1.3.7 by @dependabot[bot] in https://github.com/mailtrap/actionmailer-balancer/pull/57
11
+ * Add draft-release workflow placeholder by @IgorDobryn in https://github.com/mailtrap/actionmailer-balancer/pull/58
12
+ * Implement draft-release workflow by @IgorDobryn in https://github.com/mailtrap/actionmailer-balancer/pull/59
13
+
14
+
15
+ **Full Changelog**: https://github.com/mailtrap/actionmailer-balancer/compare/v1.2.1...v1.2.2
16
+
1
17
  ## [1.2.0] - 2025-03-06
2
18
 
3
19
  - Drop Ruby 3.0 support
data/Gemfile.lock CHANGED
@@ -1,74 +1,74 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- actionmailer-balancer (1.2.1)
4
+ actionmailer-balancer (1.2.2)
5
5
  actionmailer (> 4.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (7.1.5.1)
11
- actionpack (= 7.1.5.1)
12
- actionview (= 7.1.5.1)
13
- activejob (= 7.1.5.1)
14
- activesupport (= 7.1.5.1)
15
- mail (~> 2.5, >= 2.5.4)
16
- net-imap
17
- net-pop
18
- net-smtp
10
+ actionmailer (7.2.3.1)
11
+ actionpack (= 7.2.3.1)
12
+ actionview (= 7.2.3.1)
13
+ activejob (= 7.2.3.1)
14
+ activesupport (= 7.2.3.1)
15
+ mail (>= 2.8.0)
19
16
  rails-dom-testing (~> 2.2)
20
- actionpack (7.1.5.1)
21
- actionview (= 7.1.5.1)
22
- activesupport (= 7.1.5.1)
17
+ actionpack (7.2.3.1)
18
+ actionview (= 7.2.3.1)
19
+ activesupport (= 7.2.3.1)
20
+ cgi
23
21
  nokogiri (>= 1.8.5)
24
22
  racc
25
- rack (>= 2.2.4)
23
+ rack (>= 2.2.4, < 3.3)
26
24
  rack-session (>= 1.0.1)
27
25
  rack-test (>= 0.6.3)
28
26
  rails-dom-testing (~> 2.2)
29
27
  rails-html-sanitizer (~> 1.6)
30
- actionview (7.1.5.1)
31
- activesupport (= 7.1.5.1)
28
+ useragent (~> 0.16)
29
+ actionview (7.2.3.1)
30
+ activesupport (= 7.2.3.1)
32
31
  builder (~> 3.1)
32
+ cgi
33
33
  erubi (~> 1.11)
34
34
  rails-dom-testing (~> 2.2)
35
35
  rails-html-sanitizer (~> 1.6)
36
- activejob (7.1.5.1)
37
- activesupport (= 7.1.5.1)
36
+ activejob (7.2.3.1)
37
+ activesupport (= 7.2.3.1)
38
38
  globalid (>= 0.3.6)
39
- activesupport (7.1.5.1)
39
+ activesupport (7.2.3.1)
40
40
  base64
41
41
  benchmark (>= 0.3)
42
42
  bigdecimal
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
43
+ concurrent-ruby (~> 1.0, >= 1.3.1)
44
44
  connection_pool (>= 2.2.5)
45
45
  drb
46
46
  i18n (>= 1.6, < 2)
47
47
  logger (>= 1.4.2)
48
- minitest (>= 5.1)
49
- mutex_m
48
+ minitest (>= 5.1, < 6)
50
49
  securerandom (>= 0.3)
51
- tzinfo (~> 2.0)
50
+ tzinfo (~> 2.0, >= 2.0.5)
52
51
  ast (2.4.2)
53
- base64 (0.2.0)
54
- benchmark (0.4.0)
55
- bigdecimal (3.1.8)
52
+ base64 (0.3.0)
53
+ benchmark (0.5.0)
54
+ bigdecimal (4.0.1)
56
55
  builder (3.3.0)
57
- concurrent-ruby (1.3.4)
58
- connection_pool (2.4.1)
56
+ cgi (0.5.1)
57
+ concurrent-ruby (1.3.7)
58
+ connection_pool (2.5.5)
59
59
  crass (1.0.6)
60
- date (3.4.1)
60
+ date (3.5.1)
61
61
  diff-lcs (1.5.1)
62
- drb (2.2.1)
63
- erubi (1.13.0)
62
+ drb (2.2.3)
63
+ erubi (1.13.1)
64
64
  globalid (1.2.1)
65
65
  activesupport (>= 6.1)
66
- i18n (1.14.6)
66
+ i18n (1.14.8)
67
67
  concurrent-ruby (~> 1.0)
68
68
  json (2.7.2)
69
69
  language_server-protocol (3.17.0.3)
70
- logger (1.6.3)
71
- loofah (2.23.1)
70
+ logger (1.7.0)
71
+ loofah (2.25.1)
72
72
  crass (~> 1.0.2)
73
73
  nokogiri (>= 1.12.0)
74
74
  mail (2.8.1)
@@ -78,9 +78,8 @@ GEM
78
78
  net-smtp
79
79
  mini_mime (1.1.5)
80
80
  mini_portile2 (2.8.9)
81
- minitest (5.25.4)
82
- mutex_m (0.3.0)
83
- net-imap (0.4.20)
81
+ minitest (5.27.0)
82
+ net-imap (0.5.15)
84
83
  date
85
84
  net-protocol
86
85
  net-pop (0.1.2)
@@ -89,28 +88,28 @@ GEM
89
88
  timeout
90
89
  net-smtp (0.5.0)
91
90
  net-protocol
92
- nokogiri (1.18.9)
91
+ nokogiri (1.18.10)
93
92
  mini_portile2 (~> 2.8.2)
94
93
  racc (~> 1.4)
95
- nokogiri (1.18.9-x86_64-darwin)
94
+ nokogiri (1.18.10-x86_64-darwin)
96
95
  racc (~> 1.4)
97
96
  parallel (1.26.2)
98
97
  parser (3.3.4.2)
99
98
  ast (~> 2.4.1)
100
99
  racc
101
100
  racc (1.8.1)
102
- rack (3.1.18)
103
- rack-session (2.1.1)
101
+ rack (3.2.6)
102
+ rack-session (2.1.2)
104
103
  base64 (>= 0.1.0)
105
104
  rack (>= 3.0.0)
106
105
  rack-test (2.1.0)
107
106
  rack (>= 1.3)
108
- rails-dom-testing (2.2.0)
107
+ rails-dom-testing (2.3.0)
109
108
  activesupport (>= 5.0.0)
110
109
  minitest
111
110
  nokogiri (>= 1.6)
112
- rails-html-sanitizer (1.6.2)
113
- loofah (~> 2.21)
111
+ rails-html-sanitizer (1.7.0)
112
+ loofah (~> 2.25)
114
113
  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
115
114
  rainbow (3.1.1)
116
115
  rake (13.2.1)
@@ -147,11 +146,12 @@ GEM
147
146
  rubocop-rspec (3.0.4)
148
147
  rubocop (~> 1.61)
149
148
  ruby-progressbar (1.13.0)
150
- securerandom (0.3.2)
151
- timeout (0.4.3)
149
+ securerandom (0.4.1)
150
+ timeout (0.6.1)
152
151
  tzinfo (2.0.6)
153
152
  concurrent-ruby (~> 1.0)
154
153
  unicode-display_width (2.5.0)
154
+ useragent (0.16.11)
155
155
 
156
156
  PLATFORMS
157
157
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActionMailer
4
4
  module Balancer
5
- VERSION = '1.2.1'
5
+ VERSION = '1.2.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailer-balancer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Railsware Products Studio, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-21 00:00:00.000000000 Z
11
+ date: 2026-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionmailer
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.5.11
73
+ rubygems_version: 3.5.22
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: ActionMailer balancer