Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
- https://snyk.io/vuln/SNYK-RUBY-REXML-6861566
  • Loading branch information
snyk-bot committed May 17, 2024
1 parent f2785a7 commit e6b9857
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'doorkeeper', '~> 5.6.9'
gem 'repost', '~> 0.3.8'

gem 'lodash-rails'
gem 'react-rails', '>= 3.2.0'
gem 'react-rails', '>= 3.2.1'

gem 'rails_lti2_provider', git: 'https://github.com/blindsidenetworks/rails_lti2_provider.git', tag: '0.1.9'

Expand All @@ -72,8 +72,8 @@ group :development, :test do
end

group :development do
gem 'rubocop', '~> 1.54', require: false
gem 'rubocop-rails', '~> 2.24', '>= 2.24.0', require: false
gem 'rubocop', '~> 1.63', '>= 1.63.0', require: false
gem 'rubocop-rails', '~> 2.25', '>= 2.25.0', require: false
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'listen', '~> 3.0.5'
gem 'web-console', '>= 4.2.1'
Expand Down
49 changes: 27 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ GEM
domain_name (~> 0.5)
http-form_data (2.3.0)
httpclient (2.8.3)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand All @@ -200,7 +200,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.1)
json (2.7.2)
json-jwt (1.15.3.1)
activesupport (>= 4.2)
aes_key_wrap
Expand Down Expand Up @@ -230,13 +230,13 @@ GEM
net-pop
net-smtp
marcel (1.0.4)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.3)
mini_portile2 (2.8.6)
minitest (5.23.0)
minitest-stub_any_instance (1.0.3)
multi_json (1.15.0)
multipart-post (2.4.0)
multipart-post (2.4.1)
net-imap (0.4.10)
date
net-protocol
Expand All @@ -247,10 +247,10 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.3)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.15.6-x86_64-linux)
racc (~> 1.4)
oauth (0.5.14)
oauthenticator (1.4.1)
Expand All @@ -259,14 +259,14 @@ GEM
json
rack (>= 1.4, < 4.0)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
popper_js (1.16.1)
psych (5.1.2)
stringio
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -302,26 +302,27 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
react-rails (3.2.0)
react-rails (3.2.1)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
railties (>= 3.2)
tilt
redis (4.8.1)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
remote_syslog_logger (1.0.4)
syslog_protocol
repost (0.3.8)
request_store (1.6.0)
rack (>= 1.4)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -343,7 +344,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.62.1)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -354,9 +355,9 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-rails (2.24.1)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -391,6 +392,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringio (3.1.0)
strscan (3.1.0)
sync (0.5.0)
syslog_protocol (0.9.2)
term-ansicolor (1.7.2)
Expand Down Expand Up @@ -422,7 +424,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.13)
zeitwerk (2.6.14)

PLATFORMS
ruby
Expand Down Expand Up @@ -457,14 +459,14 @@ DEPENDENCIES
rails (~> 6.1)
rails_lti2_provider!
rdoc
react-rails (>= 3.2.0)
react-rails (>= 3.2.1)
redis (~> 4.2)
remote_syslog_logger
repost (~> 0.3.8)
rspec
rspec-rails (>= 6.1.2)
rubocop (~> 1.54)
rubocop-rails (~> 2.24, >= 2.24.0)
rubocop (~> 1.63, >= 1.63.0)
rubocop-rails (~> 2.25, >= 2.25.0)
sass-rails (>= 6.0.0)
simple_oauth!
spring
Expand All @@ -474,3 +476,6 @@ DEPENDENCIES
tzinfo-data
web-console (>= 4.2.1)
webmock

BUNDLED WITH
2.1.4

0 comments on commit e6b9857

Please sign in to comment.