Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bootsnap to 1.9.3 #149

Merged
merged 2 commits into from Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -82,7 +82,7 @@ GEM
multi_json (~> 1)
statsd-ruby (~> 1.1)
bcrypt (3.1.16)
bootsnap (1.7.4)
bootsnap (1.9.3)
msgpack (~> 1.0)
bugsnag (6.20.0)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion _open_api/definitions/vonage-integration-platform.yml
Expand Up @@ -181,7 +181,7 @@ paths:
description: Sort in either ascending or descending order
schema:
type: string
default: ASC
default: DESC
enum:
- DESC
- ASC
Expand Down