Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #169

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ group :development do
gem 'listen', '~> 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'rubocop'
gem 'rubocop-rails', '>= 2.21.1'
gem 'rubocop-rspec'
gem 'rubocop-performance'
gem 'rubocop', '>= 1.56.4'
gem 'rubocop-rails', '>= 2.21.2'
gem 'rubocop-rspec', '>= 2.24.0'
gem 'rubocop-performance', '>= 1.19.1'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
75 changes: 39 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.1.1)
bigdecimal (3.1.4)
base64 (0.2.0)
bigdecimal (3.1.8)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
cgi (0.3.6)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
database_cleaner (1.99.0)
Expand All @@ -107,23 +107,22 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
drb (2.1.1)
ruby2_keywords
drb (2.2.1)
erb (2.2.3)
cgi
erubi (1.12.0)
ffi (1.15.5)
globalid (1.2.1)
activesupport (>= 6.1)
hirb (0.7.3)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.8.1)
rdoc
reline (>= 0.3.8)
jmespath (1.6.2)
json (2.6.3)
json (2.7.2)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -138,9 +137,9 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
minitest (5.20.0)
minitest (5.23.0)
msgpack (1.7.2)
mutex_m (0.1.2)
mutex_m (0.2.0)
net-imap (0.4.0)
date
net-protocol
Expand All @@ -153,17 +152,17 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.4)
psych (5.1.0)
stringio
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
rack (3.0.8)
racc (1.7.3)
rack (3.0.11)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-session (2.0.0)
Expand Down Expand Up @@ -209,55 +208,59 @@ GEM
ffi (~> 1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
regexp_parser (2.9.2)
reline (0.3.9)
io-console (~> 0.5)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rgeo (3.0.0)
rgeo-activerecord (7.0.1)
activerecord (>= 5.0)
rgeo (>= 1.0.0)
rollbar (3.4.0)
rubocop (1.56.3)
base64 (~> 0.1.1)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.21.1)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
site24x7_apminsight (1.8.7)
spring (4.1.1)
sqlite3 (1.6.4-x86_64-linux)
stringio (3.0.8)
strscan (3.1.0)
thor (1.2.2)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand All @@ -283,10 +286,10 @@ DEPENDENCIES
rack-cors
rails (~> 7.1.0)
rollbar
rubocop
rubocop-performance
rubocop-rails (>= 2.21.1)
rubocop-rspec
rubocop (>= 1.56.4)
rubocop-performance (>= 1.19.1)
rubocop-rails (>= 2.21.2)
rubocop-rspec (>= 2.24.0)
site24x7_apminsight (~> 1.8, >= 1.8.7)
spring
sqlite3 (~> 1.4)
Expand Down