diff --git a/Gemfile b/Gemfile index 38afe19..65f4f1f 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development, :test do end group :development do - gem 'better_errors', '~> 2.1' + gem 'better_errors', '~> 2.8' gem 'listen', '>= 3.0.5', '< 3.2' gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index cedbe2c..66625df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM babel-source (>= 4.0, < 6) execjs (~> 2.0) bcrypt (3.1.13) - better_errors (2.3.0) + better_errors (2.8.0) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -71,7 +71,7 @@ GEM childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) climate_control (0.2.0) - coderay (1.1.1) + coderay (1.1.3) concurrent-ruby (1.1.5) connection_pool (2.2.1) crass (1.0.5) @@ -83,7 +83,7 @@ GEM responders warden (~> 1.2.3) diff-lcs (1.3) - erubi (1.9.0) + erubi (1.10.0) execjs (2.7.0) faker (1.9.1) i18n (>= 0.7) @@ -257,7 +257,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (~> 0.10.7) - better_errors (~> 2.1) + better_errors (~> 2.8) capybara (~> 3.9) devise execjs