Skip to content

Commit 152035b

Browse files
authored
Add webrick to development dependencies (#1301)
`ri`'s server mode requires webrick to be installed. Since webrick has become a bundled gem a while ago, it's required to have it in the development dependencies explicitly.
1 parent 0b02182 commit 152035b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ gem 'test-unit-ruby-core'
1010
gem 'rubocop', '>= 1.31.0'
1111
gem 'gettext'
1212
gem 'prism', '>= 0.30.0'
13+
gem 'webrick'

0 commit comments

Comments
 (0)