diff options
author | MIYAGI Hikaru <hcmiya@users.noreply.github.com> | 2018-05-19 09:20:43 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-19 02:20:43 +0200 |
commit | 0b1f88cfd5fb88b392c7b959467ffdb087868f7d (patch) | |
tree | 39795063cb48bf70ec6262c5fbe513e6746c69df /Gemfile | |
parent | 97f02f2c088f2d3ac6f1232f995cb99aac8df776 (diff) |
Upgrade posix-spawn to master (#7542)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index d4e707fe1..cab4c4139 100644 --- 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' |