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.
2 parents cdb8ebd + 2c28f61 commit 86f4e00Copy full SHA for 86f4e00
Gemfile
@@ -87,6 +87,8 @@ group :development do
87
# background. Read more: https://github.com/rails/spring
88
gem "spring"
89
gem "spring-watcher-listen", "~> 2.0.0"
90
+ # For robe completion
91
+ gem "webrick"
92
gem "yard"
93
end
94
Gemfile.lock
@@ -400,6 +400,7 @@ GEM
400
rack-proxy (>= 0.6.1)
401
railties (>= 5.2)
402
semantic_range (>= 2.3.0)
403
+ webrick (1.7.0)
404
websocket-driver (0.7.5)
405
websocket-extensions (>= 0.1.0)
406
websocket-extensions (0.1.5)
@@ -458,6 +459,7 @@ DEPENDENCIES
458
459
web-console (>= 3.3.0)
460
webdrivers
461
webpacker (~> 5.4)
462
+ webrick
463
yard
464
465
RUBY VERSION
0 commit comments