1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Update all of rails to version 6.1.7.6

This commit is contained in:
depfu[bot] 2023-08-23 10:16:03 +00:00 committed by GitHub
parent 5135dc8389
commit bc7483676b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 118 additions and 83 deletions

View File

@ -3,7 +3,7 @@ ruby "2.7.2"
gem "dotenv-rails", groups: %i[development test] gem "dotenv-rails", groups: %i[development test]
gem "rails", "~> 5.1" gem "rails", "~> 6.1"
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem "rails", :git => "git://github.com/rails/rails.git" # gem "rails", :git => "git://github.com/rails/rails.git"

View File

@ -1,47 +1,65 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actioncable (5.2.6) actioncable (6.1.7.6)
actionpack (= 5.2.6) actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailer (5.2.6) actionmailbox (6.1.7.6)
actionpack (= 5.2.6) actionpack (= 6.1.7.6)
actionview (= 5.2.6) activejob (= 6.1.7.6)
activejob (= 5.2.6) activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (>= 2.7.1)
actionmailer (6.1.7.6)
actionpack (= 6.1.7.6)
actionview (= 6.1.7.6)
activejob (= 6.1.7.6)
activesupport (= 6.1.7.6)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.2.6) actionpack (6.1.7.6)
actionview (= 5.2.6) actionview (= 6.1.7.6)
activesupport (= 5.2.6) activesupport (= 6.1.7.6)
rack (~> 2.0, >= 2.0.8) 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.0.2) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (5.2.6) actiontext (6.1.7.6)
activesupport (= 5.2.6) actionpack (= 6.1.7.6)
activerecord (= 6.1.7.6)
activestorage (= 6.1.7.6)
activesupport (= 6.1.7.6)
nokogiri (>= 1.8.5)
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
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.0, >= 1.0.3) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (5.2.6) activejob (6.1.7.6)
activesupport (= 5.2.6) activesupport (= 6.1.7.6)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.2.6) activemodel (6.1.7.6)
activesupport (= 5.2.6) activesupport (= 6.1.7.6)
activerecord (5.2.6) activerecord (6.1.7.6)
activemodel (= 5.2.6) activemodel (= 6.1.7.6)
activesupport (= 5.2.6) activesupport (= 6.1.7.6)
arel (>= 9.0) activestorage (6.1.7.6)
activestorage (5.2.6) actionpack (= 6.1.7.6)
actionpack (= 5.2.6) activejob (= 6.1.7.6)
activerecord (= 5.2.6) activerecord (= 6.1.7.6)
marcel (~> 1.0.0) activesupport (= 6.1.7.6)
activesupport (5.2.6) marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 1.6, < 2)
minitest (~> 5.1) minitest (>= 5.1)
tzinfo (~> 1.1) tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0) addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
administrate (0.16.0) administrate (0.16.0)
@ -56,7 +74,6 @@ GEM
selectize-rails (~> 0.6) selectize-rails (~> 0.6)
administrate-field-image (1.1.0) administrate-field-image (1.1.0)
administrate (>= 0.2.0.rc1) administrate (>= 0.2.0.rc1)
arel (9.0.0)
ast (2.4.2) ast (2.4.2)
bcrypt (3.1.16) bcrypt (3.1.16)
better_errors (2.9.1) better_errors (2.9.1)
@ -89,7 +106,7 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.1.9) concurrent-ruby (1.2.2)
crass (1.0.6) crass (1.0.6)
database_cleaner (2.0.1) database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0) database_cleaner-active_record (~> 2.0.0)
@ -97,6 +114,7 @@ GEM
activerecord (>= 5.a) activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0) database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1) database_cleaner-core (2.0.1)
date (3.3.3)
datetime_picker_rails (0.0.7) datetime_picker_rails (0.0.7)
momentjs-rails (>= 2.8.1) momentjs-rails (>= 2.8.1)
debug_inspector (1.1.0) debug_inspector (1.1.0)
@ -113,7 +131,7 @@ GEM
dragonfly-s3_data_store (1.3.0) dragonfly-s3_data_store (1.3.0)
dragonfly (~> 1.0) dragonfly (~> 1.0)
fog-aws fog-aws
erubi (1.10.0) erubi (1.12.0)
excon (0.85.0) excon (0.85.0)
execjs (2.8.1) execjs (2.8.1)
factory_bot (6.2.0) factory_bot (6.2.0)
@ -140,9 +158,9 @@ GEM
fog-core fog-core
nokogiri (>= 1.5.11, < 2.0.0) nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.3.0) formatador (0.3.0)
globalid (0.4.2) globalid (1.1.0)
activesupport (>= 4.2.0) activesupport (>= 5.0)
i18n (1.8.11) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
ipaddress (0.8.3) ipaddress (0.8.3)
jquery-rails (4.4.0) jquery-rails (4.4.0)
@ -167,25 +185,37 @@ GEM
addressable (~> 2.7) addressable (~> 2.7)
letter_opener (1.7.0) letter_opener (1.7.0)
launchy (~> 2.2) launchy (~> 2.2)
loofah (2.13.0) loofah (2.21.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.12.0)
mail (2.7.1) mail (2.8.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (1.0.1) net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0) method_source (1.0.0)
mime-types (3.5.0) mime-types (3.5.0)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808) mime-types-data (3.2023.0808)
mini_mime (1.1.0) mini_mime (1.1.5)
mini_portile2 (2.6.1) mini_portile2 (2.8.4)
minitest (5.15.0) minitest (5.19.0)
momentjs-rails (2.20.1) momentjs-rails (2.20.1)
railties (>= 3.1) railties (>= 3.1)
multi_json (1.15.0) multi_json (1.15.0)
nio4r (2.5.8) net-imap (0.3.7)
nokogiri (1.12.5) date
mini_portile2 (~> 2.6.1) net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
oath (1.1.0) oath (1.1.0)
bcrypt bcrypt
@ -209,38 +239,42 @@ GEM
public_suffix (4.0.6) public_suffix (4.0.6)
puma (5.5.2) puma (5.5.2)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0) racc (1.7.1)
rack (2.2.3) rack (2.2.8)
rack-test (1.1.0) rack-test (2.1.0)
rack (>= 1.0, < 3) rack (>= 1.3)
rails (5.2.6) rails (6.1.7.6)
actioncable (= 5.2.6) actioncable (= 6.1.7.6)
actionmailer (= 5.2.6) actionmailbox (= 6.1.7.6)
actionpack (= 5.2.6) actionmailer (= 6.1.7.6)
actionview (= 5.2.6) actionpack (= 6.1.7.6)
activejob (= 5.2.6) actiontext (= 6.1.7.6)
activemodel (= 5.2.6) actionview (= 6.1.7.6)
activerecord (= 5.2.6) activejob (= 6.1.7.6)
activestorage (= 5.2.6) activemodel (= 6.1.7.6)
activesupport (= 5.2.6) activerecord (= 6.1.7.6)
bundler (>= 1.3.0) activestorage (= 6.1.7.6)
railties (= 5.2.6) activesupport (= 6.1.7.6)
bundler (>= 1.15.0)
railties (= 6.1.7.6)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
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)
activesupport (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3) rails-dom-testing (2.2.0)
activesupport (>= 4.2.0) activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2) rails-html-sanitizer (1.6.0)
loofah (~> 2.3) loofah (~> 2.21)
railties (5.2.6) nokogiri (~> 1.14)
actionpack (= 5.2.6) railties (6.1.7.6)
activesupport (= 5.2.6) actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
method_source method_source
rake (>= 0.8.7) rake (>= 12.2)
thor (>= 0.19.0, < 2.0) thor (~> 1.0)
rainbow (3.0.0) rainbow (3.0.0)
rake (13.0.6) rake (13.0.6)
regexp_parser (2.1.1) regexp_parser (2.1.1)
@ -312,23 +346,23 @@ GEM
simplecov-html (0.12.3) simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3) simplecov_json_formatter (0.1.3)
slugtastic (2.0.1) slugtastic (2.0.1)
sprockets (4.0.2) sprockets (4.2.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (>= 2.2.4, < 4)
sprockets-rails (3.2.2) sprockets-rails (3.4.2)
actionpack (>= 4.0) actionpack (>= 5.2)
activesupport (>= 4.0) activesupport (>= 5.2)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
standard (1.1.5) standard (1.1.5)
rubocop (= 1.18.3) rubocop (= 1.18.3)
rubocop-performance (= 1.11.4) rubocop-performance (= 1.11.4)
standardrb (1.0.0) standardrb (1.0.0)
standard standard
thor (1.1.0) thor (1.2.2)
thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)
tzinfo (1.2.9) timeout (0.4.0)
thread_safe (~> 0.1) tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0) uglifier (4.2.0)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unf (0.1.4) unf (0.1.4)
@ -341,11 +375,12 @@ GEM
nokogiri (~> 1.6) nokogiri (~> 1.6)
rubyzip (>= 1.3.0) rubyzip (>= 1.3.0)
selenium-webdriver (> 3.141, < 5.0) selenium-webdriver (> 3.141, < 5.0)
websocket-driver (0.7.5) websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
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.11)
PLATFORMS PLATFORMS
ruby ruby
@ -377,7 +412,7 @@ DEPENDENCIES
powder powder
pry pry
puma puma
rails (~> 5.1) rails (~> 6.1)
rails-controller-testing rails-controller-testing
rspec-rails rspec-rails
rubocop rubocop