Skip to content

Commit

Permalink
remove zlib gem reference
Browse files Browse the repository at this point in the history
  • Loading branch information
raghuramg committed Dec 30, 2024
1 parent cf29516 commit 5c56113
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ PATH
oj (~> 3.11)
ox (~> 2.14)
typhoeus (~> 1.4.0)
zlib (~> 3.2.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -316,7 +315,6 @@ GEM
websocket-extensions (0.1.5)
yard (0.9.26)
zeitwerk (2.5.1)
zlib (3.2.1)

PLATFORMS
ruby
Expand Down
1 change: 0 additions & 1 deletion event_source.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'oj', '~> 3.11'
spec.add_dependency 'ox', '~> 2.14'
spec.add_dependency 'typhoeus', '~> 1.4.0'
spec.add_dependency 'zlib', '~> 3.2.1'

# TODO: Change to development dependency
spec.add_development_dependency 'database_cleaner'
Expand Down

0 comments on commit 5c56113

Please sign in to comment.