diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-07-29 00:59:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 00:59:29 +0900 |
commit | 3f94572a882286c79e36f1e4f32500ac9d461359 (patch) | |
tree | 8222fdf7da8623d5555abeb71a6e95140af72e67 | |
parent | 87a058c8e086a072b00ba568a714516ecc561a0e (diff) |
Bump posix-spawn from 58465d2e213991f8afb13b984854a49fcdcc980c to 0.3.15 (#14433)
Bumps [posix-spawn](https://github.com/rtomayko/posix-spawn) from 58465d2e213991f8afb13b984854a49fcdcc980c to 0.3.15. This release includes the previously tagged commit. - [Release notes](https://github.com/rtomayko/posix-spawn/releases) - [Commits](https://github.com/rtomayko/posix-spawn/compare/58465d2e213991f8afb13b984854a49fcdcc980c...v0.3.15) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/Gemfile b/Gemfile index d7aad24f5..399daf88d 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ gem 'oj', '~> 3.10' gem 'ox', '~> 2.13' gem 'parslet' gem 'parallel', '~> 1.19' -gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c' +gem 'posix-spawn' gem 'pundit', '~> 2.1' gem 'premailer-rails' gem 'rack-attack', '~> 6.3' diff --git a/Gemfile.lock b/Gemfile.lock index e42fdf7be..84cf7df0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,13 +7,6 @@ GIT rails (>= 4.0) 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 ref: 54b17ba8c7d8d20a16dfc65d1775241833219cf2 @@ -415,6 +408,7 @@ GEM pghero (2.6.0) activerecord (>= 5) pkg-config (1.4.1) + posix-spawn (0.3.15) premailer (1.12.1) addressable css_parser (>= 1.6.0) @@ -746,7 +740,7 @@ DEPENDENCIES pg (~> 1.2) pghero (~> 2.6) pkg-config (~> 1.4) - posix-spawn! + posix-spawn premailer-rails private_address_check (~> 0.5) pry-byebug (~> 3.9) |