From e40dadff9847d12359e2ae8e3b8dcfe903f80cfa Mon Sep 17 00:00:00 2001 From: Ryan W Date: Mon, 21 Feb 2022 13:04:05 -0800 Subject: [PATCH] bundle update --- Gemfile | 5 ++--- Gemfile.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 8b827c8..d2d8889 100644 --- a/Gemfile +++ b/Gemfile @@ -6,11 +6,10 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.1.1" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem "rails", "~> 7.0.0" -# gem "rails", github: "rails/rails", branch: "7-0-stable" +gem "rails", "~> 7.0.2", ">= 7.0.2.2" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] -gem "sprockets-rails", ">= 3.4.1" +gem "sprockets-rails" # Use postgresql as the database for Active Record gem "pg", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index dc7bd66..23277c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,14 +141,14 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.1-aarch64-linux) + nokogiri (1.13.2-aarch64-linux) racc (~> 1.4) - nokogiri (1.13.1-arm64-darwin) + nokogiri (1.13.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.13.1-x86_64-linux) + nokogiri (1.13.2-x86_64-linux) racc (~> 1.4) parallel (1.21.0) - parser (3.1.0.0) + parser (3.1.1.0) ast (~> 2.4.1) pg (1.3.2) public_suffix (4.0.6) @@ -287,13 +287,13 @@ DEPENDENCIES pg (~> 1.3) puma (~> 5.6) rack-mini-profiler - rails (~> 7.0.0) + rails (~> 7.0.2, >= 7.0.2.2) redis (~> 4.6) rspec-rails rubocop-rails rubocop-rspec selenium-webdriver - sprockets-rails (>= 3.4.1) + sprockets-rails stimulus-rails turbo-rails tzinfo-data