File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source 'https://rubygems.org'
33gemspec
44
55gem 'multipart-post' , '~> 2.4.1' , require : false
6+ gem 'net-http' , '~> 0.6.0' , require : false
67
78group :development , :test do
89 # ref: http://docs.rubocop.org/en/latest/installation/
Original file line number Diff line number Diff line change 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 )
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 )
You can’t perform that action at this time.
0 commit comments