Skip to content

Commit 08ec0ed

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227
1 parent db5dbea commit 08ec0ed

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ group :development do
4141
gem 'listen', '~> 3.3'
4242
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4343
gem 'spring', '~> 4.0.0'
44-
gem 'rails-erd', '~> 1.6.1'
44+
gem 'rails-erd', '~> 1.7.0'
4545
end
4646

4747
group :test do

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
cloudinary (1.25.0)
8282
aws_cf_signer
8383
rest-client (>= 2.0.0)
84-
concurrent-ruby (1.2.2)
84+
concurrent-ruby (1.3.4)
8585
crass (1.0.6)
8686
date (3.3.3)
8787
docile (1.4.0)
@@ -101,7 +101,7 @@ GEM
101101
httparty (0.21.0)
102102
mini_mime (>= 1.0.0)
103103
multi_xml (>= 0.5.2)
104-
i18n (1.14.1)
104+
i18n (1.14.5)
105105
concurrent-ruby (~> 1.0)
106106
jwt (2.6.0)
107107
listen (3.8.0)
@@ -121,7 +121,7 @@ GEM
121121
mime-types-data (~> 3.2015)
122122
mime-types-data (3.2022.0105)
123123
mini_mime (1.1.2)
124-
minitest (5.18.1)
124+
minitest (5.24.1)
125125
msgpack (1.6.0)
126126
multi_xml (0.6.0)
127127
net-imap (0.3.6)
@@ -163,7 +163,7 @@ GEM
163163
rails-dom-testing (2.0.3)
164164
activesupport (>= 4.2.0)
165165
nokogiri (>= 1.6)
166-
rails-erd (1.6.1)
166+
rails-erd (1.7.2)
167167
activerecord (>= 4.2)
168168
activesupport (>= 4.2)
169169
choice (~> 0.2.0)
@@ -187,7 +187,8 @@ GEM
187187
http-cookie (>= 1.0.2, < 2.0)
188188
mime-types (>= 1.16, < 4.0)
189189
netrc (~> 0.8)
190-
rexml (3.2.5)
190+
rexml (3.3.5)
191+
strscan
191192
rmagick (4.2.6)
192193
ruby-graphviz (1.2.5)
193194
rexml
@@ -205,6 +206,7 @@ GEM
205206
actionpack (>= 5.2)
206207
activesupport (>= 5.2)
207208
sprockets (>= 3.0.0)
209+
strscan (3.1.0)
208210
thor (1.2.2)
209211
timeout (0.4.0)
210212
tzinfo (2.0.6)
@@ -235,7 +237,7 @@ DEPENDENCIES
235237
puma (~> 5.6, >= 5.6.4)
236238
rack-cors (~> 1.1.1)
237239
rails (~> 7.0.5, >= 7.0.5.1)
238-
rails-erd (~> 1.6.1)
240+
rails-erd (~> 1.7.0)
239241
rmagick (~> 4.2.4)
240242
simplecov (~> 0.21.2)
241243
simplecov_json_formatter (~> 0.1.2)

0 commit comments

Comments
 (0)