We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17223b2 commit 34b68e5Copy full SHA for 34b68e5
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- stoplight (5.2.0)
+ stoplight (5.3.0)
5
zeitwerk
6
7
GEM
SECURITY.md
@@ -6,8 +6,8 @@ You can expect to receive security fixes for the latest minor version only.
| Version | Supported |
8
|---------| ------------------ |
9
-| 5.2.x | :white_check_mark: |
10
-| < 5.2 | :x: |
+| 5.3.x | :white_check_mark: |
+| < 5.3 | :x: |
11
12
## Reporting a Vulnerability
13
lib/stoplight/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stoplight
- VERSION = Gem::Version.new("5.2.0")
+ VERSION = Gem::Version.new("5.3.0")
end
0 commit comments