From fe809407de386c0db93dbbc741512e988a6dc2a3 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 2 Nov 2023 17:32:26 -0400 Subject: Unpin rails and bundle update --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 2417e5d..2e95680 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby "3.2.2" -gem "rails", "~> 7.1.1" +gem "rails" gem "bootsnap", require: false gem "devise" diff --git a/Gemfile.lock b/Gemfile.lock index c20b97d..4c629cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM smart_properties bigdecimal (3.1.4) bindex (0.8.1) - bootsnap (1.16.0) + bootsnap (1.17.0) msgpack (~> 1.2) builder (3.2.4) capybara (3.39.2) @@ -154,7 +154,7 @@ GEM minitest (5.20.0) msgpack (1.7.2) mutex_m (0.1.2) - net-imap (0.4.2) + net-imap (0.4.3) date net-protocol net-pop (0.1.2) @@ -164,6 +164,8 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) + nokogiri (1.15.4-arm64-darwin) + racc (~> 1.4) nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) noncommittal (0.2.0) @@ -183,7 +185,7 @@ GEM public_suffix (5.0.3) puma (6.4.0) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.2) rack (3.0.8) rack-session (2.0.0) rack (>= 3.0.0) @@ -259,7 +261,7 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - selenium-webdriver (4.14.0) + selenium-webdriver (4.15.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -267,6 +269,8 @@ GEM stimulus-rails (1.3.0) railties (>= 6.0.0) stringio (3.0.8) + tailwindcss-rails (2.0.32-arm64-darwin) + railties (>= 6.0.0) tailwindcss-rails (2.0.32-x86_64-linux) railties (>= 6.0.0) thor (1.3.0) @@ -295,6 +299,7 @@ GEM zeitwerk (2.6.12) PLATFORMS + arm64-darwin-21 x86_64-linux DEPENDENCIES @@ -309,7 +314,7 @@ DEPENDENCIES pg propshaft puma - rails (~> 7.1.1) + rails rubocop rubocop-minitest rubocop-packaging -- cgit v1.2.3