mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-22 06:30:23 +00:00
Updated to rails 6.1.7.2
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
ruby '3.0.4'
|
ruby '3.0.4'
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '6.1.6.1'
|
gem 'rails', '6.1.7.2'
|
||||||
# Use sqlite3 as the database for Active Record
|
# Use sqlite3 as the database for Active Record
|
||||||
#gem 'sqlite3', '~> 1.3', '< 1.4', :group => :development
|
#gem 'sqlite3', '~> 1.3', '< 1.4', :group => :development
|
||||||
gem 'sqlite3', :group => :development
|
gem 'sqlite3', :group => :development
|
||||||
|
|||||||
164
Gemfile.lock
164
Gemfile.lock
@@ -1,60 +1,60 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.1.6.1)
|
actioncable (6.1.7.2)
|
||||||
actionpack (= 6.1.6.1)
|
actionpack (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.1.6.1)
|
actionmailbox (6.1.7.2)
|
||||||
actionpack (= 6.1.6.1)
|
actionpack (= 6.1.7.2)
|
||||||
activejob (= 6.1.6.1)
|
activejob (= 6.1.7.2)
|
||||||
activerecord (= 6.1.6.1)
|
activerecord (= 6.1.7.2)
|
||||||
activestorage (= 6.1.6.1)
|
activestorage (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.1.6.1)
|
actionmailer (6.1.7.2)
|
||||||
actionpack (= 6.1.6.1)
|
actionpack (= 6.1.7.2)
|
||||||
actionview (= 6.1.6.1)
|
actionview (= 6.1.7.2)
|
||||||
activejob (= 6.1.6.1)
|
activejob (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
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.6.1)
|
actionpack (6.1.7.2)
|
||||||
actionview (= 6.1.6.1)
|
actionview (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
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.6.1)
|
actiontext (6.1.7.2)
|
||||||
actionpack (= 6.1.6.1)
|
actionpack (= 6.1.7.2)
|
||||||
activerecord (= 6.1.6.1)
|
activerecord (= 6.1.7.2)
|
||||||
activestorage (= 6.1.6.1)
|
activestorage (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.1.6.1)
|
actionview (6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
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.6.1)
|
activejob (6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.1.6.1)
|
activemodel (6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
activerecord (6.1.6.1)
|
activerecord (6.1.7.2)
|
||||||
activemodel (= 6.1.6.1)
|
activemodel (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
activestorage (6.1.6.1)
|
activestorage (6.1.7.2)
|
||||||
actionpack (= 6.1.6.1)
|
actionpack (= 6.1.7.2)
|
||||||
activejob (= 6.1.6.1)
|
activejob (= 6.1.7.2)
|
||||||
activerecord (= 6.1.6.1)
|
activerecord (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
mini_mime (>= 1.1.0)
|
||||||
activesupport (6.1.6.1)
|
activesupport (6.1.7.2)
|
||||||
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)
|
||||||
@@ -64,7 +64,7 @@ GEM
|
|||||||
bcrypt (3.1.18)
|
bcrypt (3.1.18)
|
||||||
brakeman (5.4.0)
|
brakeman (5.4.0)
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
bullet (7.0.4)
|
bullet (7.0.7)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
uniform_notifier (~> 1.11)
|
uniform_notifier (~> 1.11)
|
||||||
bundler-audit (0.9.1)
|
bundler-audit (0.9.1)
|
||||||
@@ -78,7 +78,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.10)
|
concurrent-ruby (1.2.0)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
daemons (1.4.1)
|
daemons (1.4.1)
|
||||||
dalli (3.2.3)
|
dalli (3.2.3)
|
||||||
@@ -99,9 +99,9 @@ GEM
|
|||||||
railties (>= 4.1.0)
|
railties (>= 4.1.0)
|
||||||
responders
|
responders
|
||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
erubi (1.11.0)
|
erubi (1.12.0)
|
||||||
execjs (2.8.1)
|
execjs (2.8.1)
|
||||||
globalid (1.0.0)
|
globalid (1.1.0)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 5.0)
|
||||||
i18n (1.12.0)
|
i18n (1.12.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
@@ -120,7 +120,7 @@ GEM
|
|||||||
loofah (2.19.1)
|
loofah (2.19.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.8.0)
|
mail (2.8.0.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
@@ -128,11 +128,11 @@ GEM
|
|||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mini_mime (1.1.2)
|
mini_mime (1.1.2)
|
||||||
minitest (5.16.3)
|
minitest (5.17.0)
|
||||||
mustermann (3.0.0)
|
mustermann (3.0.0)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
mysql2 (0.5.4)
|
mysql2 (0.5.5)
|
||||||
net-imap (0.3.3)
|
net-imap (0.3.4)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-pop (0.1.2)
|
net-pop (0.1.2)
|
||||||
@@ -141,55 +141,55 @@ GEM
|
|||||||
timeout
|
timeout
|
||||||
net-smtp (0.3.3)
|
net-smtp (0.3.3)
|
||||||
net-protocol
|
net-protocol
|
||||||
newrelic_rpm (8.14.0)
|
newrelic_rpm (8.15.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.10-x86_64-linux)
|
nokogiri (1.14.1-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.1.3.0)
|
parser (3.2.0.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
passenger (6.0.16)
|
passenger (6.0.17)
|
||||||
rack
|
rack
|
||||||
rake (>= 0.8.1)
|
rake (>= 0.8.1)
|
||||||
psych (5.0.1)
|
psych (5.0.2)
|
||||||
stringio
|
stringio
|
||||||
puma (6.0.1)
|
puma (6.0.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.6.1)
|
racc (1.6.2)
|
||||||
rack (2.2.4)
|
rack (2.2.6.2)
|
||||||
rack-protection (3.0.5)
|
rack-protection (3.0.5)
|
||||||
rack
|
rack
|
||||||
rack-test (2.0.2)
|
rack-test (2.0.2)
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rails (6.1.6.1)
|
rails (6.1.7.2)
|
||||||
actioncable (= 6.1.6.1)
|
actioncable (= 6.1.7.2)
|
||||||
actionmailbox (= 6.1.6.1)
|
actionmailbox (= 6.1.7.2)
|
||||||
actionmailer (= 6.1.6.1)
|
actionmailer (= 6.1.7.2)
|
||||||
actionpack (= 6.1.6.1)
|
actionpack (= 6.1.7.2)
|
||||||
actiontext (= 6.1.6.1)
|
actiontext (= 6.1.7.2)
|
||||||
actionview (= 6.1.6.1)
|
actionview (= 6.1.7.2)
|
||||||
activejob (= 6.1.6.1)
|
activejob (= 6.1.7.2)
|
||||||
activemodel (= 6.1.6.1)
|
activemodel (= 6.1.7.2)
|
||||||
activerecord (= 6.1.6.1)
|
activerecord (= 6.1.7.2)
|
||||||
activestorage (= 6.1.6.1)
|
activestorage (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 6.1.6.1)
|
railties (= 6.1.7.2)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.4.4)
|
rails-html-sanitizer (1.5.0)
|
||||||
loofah (~> 2.19, >= 2.19.1)
|
loofah (~> 2.19, >= 2.19.1)
|
||||||
rails_12factor (0.0.3)
|
rails_12factor (0.0.3)
|
||||||
rails_serve_static_assets
|
rails_serve_static_assets
|
||||||
rails_stdout_logging
|
rails_stdout_logging
|
||||||
rails_serve_static_assets (0.0.5)
|
rails_serve_static_assets (0.0.5)
|
||||||
rails_stdout_logging (0.0.5)
|
rails_stdout_logging (0.0.5)
|
||||||
railties (6.1.6.1)
|
railties (6.1.7.2)
|
||||||
actionpack (= 6.1.6.1)
|
actionpack (= 6.1.7.2)
|
||||||
activesupport (= 6.1.6.1)
|
activesupport (= 6.1.7.2)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0)
|
||||||
@@ -198,34 +198,34 @@ GEM
|
|||||||
rb-readline (0.5.5)
|
rb-readline (0.5.5)
|
||||||
rdoc (6.5.0)
|
rdoc (6.5.0)
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
regexp_parser (2.6.1)
|
regexp_parser (2.6.2)
|
||||||
responders (3.0.1)
|
responders (3.0.1)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
round_robin_tournament (0.1.1)
|
round_robin_tournament (0.1.1)
|
||||||
rubocop (1.41.0)
|
rubocop (1.44.1)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.1.2.1)
|
parser (>= 3.2.0.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.23.0, < 2.0)
|
rubocop-ast (>= 1.24.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.24.0)
|
rubocop-ast (1.24.1)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.1.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
sdoc (2.5.0)
|
sdoc (2.6.0)
|
||||||
rdoc (>= 5.0)
|
rdoc (>= 5.0)
|
||||||
sinatra (3.0.5)
|
sinatra (3.0.5)
|
||||||
mustermann (~> 3.0)
|
mustermann (~> 3.0)
|
||||||
rack (~> 2.2, >= 2.2.4)
|
rack (~> 2.2, >= 2.2.4)
|
||||||
rack-protection (= 3.0.5)
|
rack-protection (= 3.0.5)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
spring (4.1.0)
|
spring (4.1.1)
|
||||||
sprockets (4.2.0)
|
sprockets (4.2.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (>= 2.2.4, < 4)
|
rack (>= 2.2.4, < 4)
|
||||||
@@ -233,7 +233,7 @@ GEM
|
|||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.5.4-x86_64-linux)
|
sqlite3 (1.6.0-x86_64-linux)
|
||||||
stringio (3.0.4)
|
stringio (3.0.4)
|
||||||
thor (1.2.1)
|
thor (1.2.1)
|
||||||
tilt (2.0.11)
|
tilt (2.0.11)
|
||||||
@@ -241,13 +241,13 @@ GEM
|
|||||||
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)
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
tzinfo-data (1.2022.7)
|
tzinfo-data (1.2022.7)
|
||||||
tzinfo (>= 1.0.0)
|
tzinfo (>= 1.0.0)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unicode-display_width (2.3.0)
|
unicode-display_width (2.4.2)
|
||||||
uniform_notifier (1.16.0)
|
uniform_notifier (1.16.0)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.9)
|
rack (>= 2.0.9)
|
||||||
@@ -277,7 +277,7 @@ DEPENDENCIES
|
|||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
passenger
|
passenger
|
||||||
puma
|
puma
|
||||||
rails (= 6.1.6.1)
|
rails (= 6.1.7.2)
|
||||||
rails_12factor
|
rails_12factor
|
||||||
rb-readline
|
rb-readline
|
||||||
round_robin_tournament
|
round_robin_tournament
|
||||||
|
|||||||
Reference in New Issue
Block a user