Skip to content

Commit b45720f

Browse files
authored
Merge pull request #116 from jrmhaig/ostruct
Ensure that ostruct is loaded
2 parents cffa0ce + 1317d28 commit b45720f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* [#110](https://github.com/ruby-grape/grape-swagger-rails/pull/110): Update dummy app to current rails conventions - [@duffn](https://github.com/duffn).
55
* [#112](https://github.com/ruby-grape/grape-swagger-rails/pull/112): Add Rubocop Action & autocorrect violations - [@duffn](https://github.com/duffn).
66
* [#114](https://github.com/ruby-grape/grape-swagger-rails/pull/114): Add `api_key_placeholder` option - [@SofiaSousa](https://github.com/SofiaSousa).
7+
* [#116](https://github.com/ruby-grape/grape-swagger-rails/pull/116): Ensure that ostruct is loaded - [@jrmhaig](https://github.com/jrmhaig).
78

89
### 0.4.0 (2023/03/28)
910

lib/grape-swagger-rails.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'grape-swagger-rails/engine'
4+
require 'ostruct'
45

56
module GrapeSwaggerRails
67
class Options < OpenStruct

0 commit comments

Comments
 (0)