]> cat aescling's git repositories - mastodon.git/commitdiff
Upgrade posix-spawn to master (#7542)
authorMIYAGI Hikaru <hcmiya@users.noreply.github.com>
Sat, 19 May 2018 00:20:43 +0000 (09:20 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 19 May 2018 00:20:43 +0000 (02:20 +0200)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index d4e707fe1887bdd9cfc1e2289aca53c65b8c9e8d..cab4c413998eee7ddf516ce0e41138a16ef9b714 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -61,7 +61,7 @@ gem 'nsa', '~> 0.2'
 gem 'oj', '~> 3.5'
 gem 'ostatus2', '~> 2.0'
 gem 'ox', '~> 2.9'
-gem 'posix-spawn', '0.3.12'
+gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c'
 gem 'pundit', '~> 1.1'
 gem 'premailer-rails'
 gem 'rack-attack', '~> 5.2'
index 3c798d8caf71f7f24968526ba8a065246d2b76ed..f7a377d457b59d6659da58fa58721d3f6093347c 100644 (file)
@@ -1,3 +1,10 @@
+GIT
+  remote: https://github.com/rtomayko/posix-spawn
+  revision: 58465d2e213991f8afb13b984854a49fcdcc980c
+  ref: 58465d2e213991f8afb13b984854a49fcdcc980c
+  specs:
+    posix-spawn (0.3.13)
+
 GIT
   remote: https://github.com/tmm1/http_parser.rb
   revision: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
@@ -387,7 +394,6 @@ GEM
     pghero (2.1.0)
       activerecord
     pkg-config (1.3.0)
-    posix-spawn (0.3.12)
     powerpack (0.1.1)
     premailer (1.11.1)
       addressable
@@ -711,7 +717,7 @@ DEPENDENCIES
   pg (~> 1.0)
   pghero (~> 2.1)
   pkg-config (~> 1.3)
-  posix-spawn (= 0.3.12)
+  posix-spawn!
   premailer-rails
   private_address_check (~> 0.4.1)
   pry-byebug (~> 3.6)