From 076ac433fb9e10255c3d19d878480876bc00e09b Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Mon, 3 Jun 2024 13:21:32 -0700 Subject: [PATCH] chore: add csv and observer to gemfile since they will no longer be distributed in the standard library --- Gemfile | 4 ++++ Gemfile.lock | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 5f562492..1b0231c1 100644 --- a/Gemfile +++ b/Gemfile @@ -104,3 +104,7 @@ end gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] # gem "reline", "~> 0.3.2" + +gem "csv", "~> 3.3" + +gem "observer", "~> 0.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 322079a0..c3258f4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,6 +128,7 @@ GEM crass (1.0.6) cssbundling-rails (1.3.3) railties (>= 6.0.0) + csv (3.3.0) cuprite (0.15) capybara (~> 3.0) ferrum (~> 0.14.0) @@ -289,6 +290,7 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) + observer (0.1.2) orm_adapter (0.5.0) parallel (1.24.0) parallel_tests (4.4.0) @@ -503,6 +505,7 @@ DEPENDENCIES byebug capybara cssbundling-rails + csv (~> 3.3) cuprite database_cleaner devise! @@ -523,6 +526,7 @@ DEPENDENCIES net-sftp newrelic_rpm nokogiri + observer (~> 0.1.2) parallel_tests pg pg_query (>= 2) @@ -547,7 +551,7 @@ DEPENDENCIES watir RUBY VERSION - ruby 3.3.1p55 + ruby 3.3.2p78 BUNDLED WITH - 2.3.3 + 2.5.11