Skip to content

Commit 06975c8

Browse files
authored
Add webrick to support Ruby 3.x (#853)
1 parent 5e0af24 commit 06975c8

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
@@ -6,6 +6,7 @@
66
* [#846] (https://github.com/ruby-grape/grape-swagger/pull/846): Fixes oapi rake tasks, allows generating sepcs for different API versions.
77
* [#852](https://github.com/ruby-grape/grape-swagger/pull/852): Fix example to work without error - [@takahashim](https://github.com/takahashim)
88
* Your contribution here.
9+
* [#853](https://github.com/ruby-grape/grape-swagger/pull/853): Add webrick gem so that example works in Ruby 3.x - [@takahashim](https://github.com/takahashim)
910

1011
### 1.4.2 (October 22, 2021)
1112

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ group :development, :test do
2828
gem 'rdoc'
2929
gem 'rspec', '~> 3.9'
3030
gem 'rubocop', '~> 1.0', require: false
31+
gem 'webrick'
3132
end
3233

3334
group :test do

0 commit comments

Comments
 (0)