From 771db2dae13222d953e5b8aefb83f91db378c3b1 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 16 Mar 2023 13:30:53 -0400 Subject: [PATCH] Upgraded versions of rails, puma, and sqlite3 libraries --- Gemfile | 6 +++--- Gemfile.lock | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 751c41c..5e121b6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,16 +2,16 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem "rails", "~> 7.0.3" +gem "rails", "~> 7.0" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 1.6" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 5.0" +gem "puma", "~> 6.1" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 713b7d5..ec5fbe2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM nokogiri (1.13.6-x86_64-linux) racc (~> 1.4) public_suffix (4.0.7) - puma (5.6.4) + puma (6.1.1) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) @@ -198,7 +198,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.4) + sqlite3 (1.6.1-x86_64-linux) stimulus-rails (1.0.4) railties (>= 6.0.0) strscan (3.0.3) @@ -238,12 +238,12 @@ DEPENDENCIES debug importmap-rails jbuilder - puma (~> 5.0) - rails (~> 7.0.3) + puma (~> 6.1) + rails (~> 7.0) sassc-rails selenium-webdriver sprockets-rails - sqlite3 (~> 1.4) + sqlite3 (~> 1.6) stimulus-rails turbo-rails tzinfo-data