Skip to content

Commit

Permalink
Bring up to date with main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigJZ committed Dec 17, 2024
2 parents 32adcba + ddb5c57 commit d1efe56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'terser', '~> 1.2', '>= 1.2.4'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.13'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.2'
gem 'redis', '~> 5.3'

# Alphabetize non-core gems

Expand Down Expand Up @@ -97,7 +97,7 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.40'
gem 'selenium-webdriver', '~> 4.26'
gem 'selenium-webdriver', '~> 4.27'
gem 'simplecov', '~> 0.22.0', require: false
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,15 +303,15 @@ GEM
rbtree3 (0.7.1)
rdoc (6.9.1)
psych (>= 4.0.0)
redis (5.2.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.0)
reline (0.6.0)
io-console (~> 0.5)
report_action (0.6.0)
rexml (3.3.9)
rexml (3.4.0)
roo (2.10.1)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
Expand Down Expand Up @@ -345,7 +345,7 @@ GEM
scout_apm (5.4.0)
parser
securerandom (0.4.1)
selenium-webdriver (4.26.0)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -429,12 +429,12 @@ DEPENDENCIES
rack-mini-profiler (~> 3.3)
rails (= 7.2.2.1)
rake
redis (~> 5.2)
redis (~> 5.3)
report_action (~> 0.6.0)
roo (~> 2.10)
rubocop-rails (~> 2.27)
scout_apm (~> 5.4)
selenium-webdriver (~> 4.26)
selenium-webdriver (~> 4.27)
sidekiq (~> 7.3)
simplecov (~> 0.22.0)
smarter_csv (~> 1.9)
Expand Down

0 comments on commit d1efe56

Please sign in to comment.