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 dec3758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 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 @@ -194,6 +193,7 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mini_portile2 (2.8.1)
mini_mime (1.1.2)
minitest (5.14.4)
mongo (2.14.0)
Expand All @@ -218,6 +218,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.6)
racc (1.6.2)
rack (2.2.3)
rack-protection (2.1.0)
rack
Expand Down Expand Up @@ -316,7 +317,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 dec3758

Please sign in to comment.