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

Bump rails from 7.0.5 to 7.1.3.2 #167

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.1.5'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.0.8'
gem 'rails', '~> 7.1.3'

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem 'sprockets-rails'
Expand Down
152 changes: 85 additions & 67 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,70 +1,79 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
actioncable (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.3.2)
actionpack (= 7.1.3.2)
activejob (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.8.1)
actionpack (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activesupport (= 7.0.8.1)
actionmailer (7.1.3.2)
actionpack (= 7.1.3.2)
actionview (= 7.1.3.2)
activejob (= 7.1.3.2)
activesupport (= 7.1.3.2)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.8.1)
actionview (= 7.0.8.1)
activesupport (= 7.0.8.1)
rack (~> 2.0, >= 2.2.4)
rails-dom-testing (~> 2.2)
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.8.1)
actionpack (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.3.2)
actionpack (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.8.1)
activesupport (= 7.0.8.1)
actionview (7.1.3.2)
activesupport (= 7.1.3.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.8.1)
activesupport (= 7.0.8.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.3.2)
activesupport (= 7.1.3.2)
globalid (>= 0.3.6)
activemodel (7.0.8.1)
activesupport (= 7.0.8.1)
activerecord (7.0.8.1)
activemodel (= 7.0.8.1)
activesupport (= 7.0.8.1)
activestorage (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activesupport (= 7.0.8.1)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
timeout (>= 0.4.0)
activestorage (7.1.3.2)
actionpack (= 7.1.3.2)
activejob (= 7.1.3.2)
activerecord (= 7.1.3.2)
activesupport (= 7.1.3.2)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.8.1)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
Expand All @@ -90,6 +99,7 @@ GEM
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bigdecimal (3.1.7)
bindata (2.5.0)
bindex (0.8.1)
bootsnap (1.16.0)
Expand All @@ -116,6 +126,7 @@ GEM
reline (>= 0.3.1)
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.2.1)
erubi (1.12.0)
execjs (2.9.1)
faker (3.2.0)
Expand Down Expand Up @@ -180,7 +191,6 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
Expand All @@ -189,6 +199,7 @@ GEM
mini_portile2 (2.8.6)
minitest (5.22.3)
msgpack (1.7.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
Expand Down Expand Up @@ -241,7 +252,7 @@ GEM
pundit (2.3.0)
activesupport (>= 3.0.0)
racc (1.7.3)
rack (2.2.9)
rack (3.0.10)
rack-oauth2 (2.2.0)
activesupport
attr_required
Expand All @@ -251,36 +262,42 @@ GEM
rack (>= 2.1.0)
rack-protection (3.0.6)
rack
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8.1)
actioncable (= 7.0.8.1)
actionmailbox (= 7.0.8.1)
actionmailer (= 7.0.8.1)
actionpack (= 7.0.8.1)
actiontext (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activemodel (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.3.2)
actioncable (= 7.1.3.2)
actionmailbox (= 7.1.3.2)
actionmailer (= 7.1.3.2)
actionpack (= 7.1.3.2)
actiontext (= 7.1.3.2)
actionview (= 7.1.3.2)
activejob (= 7.1.3.2)
activemodel (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
bundler (>= 1.15.0)
railties (= 7.0.8.1)
railties (= 7.1.3.2)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
method_source
railties (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
redis-client (0.17.0)
Expand Down Expand Up @@ -404,6 +421,7 @@ GEM
activesupport
faraday (~> 2.0)
faraday-follow_redirects
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -436,7 +454,7 @@ DEPENDENCIES
pg (~> 1.4)
puma (~> 6.4)
pundit (~> 2.3)
rails (~> 7.0.8)
rails (~> 7.1.3)
rspec-rails
rubocop
rubocop-rails
Expand Down
Binary file removed vendor/cache/actioncable-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/actioncable-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/actionmailbox-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/actionmailbox-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/actionmailer-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/actiontext-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/actiontext-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/actionview-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/actionview-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/activejob-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/activejob-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/activestorage-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/activestorage-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.1.7.gem
Binary file not shown.
Binary file added vendor/cache/drb-2.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/method_source-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/mutex_m-0.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.9.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.0.10.gem
Binary file not shown.
Binary file added vendor/cache/rack-session-2.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rackup-2.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/rails-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/rails-7.1.3.2.gem
Binary file not shown.
Binary file removed vendor/cache/railties-7.0.8.1.gem
Binary file not shown.
Binary file added vendor/cache/railties-7.1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/webrick-1.8.1.gem
Binary file not shown.
Loading