Skip to content

Commit

Permalink
Introduce OpenAPI v1 file
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Sep 23, 2024
1 parent d755ff3 commit 8d4c5c4
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ group :test do
gem 'rspec-rails', '7.0.1'
gem 'simplecov', require: false
gem 'webmock'
gem 'openapi3_parser'
end
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ GEM
case_transform (0.2)
activesupport
coderay (1.1.3)
commonmarker (1.1.5-aarch64-linux)
commonmarker (1.1.5-arm64-darwin)
commonmarker (1.1.5-x86_64-linux)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
Expand Down Expand Up @@ -365,6 +368,8 @@ GEM
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
openapi3_parser (0.10.0)
commonmarker (>= 1.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -629,6 +634,7 @@ DEPENDENCIES
omniauth
omniauth-oauth2
omniauth-rails_csrf_protection
openapi3_parser
pg (~> 1.5)
propshaft
puma (>= 5.0)
Expand Down
Loading

0 comments on commit 8d4c5c4

Please sign in to comment.