Skip to content

Commit

Permalink
Merge pull request #116 from jrmhaig/ostruct
Browse files Browse the repository at this point in the history
Ensure that ostruct is loaded
  • Loading branch information
dblock authored Apr 6, 2024
2 parents cffa0ce + 1317d28 commit b45720f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [#110](https://github.com/ruby-grape/grape-swagger-rails/pull/110): Update dummy app to current rails conventions - [@duffn](https://github.com/duffn).
* [#112](https://github.com/ruby-grape/grape-swagger-rails/pull/112): Add Rubocop Action & autocorrect violations - [@duffn](https://github.com/duffn).
* [#114](https://github.com/ruby-grape/grape-swagger-rails/pull/114): Add `api_key_placeholder` option - [@SofiaSousa](https://github.com/SofiaSousa).
* [#116](https://github.com/ruby-grape/grape-swagger-rails/pull/116): Ensure that ostruct is loaded - [@jrmhaig](https://github.com/jrmhaig).

### 0.4.0 (2023/03/28)

Expand Down
1 change: 1 addition & 0 deletions lib/grape-swagger-rails.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'grape-swagger-rails/engine'
require 'ostruct'

module GrapeSwaggerRails
class Options < OpenStruct
Expand Down

0 comments on commit b45720f

Please sign in to comment.