Upgrade posix-spawn to master (#7542)

This commit is contained in:
MIYAGI Hikaru
2018-05-19 09:20:43 +09:00
committed by Eugen Rochko
parent 97f02f2c08
commit 0b1f88cfd5
2 changed files with 9 additions and 3 deletions

View File

@ -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'