mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Bump rails to 6.1.7.9 (#433)
This commit is contained in:
committed by
GitHub
parent
30dc40e58d
commit
054633404c
2
Gemfile
2
Gemfile
@@ -5,7 +5,7 @@ ruby '3.0.6'
|
|||||||
|
|
||||||
gem 'rake', '12.3.3'
|
gem 'rake', '12.3.3'
|
||||||
|
|
||||||
gem 'rails', '6.1.7.8'
|
gem 'rails', '6.1.7.9'
|
||||||
|
|
||||||
gem 'pg', '1.3.5'
|
gem 'pg', '1.3.5'
|
||||||
|
|
||||||
|
|||||||
136
Gemfile.lock
136
Gemfile.lock
@@ -1,60 +1,60 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.1.7.8)
|
actioncable (6.1.7.9)
|
||||||
actionpack (= 6.1.7.8)
|
actionpack (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.1.7.8)
|
actionmailbox (6.1.7.9)
|
||||||
actionpack (= 6.1.7.8)
|
actionpack (= 6.1.7.9)
|
||||||
activejob (= 6.1.7.8)
|
activejob (= 6.1.7.9)
|
||||||
activerecord (= 6.1.7.8)
|
activerecord (= 6.1.7.9)
|
||||||
activestorage (= 6.1.7.8)
|
activestorage (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.1.7.8)
|
actionmailer (6.1.7.9)
|
||||||
actionpack (= 6.1.7.8)
|
actionpack (= 6.1.7.9)
|
||||||
actionview (= 6.1.7.8)
|
actionview (= 6.1.7.9)
|
||||||
activejob (= 6.1.7.8)
|
activejob (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (6.1.7.8)
|
actionpack (6.1.7.9)
|
||||||
actionview (= 6.1.7.8)
|
actionview (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
rack (~> 2.0, >= 2.0.9)
|
rack (~> 2.0, >= 2.0.9)
|
||||||
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 (6.1.7.8)
|
actiontext (6.1.7.9)
|
||||||
actionpack (= 6.1.7.8)
|
actionpack (= 6.1.7.9)
|
||||||
activerecord (= 6.1.7.8)
|
activerecord (= 6.1.7.9)
|
||||||
activestorage (= 6.1.7.8)
|
activestorage (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.1.7.8)
|
actionview (6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
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 (6.1.7.8)
|
activejob (6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.1.7.8)
|
activemodel (6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
activerecord (6.1.7.8)
|
activerecord (6.1.7.9)
|
||||||
activemodel (= 6.1.7.8)
|
activemodel (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
activestorage (6.1.7.8)
|
activestorage (6.1.7.9)
|
||||||
actionpack (= 6.1.7.8)
|
actionpack (= 6.1.7.9)
|
||||||
activejob (= 6.1.7.8)
|
activejob (= 6.1.7.9)
|
||||||
activerecord (= 6.1.7.8)
|
activerecord (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
mini_mime (>= 1.1.0)
|
||||||
activesupport (6.1.7.8)
|
activesupport (6.1.7.9)
|
||||||
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)
|
||||||
@@ -82,12 +82,12 @@ GEM
|
|||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
regexp_parser (>= 1.5, < 3.0)
|
regexp_parser (>= 1.5, < 3.0)
|
||||||
xpath (~> 3.2)
|
xpath (~> 3.2)
|
||||||
concurrent-ruby (1.3.3)
|
concurrent-ruby (1.3.4)
|
||||||
connection_pool (2.2.5)
|
connection_pool (2.2.5)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
cssbundling-rails (1.1.2)
|
cssbundling-rails (1.1.2)
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
date (3.3.4)
|
date (3.4.0)
|
||||||
devise (4.7.3)
|
devise (4.7.3)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
@@ -110,7 +110,7 @@ GEM
|
|||||||
httparty (0.21.0)
|
httparty (0.21.0)
|
||||||
mini_mime (>= 1.0.0)
|
mini_mime (>= 1.0.0)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (1.14.5)
|
i18n (1.14.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-js (3.9.2)
|
i18n-js (3.9.2)
|
||||||
i18n (>= 0.6.6)
|
i18n (>= 0.6.6)
|
||||||
@@ -136,7 +136,7 @@ GEM
|
|||||||
listen (3.5.1)
|
listen (3.5.1)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
loofah (2.22.0)
|
loofah (2.23.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.12.0)
|
||||||
mail (2.8.1)
|
mail (2.8.1)
|
||||||
@@ -149,10 +149,10 @@ GEM
|
|||||||
method_source (1.1.0)
|
method_source (1.1.0)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.7)
|
mini_portile2 (2.8.7)
|
||||||
minitest (5.24.1)
|
minitest (5.25.1)
|
||||||
msgpack (1.5.2)
|
msgpack (1.5.2)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
net-imap (0.4.14)
|
net-imap (0.4.17)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-pop (0.1.2)
|
net-pop (0.1.2)
|
||||||
@@ -161,8 +161,8 @@ GEM
|
|||||||
timeout
|
timeout
|
||||||
net-smtp (0.5.0)
|
net-smtp (0.5.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
nio4r (2.7.3)
|
nio4r (2.7.4)
|
||||||
nokogiri (1.16.6)
|
nokogiri (1.16.7)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
@@ -172,28 +172,28 @@ GEM
|
|||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
pundit (2.2.0)
|
pundit (2.2.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
racc (1.8.0)
|
racc (1.8.1)
|
||||||
rack (2.2.9)
|
rack (2.2.10)
|
||||||
rack-attack (6.7.0)
|
rack-attack (6.7.0)
|
||||||
rack (>= 1.0, < 4)
|
rack (>= 1.0, < 4)
|
||||||
rack-cors (2.0.2)
|
rack-cors (2.0.2)
|
||||||
rack (>= 2.0.0)
|
rack (>= 2.0.0)
|
||||||
rack-test (2.1.0)
|
rack-test (2.1.0)
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rails (6.1.7.8)
|
rails (6.1.7.9)
|
||||||
actioncable (= 6.1.7.8)
|
actioncable (= 6.1.7.9)
|
||||||
actionmailbox (= 6.1.7.8)
|
actionmailbox (= 6.1.7.9)
|
||||||
actionmailer (= 6.1.7.8)
|
actionmailer (= 6.1.7.9)
|
||||||
actionpack (= 6.1.7.8)
|
actionpack (= 6.1.7.9)
|
||||||
actiontext (= 6.1.7.8)
|
actiontext (= 6.1.7.9)
|
||||||
actionview (= 6.1.7.8)
|
actionview (= 6.1.7.9)
|
||||||
activejob (= 6.1.7.8)
|
activejob (= 6.1.7.9)
|
||||||
activemodel (= 6.1.7.8)
|
activemodel (= 6.1.7.9)
|
||||||
activerecord (= 6.1.7.8)
|
activerecord (= 6.1.7.9)
|
||||||
activestorage (= 6.1.7.8)
|
activestorage (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 6.1.7.8)
|
railties (= 6.1.7.9)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.2.0)
|
rails-dom-testing (2.2.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
@@ -202,9 +202,9 @@ 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 (6.1.7.8)
|
railties (6.1.7.9)
|
||||||
actionpack (= 6.1.7.8)
|
actionpack (= 6.1.7.9)
|
||||||
activesupport (= 6.1.7.8)
|
activesupport (= 6.1.7.9)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0)
|
||||||
@@ -263,14 +263,14 @@ GEM
|
|||||||
sprockets (4.2.1)
|
sprockets (4.2.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (>= 2.2.4, < 4)
|
rack (>= 2.2.4, < 4)
|
||||||
sprockets-rails (3.5.1)
|
sprockets-rails (3.5.2)
|
||||||
actionpack (>= 6.1)
|
actionpack (>= 6.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
stripe (11.2.0)
|
stripe (11.2.0)
|
||||||
thor (1.3.1)
|
thor (1.3.2)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
timeout (0.4.1)
|
timeout (0.4.2)
|
||||||
turbolinks (5.2.1)
|
turbolinks (5.2.1)
|
||||||
turbolinks-source (~> 5.2)
|
turbolinks-source (~> 5.2)
|
||||||
turbolinks-source (5.2.0)
|
turbolinks-source (5.2.0)
|
||||||
@@ -289,7 +289,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.16)
|
zeitwerk (2.6.18)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@@ -313,7 +313,7 @@ DEPENDENCIES
|
|||||||
pundit (= 2.2.0)
|
pundit (= 2.2.0)
|
||||||
rack-attack (= 6.7.0)
|
rack-attack (= 6.7.0)
|
||||||
rack-cors (= 2.0.2)
|
rack-cors (= 2.0.2)
|
||||||
rails (= 6.1.7.8)
|
rails (= 6.1.7.9)
|
||||||
rake (= 12.3.3)
|
rake (= 12.3.3)
|
||||||
react-rails (= 2.6.2)
|
react-rails (= 2.6.2)
|
||||||
rspec-rails (= 4.0.2)
|
rspec-rails (= 4.0.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user