From 831b7a8b4af7255f9e4e9d5a645c976a2a3a69cc Mon Sep 17 00:00:00 2001 From: Rob Sterner Date: Sat, 30 Dec 2023 08:52:50 -0500 Subject: [PATCH] lock to Rails 7.1.2 --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 8c05d178..63ab7204 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" ruby "3.2.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem "rails", "~> 7.1.1" +gem "rails", "7.1.2" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" diff --git a/Gemfile.lock b/Gemfile.lock index e2823659..ac34571c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.1) - irb (1.10.1) + irb (1.11.0) rdoc reline (>= 0.3.8) jbuilder (2.11.5) @@ -152,7 +152,7 @@ GEM minitest (5.20.0) msgpack (1.7.2) mutex_m (0.2.0) - net-imap (0.4.8) + net-imap (0.4.9) date net-protocol net-pop (0.1.2) @@ -162,11 +162,11 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.7.0) - nokogiri (1.15.5-aarch64-linux) + nokogiri (1.16.0-aarch64-linux) racc (~> 1.4) - nokogiri (1.15.5-arm64-darwin) + nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) passwordless (1.2.0) bcrypt (>= 3.1.11) @@ -311,7 +311,7 @@ DEPENDENCIES passwordless (~> 1.1) pg (~> 1.1) puma (>= 5.0) - rails (~> 7.1.1) + rails (= 7.1.2) rspec-rails selenium-webdriver shoulda-matchers (~> 5.0)