diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-19 14:43:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 14:43:03 +0900 |
commit | ec6c50a61f717ecd4ac0de13c2c2c7bd248d2cff (patch) | |
tree | 530d792379704844093a385c1003951c09a0c564 /Gemfile | |
parent | 09b2e64f03c3f5195dcccb42df966595c256a5ff (diff) |
Bump parallel from 1.20.1 to 1.21.0 (#16736)
Bumps [parallel](https://github.com/grosser/parallel) from 1.20.1 to 1.21.0. - [Release notes](https://github.com/grosser/parallel/releases) - [Commits](https://github.com/grosser/parallel/compare/v1.20.1...v1.21.0) --- updated-dependencies: - dependency-name: parallel dependency-type: direct:production update-type: version-update:semver-minor ... 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 4444f9d15..6f47d1ec0 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem 'nsa', '~> 0.2' gem 'oj', '~> 3.13' gem 'ox', '~> 2.14' gem 'parslet' -gem 'parallel', '~> 1.20' +gem 'parallel', '~> 1.21' gem 'posix-spawn' gem 'pundit', '~> 2.1' gem 'premailer-rails' |