File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 15
15
- { ruby: "3.2", rails: "6.1.7", grape-swagger: "2.1.1" }
16
16
- { ruby: "3.2", rails: "7.2.1", grape-swagger: "1.6.1" }
17
17
- { ruby: "3.2", rails: "7.2.1", grape-swagger: "2.1.1" }
18
+ - { ruby: "3.3", rails: "6.1.7", grape-swagger: "1.6.1" }
19
+ - { ruby: "3.3", rails: "6.1.7", grape-swagger: "2.1.1" }
20
+ - { ruby: "3.3", rails: "7.2.1", grape-swagger: "1.6.1" }
21
+ - { ruby: "3.3", rails: "7.2.1", grape-swagger: "2.1.1" }
18
22
- { ruby: "jruby-9.4.6", rails: "6.1.7", grape-swagger: "1.6.1" }
19
23
- { ruby: "jruby-9.4.6", rails: "6.1.7", grape-swagger: "2.1.1" }
20
24
- { ruby: "jruby-9.4.6", rails: "7.2.1", grape-swagger: "1.6.1" }
Original file line number Diff line number Diff line change 3
3
* [ #124 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/124 ) : Rails 7 compatibility - [ @padde ] ( https://github.com/padde ) .
4
4
* [ #125 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/125 ) : Add rails versions to CI matrix - [ @padde ] ( https://github.com/padde ) .
5
5
* [ #127 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/127 ) : Bump Firefox and geckodriver - [ @padde ] ( https://github.com/padde ) .
6
+ * [ #126 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/126 ) : Ruby 3.5 compatibility - [ @padde ] ( https://github.com/padde ) .
6
7
* Your contribution here.
7
8
8
9
### 0.5.0 (2024/04/06)
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
15
15
spec . license = 'MIT'
16
16
spec . files = `git ls-files` . split ( $INPUT_RECORD_SEPARATOR)
17
17
spec . require_paths = %w[ lib ]
18
+ spec . add_dependency 'ostruct'
18
19
spec . add_dependency 'railties' , '>= 6.0.6.1'
19
20
spec . metadata = {
20
21
'bug_tracker_uri' => 'https://github.com/ruby-grape/grape-swagger-rails/issues' ,
You can’t perform that action at this time.
0 commit comments