diff --git a/Gemfile b/Gemfile index 32f0a39..b779cc1 100644 --- a/Gemfile +++ b/Gemfile @@ -73,3 +73,8 @@ gem "sentry-rails" gem "aws-sdk-s3", require: false gem "slack-ruby-client" gem "slocks", git: "https://github.com/24c02/slocks" +gem "ruby-progressbar" +gem "concurrent-ruby" +gem "csv" + +gem "openssl", "~> 4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 831235f..621d812 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,6 +130,7 @@ GEM concurrent-ruby (1.3.6) connection_pool (3.0.2) crass (1.0.6) + csv (3.3.5) date (3.5.1) debug (1.11.1) irb (~> 1.10) @@ -265,6 +266,7 @@ GEM omniauth-oauth2 (1.9.0) oauth2 (>= 2.0.2, < 3) omniauth (~> 2.0) + openssl (4.0.0) ostruct (0.6.3) parallel (1.27.0) parser (3.3.10.1) @@ -506,6 +508,8 @@ DEPENDENCIES bootsnap brakeman capybara + concurrent-ruby + csv debug dotenv-rails faraday @@ -516,6 +520,7 @@ DEPENDENCIES lockbox omniauth omniauth-hack_club + openssl (~> 4.0) pg (~> 1.3) pg_search phlex-rails @@ -527,6 +532,7 @@ DEPENDENCIES rails (~> 8.0.4) redcarpet rubocop-rails-omakase + ruby-progressbar selenium-webdriver sentry-rails sentry-ruby