diff --git a/Gemfile b/Gemfile index 9db4fd81..28024aad 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby '2.5.1' gem 'rake' gem 'thor' -gem 'pry', '~> 0.11.0' +gem 'pry', '~> 0.12.0' gem 'activesupport', '~> 5.2', require: false gem 'yajl-ruby', require: false gem 'html-pipeline' diff --git a/Gemfile.lock b/Gemfile.lock index 02d1cec2..b67e1442 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.1) + activesupport (5.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -17,8 +17,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.3) - daemons (1.2.6) + concurrent-ruby (1.1.4) + daemons (1.3.1) erubi (1.7.1) ethon (0.11.0) ffi (>= 1.3.0) @@ -31,7 +31,7 @@ GEM html-pipeline (2.9.1) activesupport (>= 2) nokogiri (>= 1.4) - i18n (1.1.1) + i18n (1.2.0) concurrent-ruby (~> 1.0) image_optim (0.26.3) exifr (~> 1.2, >= 1.2.2) @@ -39,28 +39,28 @@ GEM image_size (>= 1.5, < 3) in_threads (~> 1.3) progress (~> 3.0, >= 3.0.1) - image_optim_pack (0.5.1) + image_optim_pack (0.5.1.20181213) fspath (>= 2.1, < 4) image_optim (~> 0.19) image_size (2.0.0) in_threads (1.5.0) method_source (0.9.2) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) multi_json (1.13.1) mustermann (1.0.3) - net-sftp (2.1.3.rc2) - net-ssh (>= 2.6.5, < 5.0.0) - net-ssh (4.2.0) - newrelic_rpm (5.5.0.348) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + net-sftp (2.1.3.rc3) + net-ssh (>= 2.6.5, < 6.0.0) + net-ssh (5.0.2) + newrelic_rpm (5.6.0.349) + nokogiri (1.9.0) + mini_portile2 (~> 2.4.0) options (2.3.2) progress (3.5.0) progress_bar (1.3.0) highline (>= 1.6, < 3) options (~> 2.3.0) - pry (0.11.3) + pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) rack (2.0.6) @@ -69,10 +69,10 @@ GEM rack-ssl-enforcer (0.2.9) rack-test (1.1.0) rack (>= 1.0, < 3) - rake (12.3.1) + rake (12.3.2) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.0) + ffi (~> 1.0) rr (1.2.1) sass (3.7.2) sass-listen (~> 4.0.0) @@ -108,13 +108,13 @@ GEM rack (>= 1, < 3) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.8) - tty-pager (0.11.0) - strings (~> 0.1.0) - tty-screen (~> 0.6.4) - tty-which (~> 0.3.0) + tilt (2.0.9) + tty-pager (0.12.0) + strings (~> 0.1.4) + tty-screen (~> 0.6) + tty-which (~> 0.4) tty-screen (0.6.5) - tty-which (0.3.0) + tty-which (0.4.0) typhoeus (1.3.1) ethon (>= 0.9.0) tzinfo (1.2.5) @@ -143,7 +143,7 @@ DEPENDENCIES newrelic_rpm nokogiri progress_bar - pry (~> 0.11.0) + pry (~> 0.12.0) rack rack-ssl-enforcer rack-test