21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-27 22:40:49 +02:00

More debug gems

This commit is contained in:
Colin Darie 2018-05-23 17:57:56 +02:00
parent b8a4628ad9
commit cd4286d023
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
2 changed files with 18 additions and 1 deletions

View file

@ -39,7 +39,9 @@ gem 'bootsnap', '>= 1.1.0', require: false
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'binding_of_caller'
gem 'pry-byebug'
gem 'pry-rails'
end
group :development do

View file

@ -55,6 +55,8 @@ GEM
ast (2.4.0)
bcrypt (3.1.12)
bindex (0.5.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.3.0)
msgpack (~> 1.0)
builder (3.2.3)
@ -89,8 +91,10 @@ GEM
chromedriver-helper (1.2.0)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
coderay (1.1.2)
concurrent-ruby (1.0.5)
crass (1.0.4)
debug_inspector (0.0.3)
devise (4.4.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
@ -140,6 +144,14 @@ GEM
parser (2.5.1.0)
ast (~> 2.4.0)
powerpack (0.1.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.2)
puma (3.11.4)
rack (2.0.5)
@ -255,6 +267,7 @@ PLATFORMS
DEPENDENCIES
annotate
bcrypt (~> 3.1.7)
binding_of_caller
bootsnap (>= 1.1.0)
byebug
capistrano (~> 3.10)
@ -268,6 +281,8 @@ DEPENDENCIES
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
mysql2 (>= 0.4.4, < 0.6.0)
pry-byebug
pry-rails
puma (~> 3.11)
rails (~> 5.2.0)
rails-i18n (~> 5.1)