Skip to content

Commit

Permalink
Require pathname where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Dec 9, 2024
1 parent 3cc9d12 commit eba5922
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [0.0.7] - 2024-12-09
## [0.0.8] - 2024-12-09

- Make sure to require pathname when needed
- Upgrade to newer foobara gem with detached entity concept

## [0.0.6] - 2024-12-01
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
foobara-http-command-connector (0.0.7)
foobara-http-command-connector (0.0.8)
foobara

GEM
Expand Down Expand Up @@ -34,7 +34,7 @@ GEM
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
foob (0.0.6)
foob (0.0.7)
foobara
foobara-autocrud-generator
foobara-command-generator
Expand All @@ -48,7 +48,7 @@ GEM
foobara-remote-imports-generator
foobara-resque-connector-generator
foobara-resque-scheduler-connector-generator
foobara-sh-cli-connector
foobara-sh-cli-connector (~> 0.0.10)
foobara-sh-cli-connector-generator
foobara-type-generator
foobara-typescript-react-command-form-generator
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
foobara-rubocop-rules (0.0.5)
rubocop
rubocop-rspec
foobara-sh-cli-connector (0.0.9)
foobara-sh-cli-connector (0.0.10)
foobara
foobara-sh-cli-connector-generator (0.0.2)
foobara
Expand Down
2 changes: 2 additions & 0 deletions src/http/commands/help/presenter.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "pathname"

require_relative "presenter/command"
require_relative "presenter/entity"
require_relative "presenter/error"
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Foobara
module HttpCommandConnector
VERSION = "0.0.7".freeze
VERSION = "0.0.8".freeze
end
end

0 comments on commit eba5922

Please sign in to comment.