diff --git a/Gemfile b/Gemfile index 48010e76c..b48e5bbb4 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ group :development do gem "rubocop-rspec", "~> 1.35.0", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false gem "scss_lint", "~> 0.59.0", require: false - gem "web-console", "~> 3.3.0" + gem "web-console", "~> 3.7.0" end eval_gemfile "./Gemfile_custom" diff --git a/Gemfile.lock b/Gemfile.lock index a6ce25805..dd9727ffd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,6 +89,7 @@ GEM html_tokenizer (~> 0.0.6) parser (>= 2.4) smart_properties + bindex (0.8.1) browser (2.5.3) builder (3.2.4) bullet (5.9.0) @@ -154,7 +155,6 @@ GEM daemons (1.3.1) dalli (2.7.6) database_cleaner (1.7.0) - debug_inspector (0.0.3) delayed_job (4.1.5) activesupport (>= 3.0, < 5.3) delayed_job_active_record (4.1.3) @@ -596,10 +596,11 @@ GEM wasabi (3.5.0) httpi (~> 2.0) nokogiri (>= 1.4.2) - web-console (3.3.0) - activemodel (>= 4.2) - debug_inspector - railties (>= 4.2) + web-console (3.7.0) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) webdrivers (4.3.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) @@ -707,7 +708,7 @@ DEPENDENCIES turbolinks (~> 5.2.1) turnout (~> 2.4.0) uglifier (~> 4.1.2) - web-console (~> 3.3.0) + web-console (~> 3.7.0) webdrivers (~> 4.3.0) whenever (~> 0.10.0) wicked_pdf (~> 2.1.0)