Skip to content

Commit

Permalink
Update to Rails 6.1.7.10 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi authored Feb 19, 2025
1 parent 5e4acb0 commit 54509d6
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .bundler-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
ignore:
- CVE-2024-27456 # https://github.com/advisories/GHSA-785g-282q-pwvx (packaging issue with rack-cors)
- CVE-2024-54133 # https://github.com/rails/rails/security/advisories/GHSA-vfm5-rmrh-j26v (We don’t generate CSP from user input)
- CVE-2024-47889 # https://github.com/rails/rails/security/advisories/GHSA-h47h-mwp9-c6q6 (We don’t use block_format)
- CVE-2024-28103
- CVE-2024-41128
- CVE-2024-47887 # https://github.com/rails/rails/security/advisories/GHSA-vfg9-r3fq-jvx4 (We don’t use HTTP Token authentication)
- CVE-2024-47888 # https://github.com/rails/rails/security/advisories/GHSA-wwhv-wxv9-rpgw (We don’t use plain_text_for_blockquote_node)
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ gem 'rack-accept', require: 'rack/accept'
gem 'rack-canonical-host', '1.3.0'
gem 'rack-cors', require: 'rack/cors'
gem 'rack-ssl', require: 'rack/ssl'
gem 'rails', '6.1.7.7'
gem 'rails', '6.1.7.10'
gem 'rails-html-sanitizer', '~> 1.6'
gem 'ranked-model'
gem 'rexml', '~> 3.3'
gem 'sass-rails', '~> 5.1'
gem 'sentry-rails'
gem 'sentry-ruby'
gem 'sprockets', '3.7.2'
gem 'sprockets-es6'
gem 'sprockets-rails', '3.4.2'
gem 'turbolinks', '~> 5.2'
gem 'uglifier', '~> 3.2'
gem 'versionomy'
Expand Down
132 changes: 68 additions & 64 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.7)
actionpack (= 6.1.7.7)
activesupport (= 6.1.7.7)
actioncable (6.1.7.10)
actionpack (= 6.1.7.10)
activesupport (= 6.1.7.10)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.7)
actionpack (= 6.1.7.7)
activejob (= 6.1.7.7)
activerecord (= 6.1.7.7)
activestorage (= 6.1.7.7)
activesupport (= 6.1.7.7)
actionmailbox (6.1.7.10)
actionpack (= 6.1.7.10)
activejob (= 6.1.7.10)
activerecord (= 6.1.7.10)
activestorage (= 6.1.7.10)
activesupport (= 6.1.7.10)
mail (>= 2.7.1)
actionmailer (6.1.7.7)
actionpack (= 6.1.7.7)
actionview (= 6.1.7.7)
activejob (= 6.1.7.7)
activesupport (= 6.1.7.7)
actionmailer (6.1.7.10)
actionpack (= 6.1.7.10)
actionview (= 6.1.7.10)
activejob (= 6.1.7.10)
activesupport (= 6.1.7.10)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.7.7)
actionview (= 6.1.7.7)
activesupport (= 6.1.7.7)
actionpack (6.1.7.10)
actionview (= 6.1.7.10)
activesupport (= 6.1.7.10)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.7)
actionpack (= 6.1.7.7)
activerecord (= 6.1.7.7)
activestorage (= 6.1.7.7)
activesupport (= 6.1.7.7)
actiontext (6.1.7.10)
actionpack (= 6.1.7.10)
activerecord (= 6.1.7.10)
activestorage (= 6.1.7.10)
activesupport (= 6.1.7.10)
nokogiri (>= 1.8.5)
actionview (6.1.7.7)
activesupport (= 6.1.7.7)
actionview (6.1.7.10)
activesupport (= 6.1.7.10)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.7)
activesupport (= 6.1.7.7)
activejob (6.1.7.10)
activesupport (= 6.1.7.10)
globalid (>= 0.3.6)
activemodel (6.1.7.7)
activesupport (= 6.1.7.7)
activerecord (6.1.7.7)
activemodel (= 6.1.7.7)
activesupport (= 6.1.7.7)
activemodel (6.1.7.10)
activesupport (= 6.1.7.10)
activerecord (6.1.7.10)
activemodel (= 6.1.7.10)
activesupport (= 6.1.7.10)
activerecord_json_validator (3.1.0)
activerecord (>= 4.2.0, < 9)
json_schemer (~> 2.2)
activestorage (6.1.7.7)
actionpack (= 6.1.7.7)
activejob (= 6.1.7.7)
activerecord (= 6.1.7.7)
activesupport (= 6.1.7.7)
activestorage (6.1.7.10)
actionpack (= 6.1.7.10)
activejob (= 6.1.7.10)
activerecord (= 6.1.7.10)
activesupport (= 6.1.7.10)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.7)
activesupport (6.1.7.10)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -72,6 +72,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
base64 (0.2.0)
bcrypt (3.1.19)
bigdecimal (3.1.7)
blockenspiel (0.5.0)
Expand All @@ -82,7 +83,7 @@ GEM
activemodel (>= 3.0.0)
brakeman (6.1.2)
racc
builder (3.2.4)
builder (3.3.0)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
Expand All @@ -104,7 +105,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.1)
erubi (1.12.0)
erubi (1.13.1)
execjs (2.8.1)
factory_bot (6.4.5)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -140,22 +141,22 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
marcel (1.0.4)
method_source (1.1.0)
mini_check (0.3.0)
json
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
msgpack (1.7.2)
net-imap (0.4.19)
net-imap (0.5.6)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.3)
Expand Down Expand Up @@ -184,22 +185,22 @@ GEM
rack (>= 2.0.0)
rack-ssl (1.4.1)
rack
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails (6.1.7.7)
actioncable (= 6.1.7.7)
actionmailbox (= 6.1.7.7)
actionmailer (= 6.1.7.7)
actionpack (= 6.1.7.7)
actiontext (= 6.1.7.7)
actionview (= 6.1.7.7)
activejob (= 6.1.7.7)
activemodel (= 6.1.7.7)
activerecord (= 6.1.7.7)
activestorage (= 6.1.7.7)
activesupport (= 6.1.7.7)
rails (6.1.7.10)
actioncable (= 6.1.7.10)
actionmailbox (= 6.1.7.10)
actionmailer (= 6.1.7.10)
actionpack (= 6.1.7.10)
actiontext (= 6.1.7.10)
actionview (= 6.1.7.10)
activejob (= 6.1.7.10)
activemodel (= 6.1.7.10)
activerecord (= 6.1.7.10)
activestorage (= 6.1.7.10)
activesupport (= 6.1.7.10)
bundler (>= 1.15.0)
railties (= 6.1.7.7)
railties (= 6.1.7.10)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
Expand All @@ -213,14 +214,14 @@ GEM
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.3)
railties (6.1.7.7)
actionpack (= 6.1.7.7)
activesupport (= 6.1.7.7)
railties (6.1.7.10)
actionpack (= 6.1.7.10)
activesupport (= 6.1.7.10)
method_source
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
ranked-model (0.4.9)
activerecord (>= 5.2)
regexp_parser (2.10.0)
Expand Down Expand Up @@ -295,7 +296,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thor (1.3.1)
thor (1.3.2)
tilt (2.0.10)
timeout (0.4.3)
turbolinks (5.2.1)
Expand All @@ -312,7 +313,8 @@ GEM
blockenspiel (~> 0.5)
warden (1.2.9)
rack (>= 2.0.9)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.2)
Expand Down Expand Up @@ -345,7 +347,7 @@ DEPENDENCIES
rack-canonical-host (= 1.3.0)
rack-cors
rack-ssl
rails (= 6.1.7.7)
rails (= 6.1.7.10)
rails-html-sanitizer (~> 1.6)
rails_12factor
ranked-model
Expand All @@ -358,7 +360,9 @@ DEPENDENCIES
sentry-ruby
spring
spring-commands-rspec
sprockets (= 3.7.2)
sprockets-es6
sprockets-rails (= 3.4.2)
turbolinks (~> 5.2)
uglifier (~> 3.2)
versionomy
Expand Down

0 comments on commit 54509d6

Please sign in to comment.