diff --git a/Gemfile b/Gemfile index 3d230b6..2e8fd25 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source "https://rubygems.org" ruby "~> 3.3.0" gem 'httparty' +gem 'csv' gem 'dotenv' gem 'pry' gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 48a8bfd..e62140c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,11 +19,12 @@ GEM coderay (1.1.3) concurrent-ruby (1.2.3) connection_pool (2.4.1) - crack (0.4.6) + crack (1.0.0) bigdecimal rexml + csv (3.2.8) diff-lcs (1.5.1) - dotenv (2.8.1) + dotenv (3.0.0) drb (2.2.0) ruby2_keywords hashdiff (1.1.0) @@ -37,7 +38,7 @@ GEM lint_roller (1.1.0) method_source (1.0.0) mini_mime (1.1.5) - minitest (5.21.2) + minitest (5.22.2) multi_xml (0.6.0) mutex_m (0.2.0) opsgenie-schedule (0.1.4) @@ -55,24 +56,24 @@ GEM rake (13.1.0) regexp_parser (2.9.0) rexml (3.2.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - rubocop (1.59.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -86,10 +87,10 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - standard (1.33.0) + standard (1.34.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.59.0) + rubocop (~> 1.60) standard-custom (~> 1.0.0) standard-performance (~> 1.3) standard-custom (1.0.2) @@ -103,18 +104,20 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - webmock (3.19.1) + webmock (3.20.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS arm64-darwin-22 + arm64-darwin-23 x86_64-darwin-19 x86_64-linux DEPENDENCIES activesupport + csv dotenv httparty opsgenie-schedule (~> 0.1.4) @@ -125,7 +128,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.1p31 + ruby 3.3.0p0 BUNDLED WITH - 2.4.1 + 2.5.6