From 071e7c78ba5a1983cfadb8bb6e078e430802360f Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Mon, 3 Jun 2024 13:22:52 -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 0ce0e6e1..805aa6f9 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 00e7d697..0407daf3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,6 +127,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) @@ -273,6 +274,7 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) + observer (0.1.2) omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) @@ -495,6 +497,7 @@ DEPENDENCIES byebug capybara cssbundling-rails + csv (~> 3.3) cuprite database_cleaner devise! @@ -518,6 +521,7 @@ DEPENDENCIES net-sftp newrelic_rpm nokogiri + observer (~> 0.1.2) omniauth parallel_tests pg @@ -546,7 +550,7 @@ DEPENDENCIES watir RUBY VERSION - ruby 3.3.1p55 + ruby 3.3.2p78 BUNDLED WITH - 2.4.6 + 2.5.11