Skip to content

Commit

Permalink
Merge pull request #62 from procore/mobby/remove-net-http
Browse files Browse the repository at this point in the history
Remove `net-http` gem dependency
  • Loading branch information
yevhenii-ponomarenko authored Mar 27, 2023
2 parents 9e4e47e + dc65434 commit 8962e91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions gemfiles/rails_61.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
procore-sift (1.0.0)
activerecord (>= 6.1)
net-http

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -95,8 +94,6 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.17.0)
net-http (0.3.2)
uri
net-imap (0.3.4)
date
net-protocol
Expand Down Expand Up @@ -168,7 +165,6 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.6.1)
uri (0.12.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down
4 changes: 0 additions & 4 deletions gemfiles/rails_70.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
procore-sift (1.0.0)
activerecord (>= 6.1)
net-http

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -101,8 +100,6 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.17.0)
net-http (0.3.2)
uri
net-imap (0.3.4)
date
net-protocol
Expand Down Expand Up @@ -167,7 +164,6 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.6.1)
uri (0.12.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down
1 change: 0 additions & 1 deletion sift.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.7.0"

s.add_dependency "activerecord", ">= 6.1"
s.add_dependency "net-http"

s.add_development_dependency "pry"
s.add_development_dependency "rails", ">= 6.1"
Expand Down

0 comments on commit 8962e91

Please sign in to comment.