Upgrade posix-spawn to master (#7542)
This commit is contained in:
parent
97f02f2c08
commit
0b1f88cfd5
2 changed files with 9 additions and 3 deletions
2
Gemfile
2
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'
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue