Browse Source

Update rails to 7.0.8.3 (#2446)

pull/2448/head v0.4.46
Rachael Booth 8 months ago committed by GitHub
parent
commit
6acf769f3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Gemfile
  2. 134
      Gemfile.lock

2
Gemfile

@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.4" ruby "3.1.4"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 7.0.2" gem "rails", "~> 7.0.8.3"
# Use postgresql as the database for Active Record # Use postgresql as the database for Active Record
gem "pg", "~> 1.1" gem "pg", "~> 1.1"
# Use Puma as the app server # Use Puma as the app server

134
Gemfile.lock

@ -1,67 +1,67 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.8.1) actioncable (7.0.8.3)
actionpack (= 7.0.8.1) actionpack (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.8.1) actionmailbox (7.0.8.3)
actionpack (= 7.0.8.1) actionpack (= 7.0.8.3)
activejob (= 7.0.8.1) activejob (= 7.0.8.3)
activerecord (= 7.0.8.1) activerecord (= 7.0.8.3)
activestorage (= 7.0.8.1) activestorage (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.8.1) actionmailer (7.0.8.3)
actionpack (= 7.0.8.1) actionpack (= 7.0.8.3)
actionview (= 7.0.8.1) actionview (= 7.0.8.3)
activejob (= 7.0.8.1) activejob (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.8.1) actionpack (7.0.8.3)
actionview (= 7.0.8.1) actionview (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
rack (~> 2.0, >= 2.2.4) rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.8.1) actiontext (7.0.8.3)
actionpack (= 7.0.8.1) actionpack (= 7.0.8.3)
activerecord (= 7.0.8.1) activerecord (= 7.0.8.3)
activestorage (= 7.0.8.1) activestorage (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.8.1) actionview (7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.8.1) activejob (7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.8.1) activemodel (7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
activerecord (7.0.8.1) activerecord (7.0.8.3)
activemodel (= 7.0.8.1) activemodel (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
activestorage (7.0.8.1) activestorage (7.0.8.3)
actionpack (= 7.0.8.1) actionpack (= 7.0.8.3)
activejob (= 7.0.8.1) activejob (= 7.0.8.3)
activerecord (= 7.0.8.1) activerecord (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.8.1) activesupport (7.0.8.3)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -124,7 +124,7 @@ GEM
launchy launchy
childprocess (5.0.0) childprocess (5.0.0)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.2.3) concurrent-ruby (1.3.1)
connection_pool (2.4.1) connection_pool (2.4.1)
crack (1.0.0) crack (1.0.0)
bigdecimal bigdecimal
@ -189,7 +189,7 @@ GEM
hashdiff (1.1.0) hashdiff (1.1.0)
html-attributes-utils (1.0.2) html-attributes-utils (1.0.2)
activesupport (>= 6.1.4.4) activesupport (>= 6.1.4.4)
i18n (1.14.1) i18n (1.14.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
iniparse (1.5.0) iniparse (1.5.0)
jmespath (1.6.2) jmespath (1.6.2)
@ -212,22 +212,22 @@ GEM
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
marcel (1.0.2) marcel (1.0.4)
matrix (0.4.2) matrix (0.4.2)
method_source (1.0.0) method_source (1.1.0)
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (5.22.2) minitest (5.23.1)
msgpack (1.7.2) msgpack (1.7.2)
net-imap (0.4.10) net-imap (0.4.12)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
net-protocol net-protocol
net-protocol (0.2.2) net-protocol (0.2.2)
timeout timeout
net-smtp (0.4.0.1) net-smtp (0.5.0)
net-protocol net-protocol
nio4r (2.7.0) nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin) nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin) nokogiri (1.16.5-x86_64-darwin)
@ -275,28 +275,28 @@ GEM
pundit (2.3.1) pundit (2.3.1)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.7.3) racc (1.8.0)
rack (2.2.8.1) rack (2.2.9)
rack-attack (6.7.0) rack-attack (6.7.0)
rack (>= 1.0, < 4) rack (>= 1.0, < 4)
rack-mini-profiler (2.3.4) rack-mini-profiler (2.3.4)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.8.1) rails (7.0.8.3)
actioncable (= 7.0.8.1) actioncable (= 7.0.8.3)
actionmailbox (= 7.0.8.1) actionmailbox (= 7.0.8.3)
actionmailer (= 7.0.8.1) actionmailer (= 7.0.8.3)
actionpack (= 7.0.8.1) actionpack (= 7.0.8.3)
actiontext (= 7.0.8.1) actiontext (= 7.0.8.3)
actionview (= 7.0.8.1) actionview (= 7.0.8.3)
activejob (= 7.0.8.1) activejob (= 7.0.8.3)
activemodel (= 7.0.8.1) activemodel (= 7.0.8.3)
activerecord (= 7.0.8.1) activerecord (= 7.0.8.3)
activestorage (= 7.0.8.1) activestorage (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.8.1) railties (= 7.0.8.3)
rails-dom-testing (2.2.0) rails-dom-testing (2.2.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
@ -304,15 +304,15 @@ GEM
rails-html-sanitizer (1.6.0) rails-html-sanitizer (1.6.0)
loofah (~> 2.21) loofah (~> 2.21)
nokogiri (~> 1.14) nokogiri (~> 1.14)
railties (7.0.8.1) railties (7.0.8.3)
actionpack (= 7.0.8.1) actionpack (= 7.0.8.3)
activesupport (= 7.0.8.1) activesupport (= 7.0.8.3)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.1.0) rake (13.2.1)
randexp (0.1.7) randexp (0.1.7)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
@ -410,7 +410,7 @@ GEM
stimulus-rails (1.3.3) stimulus-rails (1.3.3)
railties (>= 6.0.0) railties (>= 6.0.0)
strscan (3.1.0) strscan (3.1.0)
thor (1.3.0) thor (1.3.1)
timecop (0.9.8) timecop (0.9.8)
timeout (0.4.1) timeout (0.4.1)
tzinfo (2.0.6) tzinfo (2.0.6)
@ -440,7 +440,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.6.13) zeitwerk (2.6.15)
PLATFORMS PLATFORMS
arm64-darwin-21 arm64-darwin-21
@ -488,7 +488,7 @@ DEPENDENCIES
rack (>= 2.2.6.3) rack (>= 2.2.6.3)
rack-attack rack-attack
rack-mini-profiler (~> 2.0) rack-mini-profiler (~> 2.0)
rails (~> 7.0.2) rails (~> 7.0.8.3)
redis (~> 4.8) redis (~> 4.8)
roo roo
rspec-rails rspec-rails

Loading…
Cancel
Save