Bump web-console from 3.3.0 to 3.7.0
Bumps [web-console](https://github.com/rails/web-console) from 3.3.0 to 3.7.0. - [Release notes](https://github.com/rails/web-console/releases) - [Changelog](https://github.com/rails/web-console/blob/master/CHANGELOG.markdown) - [Commits](https://github.com/rails/web-console/compare/v3.3.0...v3.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
GitHub
parent
affd12a046
commit
e28fa4be3b
2
Gemfile
2
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"
|
||||
|
||||
13
Gemfile.lock
13
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)
|
||||
|
||||
Reference in New Issue
Block a user