From 45aee5c4b1b889a1fa06d8f35e71eb31cd0bcb98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 07:33:36 +0000 Subject: [PATCH] Bump rspec-rails from 4.0.1 to 5.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.1 to 5.0.1. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v4.0.1...v5.0.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3a32106..8d8c1f4 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 6.1.3' # gem 'sqlite3', '~> 1.4' gem 'pg' # Use Puma as the app server -gem 'puma', '~> 5.2' +gem 'puma', '~> 5.5' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index e45db71..1b74319 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,7 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -177,7 +177,7 @@ GEM binding_of_caller (~> 1.0) pry (~> 0.13) public_suffix (4.0.6) - puma (5.2.2) + puma (5.5.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -330,7 +330,7 @@ DEPENDENCIES pry-doc pry-rails pry-stack_explorer - puma (~> 5.2) + puma (~> 5.5) rails (~> 6.1.3) rspec-rails rubocop