Skip to content

Commit

Permalink
Added OStruct to Gemspec (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad authored Sep 5, 2024
2 parents 8347a3c + f12d3c5 commit 51c882d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
paddle (2.5.1)
faraday (~> 2.0)
ostruct (~> 0.6.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -35,6 +36,7 @@ GEM
language_server-protocol (3.17.0.3)
minitest (5.19.0)
mutex_m (0.2.0)
ostruct (0.6.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
Expand Down
1 change: 1 addition & 0 deletions paddle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |spec|
spec.require_paths = [ "lib" ]

spec.add_dependency "faraday", "~> 2.0"
spec.add_dependency "ostruct", "~> 0.6.0"
end

0 comments on commit 51c882d

Please sign in to comment.