Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50a7371

Browse files
committedDec 6, 2024·
fix
1 parent 32f4592 commit 50a7371

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed
 

Diff for: ‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [6.6.0] - 2024-12-06
5+
### Added
6+
- Add custom version attributes
7+
8+
### Changed
9+
- `rabbit_messaging` gem version is locked on `~> 1.1.0` in order to provide a way to keep "up-to-date"
10+
the actual rabbit_messaging gem version on our projects with table_sync update;
11+
- Drop ruby 3.0 from ci workflow
12+
13+
414
## [6.5.0] - 2024-03-19
515
### Added
616
- Add ruby 3.3 to ci workflow

Diff for: ‎Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ GEM
122122
lamian (1.10.0)
123123
rails (>= 4.2)
124124
logger (1.6.2)
125-
loofah (2.22.0)
125+
loofah (2.23.1)
126126
crass (~> 1.0.2)
127127
nokogiri (>= 1.12.0)
128128
mail (2.8.1)
@@ -135,7 +135,7 @@ GEM
135135
ruby2_keywords (~> 0.0.2)
136136
method_source (1.1.0)
137137
mini_mime (1.1.5)
138-
mini_portile2 (2.8.7)
138+
mini_portile2 (2.8.8)
139139
minitest (5.25.1)
140140
mutex_m (0.2.0)
141141
net-imap (0.4.17)
@@ -148,7 +148,7 @@ GEM
148148
net-smtp (0.5.0)
149149
net-protocol
150150
nio4r (2.7.3)
151-
nokogiri (1.16.7)
151+
nokogiri (1.16.8)
152152
mini_portile2 (~> 2.8.2)
153153
racc (~> 1.4)
154154
parallel (1.23.0)
@@ -194,9 +194,9 @@ GEM
194194
activesupport (>= 5.0.0)
195195
minitest
196196
nokogiri (>= 1.6)
197-
rails-html-sanitizer (1.6.0)
197+
rails-html-sanitizer (1.6.1)
198198
loofah (~> 2.21)
199-
nokogiri (~> 1.14)
199+
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)
200200
railties (7.1.4.1)
201201
actionpack (= 7.1.4.1)
202202
activesupport (= 7.1.4.1)
@@ -213,7 +213,7 @@ GEM
213213
regexp_parser (2.8.1)
214214
reline (0.5.10)
215215
io-console (~> 0.5)
216-
rexml (3.3.8)
216+
rexml (3.3.9)
217217
rspec (3.12.0)
218218
rspec-core (~> 3.12.0)
219219
rspec-expectations (~> 3.12.0)

0 commit comments

Comments
 (0)
Please sign in to comment.