Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahx committed Jul 17, 2024
1 parent 72bad3f commit 8f61686
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.0.4

- Fix issue with parsing reponse body when using Rails https://github.com/ahx/openapi_first/issues/281

## 2.0.3
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.0.3)
openapi_first (2.0.4)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -93,7 +93,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
rexml (3.3.2)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.rack2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.0.3)
openapi_first (2.0.4)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
rexml (3.3.2)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.rack30.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.0.3)
openapi_first (2.0.4)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
rexml (3.3.2)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.rails6.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.0.3)
openapi_first (2.0.4)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
rexml (3.3.2)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
openapi_first (2.0.3)
openapi_first (2.0.4)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down
2 changes: 1 addition & 1 deletion lib/openapi_first/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OpenapiFirst
VERSION = '2.0.3'
VERSION = '2.0.4'
end

0 comments on commit 8f61686

Please sign in to comment.