]> cat aescling's git repositories - mastodon.git/commitdiff
let bundler fetch http_parser.rb submodules (#11444)
authorMilan <me@petabyteboy.de>
Mon, 29 Jul 2019 18:42:04 +0000 (20:42 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 29 Jul 2019 18:42:04 +0000 (20:42 +0200)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index d1e794e3e0117a677f01ce56905adda010e0dac8..5367dcb7b70b6e0facf613158457d85c721f851c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ gem 'redis-namespace', '~> 1.5'
 gem 'htmlentities', '~> 4.3'
 gem 'http', '~> 3.3'
 gem 'http_accept_language', '~> 2.1'
-gem 'http_parser.rb', '~> 0.6', git: 'https://github.com/tmm1/http_parser.rb', ref: '54b17ba8c7d8d20a16dfc65d1775241833219cf2'
+gem 'http_parser.rb', '~> 0.6', git: 'https://github.com/tmm1/http_parser.rb', ref: '54b17ba8c7d8d20a16dfc65d1775241833219cf2', submodules: true
 gem 'httplog', '~> 1.3'
 gem 'idn-ruby', require: 'idn'
 gem 'kaminari', '~> 1.1'
index 27f7197ba93ed19b96b1c12c41e652a90b850e29..d3d4e7a9c61b19b142d13eaef9dfc2f20559cd8f 100644 (file)
@@ -22,6 +22,7 @@ GIT
   remote: https://github.com/tmm1/http_parser.rb
   revision: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
   ref: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
+  submodules: true
   specs:
     http_parser.rb (0.6.1)