Update dependency pry to ~> 0.14.0

pull/1563/head
Renovate Bot 4 years ago
parent 77efe8103a
commit f9624b5bd2
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

@ -3,7 +3,7 @@ ruby '~> 2.6.0'
gem 'rake' gem 'rake'
gem 'thor' gem 'thor'
gem 'pry', '~> 0.12.0' gem 'pry', '~> 0.14.0'
gem 'activesupport', '~> 5.2', require: false gem 'activesupport', '~> 5.2', require: false
gem 'yajl-ruby', require: false gem 'yajl-ruby', require: false
gem 'html-pipeline' gem 'html-pipeline'

@ -13,7 +13,7 @@ GEM
rack (>= 0.9.0) rack (>= 0.9.0)
browser (2.6.1) browser (2.6.1)
chunky_png (1.3.11) chunky_png (1.3.11)
coderay (1.1.2) coderay (1.1.3)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
@ -45,7 +45,7 @@ GEM
image_optim (~> 0.19) image_optim (~> 0.19)
image_size (2.0.2) image_size (2.0.2)
in_threads (1.5.3) in_threads (1.5.3)
method_source (0.9.2) method_source (1.0.0)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.14.4) minitest (5.14.4)
multi_json (1.13.1) multi_json (1.13.1)
@ -61,9 +61,9 @@ GEM
progress_bar (1.3.0) progress_bar (1.3.0)
highline (>= 1.6, < 3) highline (>= 1.6, < 3)
options (~> 2.3.0) options (~> 2.3.0)
pry (0.12.2) pry (0.14.1)
coderay (~> 1.1.0) coderay (~> 1.1)
method_source (~> 0.9.0) method_source (~> 1.0)
rack (2.0.7) rack (2.0.7)
rack-protection (2.0.7) rack-protection (2.0.7)
rack rack
@ -148,7 +148,7 @@ DEPENDENCIES
newrelic_rpm newrelic_rpm
nokogiri nokogiri
progress_bar progress_bar
pry (~> 0.12.0) pry (~> 0.14.0)
rack rack
rack-ssl-enforcer rack-ssl-enforcer
rack-test rack-test

Loading…
Cancel
Save