Skip to content

Commit

Permalink
Remove monorepo project wiring
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Oct 25, 2024
1 parent 5a8de35 commit b7dfc8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
7 changes: 0 additions & 7 deletions lib/foobara/http_command_connector.rb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit b7dfc8d

Please sign in to comment.