Skip to content

Commit

Permalink
Merge pull request #251 from ahx/1.3.6
Browse files Browse the repository at this point in the history
1.3.6
  • Loading branch information
ahx authored Mar 22, 2024
2 parents 54f8841 + 0ee3d13 commit 427967f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

- Make it work with Rack 2 / Rails 6
## 1.3.6

- FIx Rack 2 / Rails 6 compatibility ([#246](https://github.com/ahx/openapi_first/issues/246)

## 1.3.5

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (1.3.5)
openapi_first (1.3.6)
hana (~> 1.3)
json_schemer (~> 2.1.0)
multi_json (~> 1.15)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rack2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (1.3.5)
openapi_first (1.3.6)
hana (~> 1.3)
json_schemer (~> 2.1.0)
multi_json (~> 1.15)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails6.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (1.3.5)
openapi_first (1.3.6)
hana (~> 1.3)
json_schemer (~> 2.1.0)
multi_json (~> 1.15)
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
openapi_first (1.3.5)
openapi_first (1.3.6)
hana (~> 1.3)
json_schemer (~> 2.1.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -29,14 +29,14 @@ GEM
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.0)
nio4r (2.7.1)
openapi_parameters (0.3.2)
rack (>= 2.2)
zeitwerk (~> 2.6)
openapi_parser (2.0.0)
puma (6.4.2)
nio4r (~> 2.0)
rack (3.0.9.1)
rack (3.0.10)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
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 = '1.3.5'
VERSION = '1.3.6'
end

0 comments on commit 427967f

Please sign in to comment.