Skip to content

Commit 54d879b

Browse files
committed
fix: etl/Gemfile & etl/Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-HTTPARTY-14563114
1 parent c60cd35 commit 54d879b

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

etl/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ gem "mdtable", "~> 0.0.2"
7070

7171
gem "twitter", "~> 7.0"
7272

73-
gem "htmlcsstoimage-api", "~> 0.1.2"
73+
gem "htmlcsstoimage-api", "~> 0.1.3"

etl/Gemfile.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ GEM
6363
minitest (>= 5.1)
6464
tzinfo (~> 2.0)
6565
zeitwerk (~> 2.3)
66-
addressable (2.8.0)
67-
public_suffix (>= 2.0.2, < 5.0)
66+
addressable (2.8.8)
67+
public_suffix (>= 2.0.2, < 8.0)
6868
annotate (3.1.1)
6969
activerecord (>= 3.2, < 7.0)
7070
rake (>= 10.4, < 14.0)
71+
bigdecimal (3.3.1)
7172
bindex (0.8.1)
7273
bootsnap (1.9.1)
7374
msgpack (~> 1.0)
@@ -102,7 +103,7 @@ GEM
102103
rake
103104
globalid (0.5.2)
104105
activesupport (>= 5.0)
105-
htmlcsstoimage-api (0.1.2)
106+
htmlcsstoimage-api (0.1.4)
106107
addressable (> 2.5.0)
107108
httparty (> 0.10)
108109
http (4.4.1)
@@ -116,8 +117,9 @@ GEM
116117
http-parser (1.2.3)
117118
ffi-compiler (>= 1.0, < 2.0)
118119
http_parser.rb (0.6.0)
119-
httparty (0.20.0)
120-
mime-types (~> 3.0)
120+
httparty (0.24.0)
121+
csv
122+
mini_mime (>= 1.0.0)
121123
multi_xml (>= 0.5.2)
122124
i18n (1.8.11)
123125
concurrent-ruby (~> 1.0)
@@ -137,29 +139,25 @@ GEM
137139
memoizable (0.4.2)
138140
thread_safe (~> 0.3, >= 0.3.1)
139141
method_source (1.0.0)
140-
mime-types (3.4.1)
141-
mime-types-data (~> 3.2015)
142-
mime-types-data (3.2022.0105)
143142
mini_mime (1.1.2)
144143
mini_portile2 (2.6.1)
145144
minitest (5.14.4)
146145
msgpack (1.4.2)
147-
multi_xml (0.6.0)
146+
multi_xml (0.7.1)
147+
bigdecimal (~> 3.1)
148148
multipart-post (2.2.3)
149149
mysql2 (0.5.4)
150150
naught (1.1.0)
151151
nio4r (2.5.8)
152152
nokogiri (1.12.5)
153153
mini_portile2 (~> 2.6.1)
154154
racc (~> 1.4)
155-
nokogiri (1.12.5-x86_64-darwin)
156-
racc (~> 1.4)
157155
pry (0.14.1)
158156
coderay (~> 1.1)
159157
method_source (~> 1.0)
160158
pry-rails (0.3.9)
161159
pry (>= 0.10.4)
162-
public_suffix (4.0.6)
160+
public_suffix (6.0.2)
163161
puma (5.5.2)
164162
nio4r (~> 2.0)
165163
racc (1.6.0)
@@ -283,7 +281,7 @@ DEPENDENCIES
283281
capybara (>= 3.26)
284282
csv (~> 3.2)
285283
dotenv-rails (~> 2.7)
286-
htmlcsstoimage-api (~> 0.1.2)
284+
htmlcsstoimage-api (~> 0.1.3)
287285
jbuilder (~> 2.7)
288286
listen (~> 3.3)
289287
mdtable (~> 0.0.2)
@@ -304,4 +302,4 @@ DEPENDENCIES
304302
yajl-ruby (~> 1.4)
305303

306304
BUNDLED WITH
307-
2.2.25
305+
2.3.27

0 commit comments

Comments
 (0)