diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-11-10 18:20:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 18:20:41 +0900 |
commit | 21d1989b535d4d02d33612f65c74450d2045ec3f (patch) | |
tree | b8b1869caea3f816d9e3013660a0840f2a51463f /Gemfile | |
parent | 880fc9baafb2f6a1a341a2139028e385f2e877cf (diff) |
Bump parallel from 1.19.2 to 1.20.0 (#15115)
Bumps [parallel](https://github.com/grosser/parallel) from 1.19.2 to 1.20.0. - [Release notes](https://github.com/grosser/parallel/releases) - [Commits](https://github.com/grosser/parallel/compare/v1.19.2...v1.20.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 33e467732..bd34bb25d 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem 'nsa', '~> 0.2' gem 'oj', '~> 3.10' gem 'ox', '~> 2.13' gem 'parslet' -gem 'parallel', '~> 1.19' +gem 'parallel', '~> 1.20' gem 'posix-spawn' gem 'pundit', '~> 2.1' gem 'premailer-rails' |