Skip to content

Commit b4225c3

Browse files
committed
NO-ISSUE write net-http verison explicitly to supporess warn by rbs
1 parent 1cccf00 commit b4225c3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
33
gemspec
44

55
gem 'multipart-post', '~> 2.4.1', require: false
6+
gem 'net-http', '~> 0.6.0', require: false
67

78
group :development, :test do
89
# ref: http://docs.rubocop.org/en/latest/installation/

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ GEM
2121
lint_roller (1.1.0)
2222
logger (1.7.0)
2323
multipart-post (2.4.1)
24+
net-http (0.6.0)
25+
uri
2426
parallel (1.26.3)
2527
parser (3.3.7.4)
2628
ast (~> 2.4.1)
@@ -66,6 +68,7 @@ GEM
6668
unicode-display_width (3.1.4)
6769
unicode-emoji (~> 4.0, >= 4.0.4)
6870
unicode-emoji (4.0.4)
71+
uri (1.0.3)
6972
webmock (3.25.1)
7073
addressable (>= 2.8.0)
7174
crack (>= 0.3.2)
@@ -82,6 +85,7 @@ DEPENDENCIES
8285
addressable (~> 2.3)
8386
line-bot-api!
8487
multipart-post (~> 2.4.1)
88+
net-http (~> 0.6.0)
8589
rack (~> 3.0)
8690
rake (~> 13.0)
8791
rbs (~> 3.9.2)

0 commit comments

Comments
 (0)