Bump rails from 7.1.2 to 7.1.3
Bumps [rails](https://github.com/rails/rails) from 7.1.2 to 7.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.1.2...v7.1.3) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@ -37,7 +37,7 @@ gem 'proformaxml', '~> 1.2.0'
|
|||||||
gem 'prometheus_exporter'
|
gem 'prometheus_exporter'
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'pundit'
|
gem 'pundit'
|
||||||
gem 'rails', '~> 7.1.0'
|
gem 'rails', '~> 7.1.3'
|
||||||
gem 'rails_admin'
|
gem 'rails_admin'
|
||||||
gem 'rails-i18n'
|
gem 'rails-i18n'
|
||||||
gem 'rails-timeago'
|
gem 'rails-timeago'
|
||||||
|
112
Gemfile.lock
112
Gemfile.lock
@ -2,9 +2,9 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
abbrev (0.1.2)
|
abbrev (0.1.2)
|
||||||
actioncable (7.1.2)
|
actioncable (7.1.3)
|
||||||
actionpack (= 7.1.2)
|
actionpack (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
@ -12,29 +12,29 @@ GEM
|
|||||||
actioncable (>= 6.0)
|
actioncable (>= 6.0)
|
||||||
connection_pool (>= 2.2.5)
|
connection_pool (>= 2.2.5)
|
||||||
pg (~> 1.5)
|
pg (~> 1.5)
|
||||||
actionmailbox (7.1.2)
|
actionmailbox (7.1.3)
|
||||||
actionpack (= 7.1.2)
|
actionpack (= 7.1.3)
|
||||||
activejob (= 7.1.2)
|
activejob (= 7.1.3)
|
||||||
activerecord (= 7.1.2)
|
activerecord (= 7.1.3)
|
||||||
activestorage (= 7.1.2)
|
activestorage (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
actionmailer (7.1.2)
|
actionmailer (7.1.3)
|
||||||
actionpack (= 7.1.2)
|
actionpack (= 7.1.3)
|
||||||
actionview (= 7.1.2)
|
actionview (= 7.1.3)
|
||||||
activejob (= 7.1.2)
|
activejob (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.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.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (7.1.2)
|
actionpack (7.1.3)
|
||||||
actionview (= 7.1.2)
|
actionview (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
racc
|
racc
|
||||||
rack (>= 2.2.4)
|
rack (>= 2.2.4)
|
||||||
@ -42,39 +42,39 @@ GEM
|
|||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
actiontext (7.1.2)
|
actiontext (7.1.3)
|
||||||
actionpack (= 7.1.2)
|
actionpack (= 7.1.3)
|
||||||
activerecord (= 7.1.2)
|
activerecord (= 7.1.3)
|
||||||
activestorage (= 7.1.2)
|
activestorage (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.1.2)
|
actionview (7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (7.1.2)
|
activejob (7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.1.2)
|
activemodel (7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
activemodel-serializers-xml (1.0.2)
|
activemodel-serializers-xml (1.0.2)
|
||||||
activemodel (> 5.x)
|
activemodel (> 5.x)
|
||||||
activesupport (> 5.x)
|
activesupport (> 5.x)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (7.1.2)
|
activerecord (7.1.3)
|
||||||
activemodel (= 7.1.2)
|
activemodel (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (7.1.2)
|
activestorage (7.1.3)
|
||||||
actionpack (= 7.1.2)
|
actionpack (= 7.1.3)
|
||||||
activejob (= 7.1.2)
|
activejob (= 7.1.3)
|
||||||
activerecord (= 7.1.2)
|
activerecord (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (7.1.2)
|
activesupport (7.1.3)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
@ -126,7 +126,7 @@ GEM
|
|||||||
charlock_holmes (0.7.7)
|
charlock_holmes (0.7.7)
|
||||||
chronic (0.10.2)
|
chronic (0.10.2)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
concurrent-ruby (1.2.2)
|
concurrent-ruby (1.2.3)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
crack (0.4.5)
|
crack (0.4.5)
|
||||||
rexml
|
rexml
|
||||||
@ -248,7 +248,7 @@ GEM
|
|||||||
mini_magick (4.12.0)
|
mini_magick (4.12.0)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.5)
|
mini_portile2 (2.8.5)
|
||||||
minitest (5.20.0)
|
minitest (5.21.1)
|
||||||
mnemosyne-ruby (1.17.0)
|
mnemosyne-ruby (1.17.0)
|
||||||
activesupport (>= 4)
|
activesupport (>= 4)
|
||||||
bunny
|
bunny
|
||||||
@ -331,20 +331,20 @@ GEM
|
|||||||
rackup (2.1.0)
|
rackup (2.1.0)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
webrick (~> 1.8)
|
webrick (~> 1.8)
|
||||||
rails (7.1.2)
|
rails (7.1.3)
|
||||||
actioncable (= 7.1.2)
|
actioncable (= 7.1.3)
|
||||||
actionmailbox (= 7.1.2)
|
actionmailbox (= 7.1.3)
|
||||||
actionmailer (= 7.1.2)
|
actionmailer (= 7.1.3)
|
||||||
actionpack (= 7.1.2)
|
actionpack (= 7.1.3)
|
||||||
actiontext (= 7.1.2)
|
actiontext (= 7.1.3)
|
||||||
actionview (= 7.1.2)
|
actionview (= 7.1.3)
|
||||||
activejob (= 7.1.2)
|
activejob (= 7.1.3)
|
||||||
activemodel (= 7.1.2)
|
activemodel (= 7.1.3)
|
||||||
activerecord (= 7.1.2)
|
activerecord (= 7.1.3)
|
||||||
activestorage (= 7.1.2)
|
activestorage (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.1.2)
|
railties (= 7.1.3)
|
||||||
rails-controller-testing (1.0.5)
|
rails-controller-testing (1.0.5)
|
||||||
actionpack (>= 5.0.1.rc1)
|
actionpack (>= 5.0.1.rc1)
|
||||||
actionview (>= 5.0.1.rc1)
|
actionview (>= 5.0.1.rc1)
|
||||||
@ -368,9 +368,9 @@ GEM
|
|||||||
nested_form (~> 0.3)
|
nested_form (~> 0.3)
|
||||||
rails (>= 6.0, < 8)
|
rails (>= 6.0, < 8)
|
||||||
turbo-rails (~> 1.0)
|
turbo-rails (~> 1.0)
|
||||||
railties (7.1.2)
|
railties (7.1.3)
|
||||||
actionpack (= 7.1.2)
|
actionpack (= 7.1.3)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.3)
|
||||||
irb
|
irb
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
@ -610,7 +610,7 @@ DEPENDENCIES
|
|||||||
puma
|
puma
|
||||||
pundit
|
pundit
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.1.0)
|
rails (~> 7.1.3)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n
|
rails-i18n
|
||||||
rails-timeago
|
rails-timeago
|
||||||
|
Reference in New Issue
Block a user