diff --git a/Gemfile.lock b/Gemfile.lock index cca0523..7d54e03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (1.1.1) - json (2.7.2) + json (2.7.4) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -158,7 +158,7 @@ GEM rb-inotify (0.11.1) ffi (~> 1.0) regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -168,7 +168,7 @@ GEM rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-its (1.3.0) + rspec-its (1.3.1) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) rspec-mocks (3.13.2) @@ -191,7 +191,7 @@ GEM rubocop (~> 1.0) rubocop-rspec (3.1.0) rubocop (~> 1.61) - ruby-prof (1.7.0) + ruby-prof (1.7.1) ruby-progressbar (1.13.0) shellany (0.0.1) simplecov (0.22.0) diff --git a/lib/foobara/http_command_connector.rb b/lib/foobara/http_command_connector.rb index c732856..4bcb663 100644 --- a/lib/foobara/http_command_connector.rb +++ b/lib/foobara/http_command_connector.rb @@ -1,11 +1,4 @@ require "foobara/all" require "foobara/command_connectors" -module Foobara - module CommandConnectorsHttp - end - - Monorepo.project :command_connectors_http -end - Foobara::Util.require_directory "#{__dir__}/../../src"