Skip to content

Commit 5e5be0a

Browse files
committed
Unpin unnecessary gemson Gemfile: net-http and uri
1 parent f40144b commit 5e5be0a

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ gem 'rack-user_agent'
4444
# For Pokemon image file downloads
4545
gem 'aws-sdk-s3', '~> 1'
4646

47-
# Following warning are displayed and for prevention
48-
# warning: already initialized constant Net::ProtocRetryError
49-
# https://github.com/ruby/net-imap/issues/16
50-
gem 'net-http'
51-
gem 'uri'
52-
5347
group :development do
5448
gem 'flamegraph', require: false
5549
gem 'memory_profiler', require: false

Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ GEM
282282
multi_json (1.15.0)
283283
multipart-post (2.4.1)
284284
mutex_m (0.3.0)
285-
net-http (0.6.0)
286-
uri
287285
net-imap (0.5.8)
288286
date
289287
net-protocol
@@ -514,7 +512,6 @@ GEM
514512
unicode-display_width (3.1.4)
515513
unicode-emoji (~> 4.0, >= 4.0.4)
516514
unicode-emoji (4.0.4)
517-
uri (1.0.3)
518515
web-console (4.2.1)
519516
actionview (>= 6.0.0)
520517
activemodel (>= 6.0.0)
@@ -568,7 +565,6 @@ DEPENDENCIES
568565
letter_opener_web
569566
listen
570567
memory_profiler
571-
net-http
572568
pg
573569
puma
574570
puma_worker_killer
@@ -593,7 +589,6 @@ DEPENDENCIES
593589
solargraph
594590
spring
595591
stackprof
596-
uri
597592
web-console
598593

599594
RUBY VERSION

0 commit comments

Comments
 (0)