Skip to content

Commit

Permalink
Merge pull request #12 from openSUSE/dependabot/bundler/rails-7.1.3
Browse files Browse the repository at this point in the history
Bump rails from 7.1.2 to 7.1.3
  • Loading branch information
hellcp authored Feb 21, 2024
2 parents bf77efb + 8fbab57 commit 9c0c54b
Show file tree
Hide file tree
Showing 45 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
ruby '3.2.3'

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

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem 'sprockets-rails'
Expand Down
126 changes: 63 additions & 63 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (7.1.2)
actionpack (= 7.1.2)
activesupport (= 7.1.2)
actioncable (7.1.3)
actionpack (= 7.1.3)
activesupport (= 7.1.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.2)
actionpack (= 7.1.2)
activejob (= 7.1.2)
activerecord (= 7.1.2)
activestorage (= 7.1.2)
activesupport (= 7.1.2)
actionmailbox (7.1.3)
actionpack (= 7.1.3)
activejob (= 7.1.3)
activerecord (= 7.1.3)
activestorage (= 7.1.3)
activesupport (= 7.1.3)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.2)
actionpack (= 7.1.2)
actionview (= 7.1.2)
activejob (= 7.1.2)
activesupport (= 7.1.2)
actionmailer (7.1.3)
actionpack (= 7.1.3)
actionview (= 7.1.3)
activejob (= 7.1.3)
activesupport (= 7.1.3)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.2)
actionview (= 7.1.2)
activesupport (= 7.1.2)
actionpack (7.1.3)
actionview (= 7.1.3)
activesupport (= 7.1.3)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.2)
actionpack (= 7.1.2)
activerecord (= 7.1.2)
activestorage (= 7.1.2)
activesupport (= 7.1.2)
actiontext (7.1.3)
actionpack (= 7.1.3)
activerecord (= 7.1.3)
activestorage (= 7.1.3)
activesupport (= 7.1.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.2)
activesupport (= 7.1.2)
actionview (7.1.3)
activesupport (= 7.1.3)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.2)
activesupport (= 7.1.2)
activejob (7.1.3)
activesupport (= 7.1.3)
globalid (>= 0.3.6)
activemodel (7.1.2)
activesupport (= 7.1.2)
activerecord (7.1.2)
activemodel (= 7.1.2)
activesupport (= 7.1.2)
activemodel (7.1.3)
activesupport (= 7.1.3)
activerecord (7.1.3)
activemodel (= 7.1.3)
activesupport (= 7.1.3)
timeout (>= 0.4.0)
activestorage (7.1.2)
actionpack (= 7.1.2)
activejob (= 7.1.2)
activerecord (= 7.1.2)
activesupport (= 7.1.2)
activestorage (7.1.3)
actionpack (= 7.1.3)
activejob (= 7.1.3)
activerecord (= 7.1.3)
activesupport (= 7.1.3)
marcel (~> 1.0)
activesupport (7.1.2)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -84,7 +84,7 @@ GEM
execjs (~> 2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
bindata (2.4.15)
bindex (0.8.1)
bootsnap (1.17.1)
Expand All @@ -105,7 +105,7 @@ GEM
clockwork (3.0.2)
activesupport
tzinfo
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand Down Expand Up @@ -160,8 +160,8 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.1)
irb (1.11.1)
io-console (0.7.2)
irb (1.11.2)
rdoc
reline (>= 0.4.2)
jbuilder (2.11.5)
Expand Down Expand Up @@ -193,12 +193,12 @@ GEM
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.21.1)
minitest (5.22.2)
msgpack (1.7.2)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.9.1)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -208,7 +208,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
omniauth (2.1.2)
Expand Down Expand Up @@ -252,7 +252,7 @@ GEM
pundit (2.3.1)
activesupport (>= 3.0.0)
racc (1.7.3)
rack (3.0.8)
rack (3.0.9)
rack-oauth2 (2.2.1)
activesupport
attr_required
Expand All @@ -272,30 +272,30 @@ GEM
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.2)
actioncable (= 7.1.2)
actionmailbox (= 7.1.2)
actionmailer (= 7.1.2)
actionpack (= 7.1.2)
actiontext (= 7.1.2)
actionview (= 7.1.2)
activejob (= 7.1.2)
activemodel (= 7.1.2)
activerecord (= 7.1.2)
activestorage (= 7.1.2)
activesupport (= 7.1.2)
rails (7.1.3)
actioncable (= 7.1.3)
actionmailbox (= 7.1.3)
actionmailer (= 7.1.3)
actionpack (= 7.1.3)
actiontext (= 7.1.3)
actionview (= 7.1.3)
activejob (= 7.1.3)
activemodel (= 7.1.3)
activerecord (= 7.1.3)
activestorage (= 7.1.3)
activesupport (= 7.1.3)
bundler (>= 1.15.0)
railties (= 7.1.2)
railties (= 7.1.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.1.2)
actionpack (= 7.1.2)
activesupport (= 7.1.2)
railties (7.1.3)
actionpack (= 7.1.3)
activesupport (= 7.1.3)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -406,7 +406,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand Down Expand Up @@ -435,7 +435,7 @@ DEPENDENCIES
pg (~> 1.1)
puma (>= 5.0)
pundit (~> 2.3)
rails (~> 7.1.1)
rails (~> 7.1.3)
redis (>= 4.0.1)
rubocop
rubocop-capybara
Expand Down
Binary file removed vendor/cache/actioncable-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/actioncable-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/actionmailbox-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/actionmailbox-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/actionmailer-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/actiontext-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/actiontext-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/actionview-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/actionview-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/activejob-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/activejob-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/activestorage-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/activestorage-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/bigdecimal-3.1.5.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.1.6.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.2.2.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.2.3.gem
Binary file not shown.
Binary file removed vendor/cache/io-console-0.7.1.gem
Binary file not shown.
Binary file added vendor/cache/io-console-0.7.2.gem
Binary file not shown.
Binary file removed vendor/cache/irb-1.11.1.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.11.2.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.21.1.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.22.2.gem
Binary file not shown.
Binary file added vendor/cache/net-imap-0.4.10.gem
Binary file not shown.
Binary file removed vendor/cache/net-imap-0.4.9.1.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/rack-3.0.8.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.0.9.gem
Binary file not shown.
Binary file removed vendor/cache/rails-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/rails-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/railties-7.1.2.gem
Binary file not shown.
Binary file added vendor/cache/railties-7.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/zeitwerk-2.6.12.gem
Binary file not shown.
Binary file added vendor/cache/zeitwerk-2.6.13.gem
Binary file not shown.

0 comments on commit 9c0c54b

Please sign in to comment.