From 0a0f2536a76f80d80e8c7b55d8cb0b52d83e4a71 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Wed, 11 Jan 2023 22:31:00 -0800 Subject: [PATCH] Revert "bundle update" This reverts commit 2d6e6a87fc2cfcc216a6dbbdccdeb8d0ee29be1b. --- Gemfile.lock | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2eb3715..0b78f8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,6 +91,8 @@ GEM crass (1.0.6) date (3.3.3) debug (1.7.1) + irb (>= 1.5.0) + reline (>= 0.3.1) diff-lcs (1.5.0) erubi (1.12.0) ffi (1.15.5) @@ -104,6 +106,9 @@ GEM importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) + io-console (0.6.0) + irb (1.6.2) + reline (>= 0.3.0) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -138,7 +143,7 @@ GEM mini_portile2 (~> 2.8.0) racc (~> 1.4) parallel (1.22.1) - parser (3.2.0.0) + parser (3.1.3.0) ast (~> 2.4.1) pg (1.4.5) public_suffix (5.0.1) @@ -180,16 +185,18 @@ GEM rake (13.0.6) redis (5.0.5) redis-client (>= 0.9.0) - redis-client (0.12.0) + redis-client (0.11.2) connection_pool regexp_parser (2.6.1) + reline (0.3.2) + io-console (~> 0.5) rexml (3.2.5) rspec-core (3.12.0) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.2) + rspec-mocks (3.12.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-rails (6.0.1) @@ -201,16 +208,16 @@ GEM rspec-mocks (~> 3.11) rspec-support (~> 3.11) rspec-support (3.12.0) - rubocop (1.43.0) + rubocop (1.42.0) json (~> 2.3) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) + unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.24.1) parser (>= 3.1.1.0) rubocop-rails (2.17.4) @@ -244,7 +251,7 @@ GEM railties (>= 6.0.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.3.0) web-console (4.2.0) actionview (>= 6.0.0) activemodel (>= 6.0.0)