Skip to content

Commit

Permalink
Bump rails from 7.0.8.1 to 7.1.3.3
Browse files Browse the repository at this point in the history
Bumps [rails](https://github.com/rails/rails) from 7.0.8.1 to 7.1.3.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.0.8.1...v7.1.3.3)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 1907921 commit 7c3b7e8
Show file tree
Hide file tree
Showing 49 changed files with 92 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# 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
164 changes: 91 additions & 73 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.3)
actionpack (= 7.1.3.3)
activesupport (= 7.1.3.3)
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.3)
actionpack (= 7.1.3.3)
activejob (= 7.1.3.3)
activerecord (= 7.1.3.3)
activestorage (= 7.1.3.3)
activesupport (= 7.1.3.3)
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.3)
actionpack (= 7.1.3.3)
actionview (= 7.1.3.3)
activejob (= 7.1.3.3)
activesupport (= 7.1.3.3)
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.3)
actionview (= 7.1.3.3)
activesupport (= 7.1.3.3)
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.3)
actionpack (= 7.1.3.3)
activerecord (= 7.1.3.3)
activestorage (= 7.1.3.3)
activesupport (= 7.1.3.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.8.1)
activesupport (= 7.0.8.1)
actionview (7.1.3.3)
activesupport (= 7.1.3.3)
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.3)
activesupport (= 7.1.3.3)
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.3)
activesupport (= 7.1.3.3)
activerecord (7.1.3.3)
activemodel (= 7.1.3.3)
activesupport (= 7.1.3.3)
timeout (>= 0.4.0)
activestorage (7.1.3.3)
actionpack (= 7.1.3.3)
activejob (= 7.1.3.3)
activerecord (= 7.1.3.3)
activesupport (= 7.1.3.3)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.8.1)
activesupport (7.1.3.3)
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.8)
bindata (2.5.0)
bindex (0.8.1)
bootsnap (1.16.0)
Expand All @@ -107,7 +117,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
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,18 +191,18 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
minitest (5.23.1)
msgpack (1.7.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -200,7 +211,7 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nio4r (2.7.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -240,8 +251,8 @@ GEM
nio4r (~> 2.0)
pundit (2.3.2)
activesupport (>= 3.0.0)
racc (1.7.3)
rack (2.2.9)
racc (1.8.0)
rack (3.0.11)
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.3)
actioncable (= 7.1.3.3)
actionmailbox (= 7.1.3.3)
actionmailer (= 7.1.3.3)
actionpack (= 7.1.3.3)
actiontext (= 7.1.3.3)
actionview (= 7.1.3.3)
activejob (= 7.1.3.3)
activemodel (= 7.1.3.3)
activerecord (= 7.1.3.3)
activestorage (= 7.1.3.3)
activesupport (= 7.1.3.3)
bundler (>= 1.15.0)
railties (= 7.0.8.1)
railties (= 7.1.3.3)
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.3)
actionpack (= 7.1.3.3)
activesupport (= 7.1.3.3)
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 @@ -406,13 +423,14 @@ 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)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
zeitwerk (2.6.15)

PLATFORMS
ruby
Expand All @@ -438,7 +456,7 @@ DEPENDENCIES
pg (~> 1.5)
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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.1.8.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.2.3.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.3.1.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 removed vendor/cache/minitest-5.22.3.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.23.1.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/net-imap-0.4.10.gem
Binary file not shown.
Binary file added vendor/cache/net-imap-0.4.11.gem
Binary file not shown.
Binary file removed vendor/cache/nio4r-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/nio4r-2.7.3.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.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.11.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.3.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.3.gem
Binary file not shown.
Binary file added vendor/cache/webrick-1.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/zeitwerk-2.6.13.gem
Binary file not shown.
Binary file added vendor/cache/zeitwerk-2.6.15.gem
Binary file not shown.

0 comments on commit 7c3b7e8

Please sign in to comment.