Skip to content
Snippets Groups Projects
Unverified Commit cbf717a8 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

fix: Gemfile & Gemfile.lock to reduce vulnerabilities (#5399)

parent 16bf14f9
Branches
Tags
No related merge requests found
...@@ -43,7 +43,7 @@ group :development do ...@@ -43,7 +43,7 @@ group :development do
gem 'rubocop-performance', '~> 1.13', require: false gem 'rubocop-performance', '~> 1.13', require: false
gem 'rubocop-rails', '~> 2.18', '>= 2.18.0', require: false gem 'rubocop-rails', '~> 2.18', '>= 2.18.0', require: false
gem 'rubocop-rspec', '~> 2.9.0', require: false gem 'rubocop-rspec', '~> 2.9.0', require: false
gem 'web-console' gem 'web-console', '>= 4.2.1'
end end
group :test do group :test do
......
...@@ -437,7 +437,7 @@ GEM ...@@ -437,7 +437,7 @@ GEM
validate_url (1.0.15) validate_url (1.0.15)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
public_suffix public_suffix
web-console (4.2.0) web-console (4.2.1)
actionview (>= 6.0.0) actionview (>= 6.0.0)
activemodel (>= 6.0.0) activemodel (>= 6.0.0)
bindex (>= 0.4.0) bindex (>= 0.4.0)
...@@ -511,6 +511,6 @@ DEPENDENCIES ...@@ -511,6 +511,6 @@ DEPENDENCIES
shoulda-matchers (~> 5.0) shoulda-matchers (~> 5.0)
sprockets-rails sprockets-rails
tzinfo-data tzinfo-data
web-console web-console (>= 4.2.1)
webdrivers webdrivers
webmock webmock
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment