Skip to content

Commit 8034e1d

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-7416898
1 parent f09cf0e commit 8034e1d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ group :development, :test do
3636
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
3737
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
3838
# Adds support for Capybara system testing and selenium driver
39-
gem 'capybara', '3.39.0'
39+
gem 'capybara', '3.39.1'
4040
gem 'selenium-webdriver', '4.8.6'
4141
end
4242

4343
group :development do
4444
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
45-
gem 'web-console', '4.2.0'
45+
gem 'web-console', '4.2.1'
4646
gem 'listen', '3.9.0'
4747
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4848
gem 'spring', '2.0.2'

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ GEM
7575
minitest (>= 5.1)
7676
mutex_m
7777
tzinfo (~> 2.0)
78-
addressable (2.8.6)
79-
public_suffix (>= 2.0.2, < 6.0)
78+
addressable (2.8.7)
79+
public_suffix (>= 2.0.2, < 7.0)
8080
base64 (0.2.0)
8181
bigdecimal (3.1.8)
8282
bindex (0.8.1)
8383
builder (3.3.0)
8484
byebug (11.1.3)
85-
capybara (3.39.0)
85+
capybara (3.39.1)
8686
addressable
8787
matrix
8888
mini_mime (>= 0.1.3)
@@ -142,7 +142,7 @@ GEM
142142
marcel (1.0.4)
143143
matrix (0.4.2)
144144
mini_mime (1.1.5)
145-
minitest (5.23.1)
145+
minitest (5.24.1)
146146
mutex_m (0.2.0)
147147
net-imap (0.4.13)
148148
date
@@ -168,11 +168,11 @@ GEM
168168
racc (~> 1.4)
169169
psych (5.1.2)
170170
stringio
171-
public_suffix (5.1.1)
171+
public_suffix (6.0.0)
172172
puma (6.4.2)
173173
nio4r (~> 2.0)
174174
racc (1.8.0)
175-
rack (3.1.3)
175+
rack (3.1.6)
176176
rack-session (2.0.0)
177177
rack (>= 3.0.0)
178178
rack-test (2.1.0)
@@ -259,7 +259,7 @@ GEM
259259
concurrent-ruby (~> 1.0)
260260
uglifier (3.2.0)
261261
execjs (>= 0.3.0, < 3)
262-
web-console (4.2.0)
262+
web-console (4.2.1)
263263
actionview (>= 6.0.0)
264264
activemodel (>= 6.0.0)
265265
bindex (>= 0.4.0)
@@ -283,7 +283,7 @@ PLATFORMS
283283

284284
DEPENDENCIES
285285
byebug
286-
capybara (= 3.39.0)
286+
capybara (= 3.39.1)
287287
coffee-rails (= 5.0.0)
288288
contentstack (~> 0.8.0)
289289
jbuilder (= 2.11.5)
@@ -297,10 +297,10 @@ DEPENDENCIES
297297
turbolinks (= 5.0.1)
298298
tzinfo-data
299299
uglifier (= 3.2.0)
300-
web-console (= 4.2.0)
300+
web-console (= 4.2.1)
301301

302302
RUBY VERSION
303303
ruby 3.1.4p223
304304

305305
BUNDLED WITH
306-
2.5.6
306+
2.3.26

0 commit comments

Comments
 (0)