diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-11 22:34:48 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-11-11 22:34:48 +0900 |
commit | e3111311766938de09daf7fbb4868acaabf13fa2 (patch) | |
tree | a4ae544c5a691d93092bd162f42de52693045748 /Gemfile | |
parent | bc1af899b185b661d2f8e17a7d3cb2e0ce705009 (diff) |
Bump stoplight from 2.1.3 to 2.2.0 (#12360)
Bumps [stoplight](https://github.com/orgsync/stoplight) from 2.1.3 to 2.2.0. - [Release notes](https://github.com/orgsync/stoplight/releases) - [Changelog](https://github.com/orgsync/stoplight/blob/master/CHANGELOG.md) - [Commits](https://github.com/orgsync/stoplight/compare/v2.1.3...v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 535184d46..56ff483b9 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ gem 'sidekiq-bulk', '~>0.2.0' gem 'simple-navigation', '~> 4.1' gem 'simple_form', '~> 5.0' gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie' -gem 'stoplight', '~> 2.1.3' +gem 'stoplight', '~> 2.2.0' gem 'strong_migrations', '~> 0.4' gem 'tty-command', '~> 0.9', require: false gem 'tty-prompt', '~> 0.19', require: false |