Skip to content

Commit

Permalink
Require 'json' when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Apr 24, 2024
1 parent 2082327 commit 6100eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/foobara/remote_command.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "json"
require "net/http"

module Foobara
Expand Down
1 change: 1 addition & 0 deletions src/foobara/remote_imports/import_base.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "digest/md5"
require "json"
require "net/http"

module Foobara
Expand Down

0 comments on commit 6100eed

Please sign in to comment.