Skip to content

Commit

Permalink
remove json
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-santos-foxbit committed Aug 22, 2024
1 parent 77bbeea commit 943110a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
lightspark-client (0.1.0)
base64 (~> 0.2)
json (~> 2.3)
typhoeus (~> 1.3)

GEM
Expand All @@ -29,11 +28,10 @@ GEM
diff-lcs (1.5.1)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
hashdiff (1.1.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
method_source (1.1.0)
minitest (5.25.1)
parallel (1.24.0)
Expand Down
1 change: 0 additions & 1 deletion lightspark-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "typhoeus", "~> 1.3"
spec.add_dependency "base64", "~> 0.2"
spec.add_dependency "json", "~> 2.3"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "byebug", "~> 10.0"
Expand Down

0 comments on commit 943110a

Please sign in to comment.