diff --git a/Gemfile b/Gemfile index 6a570ff..aeff2c6 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ group :development do gem 'spring-watcher-listen', '~> 2.0.0' #Make errors better looking - gem 'better_errors', '~> 2.5', '>= 2.5.1' + gem 'better_errors', '~> 2.8' #Guard is a command line tool to easily handle events on file system modifications. gem 'guard', '~> 2.15', '>= 2.15.1' diff --git a/Gemfile.lock b/Gemfile.lock index af03da7..91f1687 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM zeitwerk (~> 2.1, >= 2.1.8) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - better_errors (2.5.1) + better_errors (2.8.0) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -78,13 +78,13 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) childprocess (3.0.0) - coderay (1.1.2) + coderay (1.1.3) concurrent-ruby (1.1.5) crass (1.0.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - erubi (1.9.0) + erubi (1.10.0) eventmachine (1.2.7) ffi (1.11.1) formatador (0.2.5) @@ -123,7 +123,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.12.2) @@ -141,7 +143,7 @@ GEM method_source (~> 0.9.0) public_suffix (4.0.1) puma (3.12.1) - rack (2.0.7) + rack (2.2.3) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -243,7 +245,7 @@ PLATFORMS ruby DEPENDENCIES - better_errors (~> 2.5, >= 2.5.1) + better_errors (~> 2.8) bootsnap (>= 1.4.2) bulma-rails (~> 0.7.5) byebug