Skip to content

Commit

Permalink
Bump web-console from 2.3.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [web-console](https://github.com/rails/web-console) from 2.3.0 to 3.3.0.
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/master/CHANGELOG.markdown)
- [Commits](rails/web-console@v2.3.0...v3.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Oct 19, 2018
1 parent 7c7411f commit b64c5c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -181,7 +181,7 @@ group :development do
gem 'bullet'

# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
gem 'web-console', '~> 3.3'
end

group :test do
Expand Down
15 changes: 6 additions & 9 deletions Gemfile.lock
Expand Up @@ -83,8 +83,6 @@ GEM
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap-datepicker-rails (1.6.4.1)
railties (>= 3.0)
bootstrap-sass (3.3.6)
Expand Down Expand Up @@ -165,7 +163,7 @@ GEM
css_parser (1.6.0)
addressable
daemons (1.2.6)
debug_inspector (0.0.2)
debug_inspector (0.0.3)
deep_merge (1.0.1)
deface (1.2.0)
nokogiri (~> 1.6)
Expand Down Expand Up @@ -598,11 +596,10 @@ GEM
equalizer (~> 0.0, >= 0.0.9)
warden (1.2.6)
rack (>= 1.0)
web-console (2.3.0)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
web-console (3.3.0)
activemodel (>= 4.2)
debug_inspector
railties (>= 4.2)
xpath (2.0.0)
nokogiri (~> 1.3)

Expand Down Expand Up @@ -726,7 +723,7 @@ DEPENDENCIES
twitter-bootstrap-rails-confirm
uglifier (>= 1.3.0)
unicorn
web-console (~> 2.0)
web-console (~> 3.3)

RUBY VERSION
ruby 2.3.7p456
Expand Down

0 comments on commit b64c5c8

Please sign in to comment.