From 358e3eeab5781f98dce51ed4c171905210c8b374 Mon Sep 17 00:00:00 2001 From: Corin Wilkins <1826895+CorinWilkins@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:06:34 +0100 Subject: [PATCH] Add dependencies soon to not be included in the standard lib --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 9f16696..da4aec6 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,8 @@ gem 'webrick', '~> 1.8.2' gem 'aws-sdk', '~> 3' gem 'rexml', '~> 3.3.7' gem 'tzinfo-data' +gem 'csv' +gem 'ostruct' group :test do gem 'rack_session_access', '~> 0.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index f4b28c6..048ccb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1636,6 +1636,7 @@ GEM bigdecimal rexml crass (1.0.6) + csv (3.2.8) date (3.3.4) dotenv (3.1.4) dotenv-rails (3.1.4) @@ -1736,6 +1737,7 @@ GEM omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) + ostruct (0.6.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -1847,6 +1849,7 @@ PLATFORMS DEPENDENCIES aws-sdk (~> 3) + csv dotenv-rails listen (~> 3.9) lograge (~> 0.14.0) @@ -1855,6 +1858,7 @@ DEPENDENCIES octokit (~> 6.1.0) omniauth-google-oauth2 (~> 1.1.1) omniauth-rails_csrf_protection (~> 1.0.1) + ostruct pry rack_session_access (~> 0.2.0) rails (~> 7.1.0)