File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1515 - { ruby: "3.2", rails: "6.1.7", grape-swagger: "2.1.1" }
1616 - { ruby: "3.2", rails: "7.2.1", grape-swagger: "1.6.1" }
1717 - { 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" }
1822 - { ruby: "jruby-9.4.6", rails: "6.1.7", grape-swagger: "1.6.1" }
1923 - { ruby: "jruby-9.4.6", rails: "6.1.7", grape-swagger: "2.1.1" }
2024 - { ruby: "jruby-9.4.6", rails: "7.2.1", grape-swagger: "1.6.1" }
Original file line number Diff line number Diff line change 33* [ #124 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/124 ) : Rails 7 compatibility - [ @padde ] ( https://github.com/padde ) .
44* [ #125 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/125 ) : Add rails versions to CI matrix - [ @padde ] ( https://github.com/padde ) .
55* [ #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 ) .
67* Your contribution here.
78
89### 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|
1515 spec . license = 'MIT'
1616 spec . files = `git ls-files` . split ( $INPUT_RECORD_SEPARATOR)
1717 spec . require_paths = %w[ lib ]
18+ spec . add_dependency 'ostruct'
1819 spec . add_dependency 'railties' , '>= 6.0.6.1'
1920 spec . metadata = {
2021 'bug_tracker_uri' => 'https://github.com/ruby-grape/grape-swagger-rails/issues' ,
You can’t perform that action at this time.
0 commit comments