Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PATH
activesupport
httparty
listen
ostruct
ruby-openai
thor
zeitwerk
Expand Down Expand Up @@ -59,6 +60,7 @@ GEM
multi_xml (0.6.0)
multipart-post (2.3.0)
mutex_m (0.1.2)
ostruct (0.6.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -100,6 +102,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand All @@ -110,4 +113,4 @@ DEPENDENCIES
webmock (~> 3)

BUNDLED WITH
2.4.17
2.6.9
1 change: 1 addition & 0 deletions sublayer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "zeitwerk"
spec.add_dependency "httparty"
spec.add_dependency "listen"
spec.add_dependency "ostruct"
spec.add_dependency "thor"

spec.add_development_dependency "rspec", "~> 3.12"
Expand Down
Loading