1
0
Fork 0

Add gem "pry-doc"

This commit is contained in:
Alex Kotov 2018-12-07 19:44:42 +05:00
parent 5ddbd692d6
commit 88e5dd91b7
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
2 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,12 @@ gem 'bcrypt', '~> 3.1'
# Reduces boot times through caching; required in config/boot.rb.
gem 'bootsnap', '>= 1.1.0', require: false
# Provides extended documentation support for the REPL
# by means of improving the `show-doc` and `show-source` commands.
# With help of the plugin the commands are be able to display the source code
# and the docs of Ruby methods and classes implemented in C.
gem 'pry-doc', '~> 0.13'
# Use Pry as your Rails console.
gem 'pry-rails', '~> 0.3'

View File

@ -242,6 +242,9 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-doc (0.13.5)
pry (~> 0.11)
yard (~> 0.9.11)
pry-rails (0.3.8)
pry (>= 0.10.4)
public_suffix (3.0.3)
@ -450,6 +453,7 @@ DEPENDENCIES
omniauth (~> 1.8)
omniauth-github (~> 1.3)
pg (>= 0.18, < 2.0)
pry-doc (~> 0.13)
pry-rails (~> 0.3)
puma (~> 3.11)
pundit (~> 2.0)