Skip to content

Commit 1f7db6b

Browse files
numbatadblock
andauthored
Ruby 3.5 compatibility: add cgi gem, drop runtime rack‑test (#954)
* Prepare for Ruby 3.5 * Update CHANGELOG * Apply suggestions from code review Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]> --------- Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
1 parent 3e842a1 commit 1f7db6b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
#### Fixes
88

9-
* your contribution
9+
* Your contribution here.
10+
* [#954](https://github.com/ruby-grape/grape-swagger/pull/954): Ruby 3.5 compatibility: add cgi gem, drop runtime rack‑test - [@numbata](https://github.com/numbata).
1011
* [#948](https://github.com/ruby-grape/grape-swagger/pull/948): Grape 2.3.0 and Ruby 3.5 compatibility - [@numbata](https://github.com/numbata)
1112

1213

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ group :development, :test do
2727
gem 'rack', '< 3.0'
2828
end
2929

30+
gem 'cgi'
3031
gem 'rack-cors'
3132
gem 'rack-test'
3233
gem 'rake'

grape-swagger.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Gem::Specification.new do |s|
1616

1717
s.required_ruby_version = '>= 3.1'
1818
s.add_dependency 'grape', '>= 1.7', '< 3.0'
19-
s.add_dependency 'rack-test', '~> 2'
2019

2120
s.files = Dir['lib/**/*', '*.md', 'LICENSE.txt', 'grape-swagger.gemspec']
2221
s.require_paths = ['lib']

0 commit comments

Comments
 (0)