diff --git a/Gemfile b/Gemfile index c68879a..c2a5c95 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ group :development, :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '~> 2.13' gem 'selenium-webdriver' - gem 'better_errors' , '~> 2.4' + gem 'better_errors' , '~> 2.8' gem 'guard' , '~> 2.14' , '>= 2.14.1' gem 'guard-livereload' , '~> 2.5' , '>= 2.5.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 81cb4a2..f8cd971 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) bcrypt (3.1.13) - better_errors (2.5.1) + better_errors (2.8.0) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -64,7 +64,7 @@ GEM mime-types (>= 1.16) childprocess (1.0.1) rake (< 13.0) - coderay (1.1.2) + coderay (1.1.3) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -84,7 +84,7 @@ GEM em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - erubi (1.8.0) + erubi (1.10.0) eventmachine (1.2.7) execjs (2.7.0) ffi (1.11.1) @@ -152,7 +152,7 @@ GEM method_source (~> 0.9.0) public_suffix (3.1.0) puma (3.12.1) - rack (2.0.7) + rack (2.2.3) rack-protection (2.0.5) rack rack-test (1.1.0) @@ -255,7 +255,7 @@ PLATFORMS ruby DEPENDENCIES - better_errors (~> 2.4) + better_errors (~> 2.8) bulma-rails (~> 0.7.1) byebug capybara (~> 2.13)