This commit is contained in:
Jens Ulferts
2019-01-15 13:08:20 +01:00
parent 557f041285
commit e57ce58847
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ group :development, :test do
gem 'pry-byebug', '~> 3.6.0', platforms: [:mri]
gem 'pry-rails', '~> 0.3.6'
gem 'pry-rescue', '~> 1.4.5'
gem 'pry-rescue', '~> 1.5.0'
gem 'pry-stack_explorer', '~> 0.4.9.2'
end
+8 -8
View File
@@ -285,7 +285,7 @@ GEM
backports (3.11.3)
bcrypt (3.1.11)
bindata (2.4.4)
binding_of_caller (0.7.2)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootsnap (1.3.2)
msgpack (~> 1.0)
@@ -364,7 +364,7 @@ GEM
date_validator (0.9.0)
activemodel
activesupport
debug_inspector (0.0.2)
debug_inspector (0.0.3)
declarative (0.0.9)
declarative-builder (0.1.0)
declarative-option (< 0.2.0)
@@ -576,18 +576,18 @@ GEM
ttfunk (~> 1.5)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
pry (0.11.3)
pry (0.12.2)
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-rails (0.3.9)
pry (>= 0.10.4)
pry-rescue (1.4.5)
pry-rescue (1.5.0)
interception (>= 0.5)
pry
pry-stack_explorer (0.4.9.2)
pry (>= 0.12.0)
pry-stack_explorer (0.4.9.3)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (3.0.3)
@@ -928,7 +928,7 @@ DEPENDENCIES
prawn-table (~> 0.2.2)
pry-byebug (~> 3.6.0)
pry-rails (~> 0.3.6)
pry-rescue (~> 1.4.5)
pry-rescue (~> 1.5.0)
pry-stack_explorer (~> 0.4.9.2)
puma (~> 3.12.0)
rabl (~> 0.13.0)