From 4b53e43e3d7681bcc04df83cf7fbca0f6780d149 Mon Sep 17 00:00:00 2001 From: lauren_tb Date: Mon, 18 Nov 2024 09:22:55 +0000 Subject: [PATCH] Upgraded Openssl and Puma --- Gemfile.lock | 6 +++--- spec/spec_helper.rb | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 59ccb64e..b5ce4b3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -209,14 +209,14 @@ GEM omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) - openssl (3.1.0) + openssl (3.2.0) orm_adapter (0.5.0) parallel (1.24.0) parser (3.3.1.0) ast (~> 2.4.1) racc public_suffix (5.0.5) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) rack (2.2.9) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f0dba1a0..6e0268f3 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,4 @@ +# require "shoulda/matchers" # This file was generated by the `rails generate rspec:install` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # The generated `.rspec` file contains `--require spec_helper` which will cause