diff --git a/Gemfile b/Gemfile index 8b6ad4a..929a5a6 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ group :development do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' - gem 'better_errors', '~> 2.5' + gem 'better_errors', '~> 2.9' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index e597576..5c4ebcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM arel (9.0.0) autoprefixer-rails (9.4.10.2) execjs - better_errors (2.5.1) + better_errors (2.9.1) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -75,7 +75,7 @@ GEM chromedriver-helper (2.1.0) archive-zip (~> 0.10) nokogiri (~> 1.8) - coderay (1.1.2) + coderay (1.1.3) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -86,7 +86,7 @@ GEM concurrent-ruby (1.1.5) crass (1.0.4) diff-lcs (1.3) - erubi (1.8.0) + erubi (1.10.0) execjs (2.7.0) faker (1.9.3) i18n (>= 0.7) @@ -146,7 +146,9 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -174,7 +176,7 @@ GEM method_source (~> 0.9.0) public_suffix (3.0.3) puma (3.12.0) - rack (2.0.6) + rack (2.2.3) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -306,7 +308,7 @@ PLATFORMS DEPENDENCIES autoprefixer-rails - better_errors (~> 2.5) + better_errors (~> 2.9) bootsnap (>= 1.1.0) bootstrap (~> 4.3.1) byebug