Skip to content

Commit a1fb471

Browse files
committed
Update ruby gems; update rexml gem to patch CVE
1 parent 3111eb7 commit a1fb471

File tree

3 files changed

+47
-38
lines changed

3 files changed

+47
-38
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 5.0.12 2024-08-03
2+
3+
* Changes
4+
* Update gems.
5+
* Update rexml gem to patch CVE.
6+
17
### 5.0.11 2024-02-18
28

39
* Changes

Diff for: Gemfile.lock

+40-37
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: .
33
specs:
4-
LittleWeasel (5.0.11)
4+
LittleWeasel (5.0.12)
55
activesupport (>= 7.0.8, < 8.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (7.1.3)
10+
activesupport (7.1.3.4)
1111
base64
1212
bigdecimal
1313
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,28 +20,27 @@ GEM
2020
ast (2.4.2)
2121
base64 (0.2.0)
2222
benchmark-ips (2.13.0)
23-
bigdecimal (3.1.6)
23+
bigdecimal (3.1.8)
2424
byebug (11.1.3)
2525
coderay (1.1.3)
26-
concurrent-ruby (1.2.3)
26+
concurrent-ruby (1.3.3)
2727
connection_pool (2.4.1)
2828
diff-lcs (1.5.1)
29-
docile (1.4.0)
30-
drb (2.2.0)
31-
ruby2_keywords
32-
dry-configurable (1.1.0)
29+
docile (1.4.1)
30+
drb (2.2.1)
31+
dry-configurable (1.2.0)
3332
dry-core (~> 1.0, < 2)
3433
zeitwerk (~> 2.6)
3534
dry-core (1.0.1)
3635
concurrent-ruby (~> 1.0)
3736
zeitwerk (~> 2.6)
38-
dry-inflector (1.0.0)
37+
dry-inflector (1.1.0)
3938
dry-initializer (3.1.1)
4039
dry-logic (1.5.0)
4140
concurrent-ruby (~> 1.0)
4241
dry-core (~> 1.0, < 2)
4342
zeitwerk (~> 2.6)
44-
dry-schema (1.13.3)
43+
dry-schema (1.13.4)
4544
concurrent-ruby (~> 1.0)
4645
dry-configurable (~> 1.0, >= 1.0.1)
4746
dry-core (~> 1.0, < 2)
@@ -58,15 +57,15 @@ GEM
5857
zeitwerk (~> 2.6)
5958
factory_bot (6.4.6)
6059
activesupport (>= 5.0.0)
61-
i18n (1.14.1)
60+
i18n (1.14.5)
6261
concurrent-ruby (~> 1.0)
63-
json (2.7.1)
62+
json (2.7.2)
6463
language_server-protocol (3.17.0.3)
65-
method_source (1.0.0)
66-
minitest (5.22.2)
64+
method_source (1.1.0)
65+
minitest (5.24.1)
6766
mutex_m (0.2.0)
68-
parallel (1.24.0)
69-
parser (3.3.0.5)
67+
parallel (1.25.1)
68+
parser (3.3.4.0)
7069
ast (~> 2.4.1)
7170
racc
7271
pry (0.14.2)
@@ -75,68 +74,72 @@ GEM
7574
pry-byebug (3.10.1)
7675
byebug (~> 11.0)
7776
pry (>= 0.13, < 0.15)
78-
racc (1.7.3)
77+
racc (1.8.1)
7978
rainbow (3.1.1)
80-
rake (13.1.0)
79+
rake (13.2.1)
8180
redcarpet (3.6.0)
8281
reek (6.3.0)
8382
dry-schema (~> 1.13.0)
8483
parser (~> 3.3.0)
8584
rainbow (>= 2.0, < 4.0)
8685
rexml (~> 3.1)
87-
regexp_parser (2.9.0)
88-
rexml (3.2.6)
86+
regexp_parser (2.9.2)
87+
rexml (3.3.4)
88+
strscan
8989
rspec (3.13.0)
9090
rspec-core (~> 3.13.0)
9191
rspec-expectations (~> 3.13.0)
9292
rspec-mocks (~> 3.13.0)
9393
rspec-core (3.13.0)
9494
rspec-support (~> 3.13.0)
95-
rspec-expectations (3.13.0)
95+
rspec-expectations (3.13.1)
9696
diff-lcs (>= 1.2.0, < 2.0)
9797
rspec-support (~> 3.13.0)
98-
rspec-mocks (3.13.0)
98+
rspec-mocks (3.13.1)
9999
diff-lcs (>= 1.2.0, < 2.0)
100100
rspec-support (~> 3.13.0)
101-
rspec-support (3.13.0)
102-
rubocop (1.60.2)
101+
rspec-support (3.13.1)
102+
rubocop (1.65.1)
103103
json (~> 2.3)
104104
language_server-protocol (>= 3.17.0)
105105
parallel (~> 1.10)
106106
parser (>= 3.3.0.2)
107107
rainbow (>= 2.2.2, < 4.0)
108-
regexp_parser (>= 1.8, < 3.0)
108+
regexp_parser (>= 2.4, < 3.0)
109109
rexml (>= 3.2.5, < 4.0)
110-
rubocop-ast (>= 1.30.0, < 2.0)
110+
rubocop-ast (>= 1.31.1, < 2.0)
111111
ruby-progressbar (~> 1.7)
112112
unicode-display_width (>= 2.4.0, < 3.0)
113-
rubocop-ast (1.30.0)
114-
parser (>= 3.2.1.0)
115-
rubocop-capybara (2.20.0)
113+
rubocop-ast (1.31.3)
114+
parser (>= 3.3.1.0)
115+
rubocop-capybara (2.21.0)
116116
rubocop (~> 1.41)
117-
rubocop-factory_bot (2.25.1)
118-
rubocop (~> 1.41)
119-
rubocop-performance (1.20.2)
117+
rubocop-factory_bot (2.26.1)
118+
rubocop (~> 1.61)
119+
rubocop-performance (1.21.1)
120120
rubocop (>= 1.48.1, < 2.0)
121-
rubocop-ast (>= 1.30.0, < 2.0)
122-
rubocop-rspec (2.26.1)
121+
rubocop-ast (>= 1.31.1, < 2.0)
122+
rubocop-rspec (2.31.0)
123123
rubocop (~> 1.40)
124124
rubocop-capybara (~> 2.17)
125125
rubocop-factory_bot (~> 2.22)
126+
rubocop-rspec_rails (~> 2.28)
127+
rubocop-rspec_rails (2.29.1)
128+
rubocop (~> 1.61)
126129
ruby-progressbar (1.13.0)
127-
ruby2_keywords (0.0.5)
128130
simplecov (0.22.0)
129131
docile (~> 1.1)
130132
simplecov-html (~> 0.11)
131133
simplecov_json_formatter (~> 0.1)
132134
simplecov-html (0.12.3)
133135
simplecov_json_formatter (0.1.4)
136+
strscan (3.1.0)
134137
tzinfo (2.0.6)
135138
concurrent-ruby (~> 1.0)
136139
unicode-display_width (2.5.0)
137140
webrick (1.8.1)
138-
yard (0.9.34)
139-
zeitwerk (2.6.13)
141+
yard (0.9.36)
142+
zeitwerk (2.6.17)
140143

141144
PLATFORMS
142145
ruby

Diff for: lib/LittleWeasel/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# The version of this gem
44
module LittleWeasel
5-
VERSION = '5.0.11'
5+
VERSION = '5.0.12'
66
end

0 commit comments

Comments
 (0)