We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffebee commit 2c28f61Copy full SHA for 2c28f61
Gemfile
@@ -82,6 +82,8 @@ group :development do
82
# background. Read more: https://github.com/rails/spring
83
gem "spring"
84
gem "spring-watcher-listen", "~> 2.0.0"
85
+ # For robe completion
86
+ gem "webrick"
87
gem "yard"
88
end
89
Gemfile.lock
@@ -367,6 +367,7 @@ GEM
367
rack-proxy (>= 0.6.1)
368
railties (>= 5.2)
369
semantic_range (>= 2.3.0)
370
+ webrick (1.7.0)
371
websocket-driver (0.7.4)
372
websocket-extensions (>= 0.1.0)
373
websocket-extensions (0.1.5)
@@ -422,6 +423,7 @@ DEPENDENCIES
422
423
web-console (>= 3.3.0)
424
webdrivers
425
webpacker (~> 5.4)
426
+ webrick
427
yard
428
429
RUBY VERSION
0 commit comments