diff --git a/.gitignore b/.gitignore index aec1287..8425cf2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ # rspec failure tracking .rspec_status .env +Gemfile.lock \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 23b2d5a..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,114 +0,0 @@ -PATH - remote: . - specs: - novu (1.0.0) - activesupport (>= 6.1.7.2) - httparty (~> 0.21) - -GEM - remote: https://rubygems.org/ - specs: - activesupport (7.1.2) - base64 - bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) - connection_pool (>= 2.2.5) - drb - i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) - ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.5) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) - crack (0.4.5) - rexml - diff-lcs (1.5.0) - drb (2.2.0) - ruby2_keywords - exponential-backoff (0.0.4) - hashdiff (1.1.0) - httparty (0.21.0) - mini_mime (>= 1.0.0) - multi_xml (>= 0.5.2) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - json (2.7.1) - language_server-protocol (3.17.0.3) - macaddr (1.7.2) - systemu (~> 2.6.5) - mini_mime (1.1.5) - minitest (5.21.1) - mocha (2.1.0) - ruby2_keywords (>= 0.0.5) - multi_xml (0.6.0) - mutex_m (0.2.0) - parallel (1.24.0) - parser (3.3.0.4) - ast (~> 2.4.1) - racc - public_suffix (5.0.4) - racc (1.7.3) - rainbow (3.1.1) - 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) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) - rubocop (1.60.0) - json (~> 2.3) - language_server-protocol (>= 3.17.0) - parallel (~> 1.10) - parser (>= 3.3.0.2) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) - systemu (2.6.5) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) - uuid (2.3.9) - macaddr (~> 1.0) - webmock (3.19.1) - addressable (>= 2.8.0) - crack (>= 0.3.2) - hashdiff (>= 0.4.0, < 2.0.0) - -PLATFORMS - arm64-darwin-22 - ruby - -DEPENDENCIES - exponential-backoff - mocha - novu! - rake (~> 13.0) - rspec - rubocop (~> 1.21) - uuid (~> 2.3, >= 2.3.9) - webmock - -BUNDLED WITH - 2.5.4