Skip to content

Commit

Permalink
fix(#5): resolve warnings on rails 7 related to net-http gem (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
umitozturk authored Jan 16, 2022
1 parent 7fd29e7 commit 324bd6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false

gem "net-http"
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"

Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ GEM
minitest (5.15.0)
msgpack (1.4.2)
nenv (0.3.0)
net-http (0.2.0)
net-protocol
uri
net-imap (0.2.3)
digest
net-protocol
Expand Down Expand Up @@ -282,6 +285,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
uniform_notifier (1.14.2)
uri (0.11.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -303,6 +307,7 @@ DEPENDENCIES
fuubar (~> 2.5, >= 2.5.1)
guard-rspec
guard-rubocop
net-http
pg (~> 1.1)
pry-byebug
puma (~> 5.0)
Expand Down

0 comments on commit 324bd6b

Please sign in to comment.