Skip to content

Commit d1efe56

Browse files
committed
Bring up to date with main branch.
2 parents 32adcba + ddb5c57 commit d1efe56

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'terser', '~> 1.2', '>= 1.2.4'
2222
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2323
gem 'jbuilder', '~> 2.13'
2424
# Use Redis adapter to run Action Cable in production
25-
gem 'redis', '~> 5.2'
25+
gem 'redis', '~> 5.3'
2626

2727
# Alphabetize non-core gems
2828

@@ -97,7 +97,7 @@ end
9797
group :test do
9898
# Adds support for Capybara system testing and selenium driver
9999
gem 'capybara', '~> 3.40'
100-
gem 'selenium-webdriver', '~> 4.26'
100+
gem 'selenium-webdriver', '~> 4.27'
101101
gem 'simplecov', '~> 0.22.0', require: false
102102
end
103103

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -303,15 +303,15 @@ GEM
303303
rbtree3 (0.7.1)
304304
rdoc (6.9.1)
305305
psych (>= 4.0.0)
306-
redis (5.2.0)
306+
redis (5.3.0)
307307
redis-client (>= 0.22.0)
308308
redis-client (0.22.2)
309309
connection_pool
310310
regexp_parser (2.9.0)
311311
reline (0.6.0)
312312
io-console (~> 0.5)
313313
report_action (0.6.0)
314-
rexml (3.3.9)
314+
rexml (3.4.0)
315315
roo (2.10.1)
316316
nokogiri (~> 1)
317317
rubyzip (>= 1.3.0, < 3.0.0)
@@ -345,7 +345,7 @@ GEM
345345
scout_apm (5.4.0)
346346
parser
347347
securerandom (0.4.1)
348-
selenium-webdriver (4.26.0)
348+
selenium-webdriver (4.27.0)
349349
base64 (~> 0.2)
350350
logger (~> 1.4)
351351
rexml (~> 3.2, >= 3.2.5)
@@ -429,12 +429,12 @@ DEPENDENCIES
429429
rack-mini-profiler (~> 3.3)
430430
rails (= 7.2.2.1)
431431
rake
432-
redis (~> 5.2)
432+
redis (~> 5.3)
433433
report_action (~> 0.6.0)
434434
roo (~> 2.10)
435435
rubocop-rails (~> 2.27)
436436
scout_apm (~> 5.4)
437-
selenium-webdriver (~> 4.26)
437+
selenium-webdriver (~> 4.27)
438438
sidekiq (~> 7.3)
439439
simplecov (~> 0.22.0)
440440
smarter_csv (~> 1.9)

0 commit comments

Comments
 (0)