1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-11 07:56:28 +00:00

Upgraded to rails 6.1.6

This commit is contained in:
2022-07-07 11:58:20 +00:00
parent 907a2eadef
commit 85b0da6a30
2 changed files with 86 additions and 84 deletions

View File

@@ -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.5.1' gem 'rails', '6.1.6'
# 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

View File

@@ -1,76 +1,76 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.1.5.1) actioncable (6.1.6)
actionpack (= 6.1.5.1) actionpack (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.5.1) actionmailbox (6.1.6)
actionpack (= 6.1.5.1) actionpack (= 6.1.6)
activejob (= 6.1.5.1) activejob (= 6.1.6)
activerecord (= 6.1.5.1) activerecord (= 6.1.6)
activestorage (= 6.1.5.1) activestorage (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.5.1) actionmailer (6.1.6)
actionpack (= 6.1.5.1) actionpack (= 6.1.6)
actionview (= 6.1.5.1) actionview (= 6.1.6)
activejob (= 6.1.5.1) activejob (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
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.5.1) actionpack (6.1.6)
actionview (= 6.1.5.1) actionview (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
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.5.1) actiontext (6.1.6)
actionpack (= 6.1.5.1) actionpack (= 6.1.6)
activerecord (= 6.1.5.1) activerecord (= 6.1.6)
activestorage (= 6.1.5.1) activestorage (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.5.1) actionview (6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.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.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.5.1) activejob (6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.5.1) activemodel (6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
activerecord (6.1.5.1) activerecord (6.1.6)
activemodel (= 6.1.5.1) activemodel (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
activestorage (6.1.5.1) activestorage (6.1.6)
actionpack (= 6.1.5.1) actionpack (= 6.1.6)
activejob (= 6.1.5.1) activejob (= 6.1.6)
activerecord (= 6.1.5.1) activerecord (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (6.1.5.1) activesupport (6.1.6)
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)
tzinfo (~> 2.0) tzinfo (~> 2.0)
zeitwerk (~> 2.3) zeitwerk (~> 2.3)
ast (2.4.2) ast (2.4.2)
bcrypt (3.1.17) bcrypt (3.1.18)
brakeman (5.2.2) brakeman (5.2.3)
builder (3.2.4) builder (3.2.4)
bullet (7.0.1) bullet (7.0.2)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
uniform_notifier (~> 1.11) uniform_notifier (~> 1.11)
bundler-audit (0.9.0.1) bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3) bundler (>= 1.2.0, < 3)
thor (~> 1.0) thor (~> 1.0)
cancancan (3.3.0) cancancan (3.4.0)
coffee-rails (5.0.0) coffee-rails (5.0.0)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 5.2.0) railties (>= 5.2.0)
@@ -81,7 +81,7 @@ GEM
concurrent-ruby (1.1.10) concurrent-ruby (1.1.10)
crass (1.0.6) crass (1.0.6)
daemons (1.4.1) daemons (1.4.1)
dalli (3.2.1) dalli (3.2.2)
delayed_job (4.1.10) delayed_job (4.1.10)
activesupport (>= 3.0, < 8.0) activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7) delayed_job_active_record (4.1.7)
@@ -111,11 +111,12 @@ GEM
jbuilder (2.11.5) jbuilder (2.11.5)
actionview (>= 5.0.0) actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
jquery-rails (4.4.0) jquery-rails (4.5.0)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
loofah (2.16.0) json (2.6.2)
loofah (2.18.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@@ -123,59 +124,59 @@ 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.15.0) minitest (5.16.2)
mustermann (1.1.1) mustermann (1.1.1)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
mysql2 (0.5.3) mysql2 (0.5.4)
newrelic_rpm (8.6.0) newrelic_rpm (8.8.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.4-x86_64-linux) nokogiri (1.13.6-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.2.0) parser (3.1.2.0)
ast (~> 2.4.1) ast (~> 2.4.1)
passenger (6.0.13) passenger (6.0.14)
rack rack
rake (>= 0.8.1) rake (>= 0.8.1)
psych (4.0.3) psych (4.0.4)
stringio stringio
puma (5.6.4) puma (5.6.4)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0) racc (1.6.0)
rack (2.2.3) rack (2.2.4)
rack-protection (2.2.0) rack-protection (2.2.0)
rack rack
rack-test (1.1.0) rack-test (2.0.2)
rack (>= 1.0, < 3) rack (>= 1.3)
rails (6.1.5.1) rails (6.1.6)
actioncable (= 6.1.5.1) actioncable (= 6.1.6)
actionmailbox (= 6.1.5.1) actionmailbox (= 6.1.6)
actionmailer (= 6.1.5.1) actionmailer (= 6.1.6)
actionpack (= 6.1.5.1) actionpack (= 6.1.6)
actiontext (= 6.1.5.1) actiontext (= 6.1.6)
actionview (= 6.1.5.1) actionview (= 6.1.6)
activejob (= 6.1.5.1) activejob (= 6.1.6)
activemodel (= 6.1.5.1) activemodel (= 6.1.6)
activerecord (= 6.1.5.1) activerecord (= 6.1.6)
activestorage (= 6.1.5.1) activestorage (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.5.1) railties (= 6.1.6)
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.2) rails-html-sanitizer (1.4.3)
loofah (~> 2.3) loofah (~> 2.3)
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.5.1) railties (6.1.6)
actionpack (= 6.1.5.1) actionpack (= 6.1.6)
activesupport (= 6.1.5.1) activesupport (= 6.1.6)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@@ -184,26 +185,27 @@ GEM
rb-readline (0.5.5) rb-readline (0.5.5)
rdoc (6.4.0) rdoc (6.4.0)
psych (>= 4.0.0) psych (>= 4.0.0)
regexp_parser (2.3.1) regexp_parser (2.5.0)
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.28.2) rubocop (1.31.1)
json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.1.0.0) parser (>= 3.1.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 rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.17.0, < 2.0) rubocop-ast (>= 1.18.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0) unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0) rubocop-ast (1.18.0)
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.3.2) sdoc (2.4.0)
rdoc (>= 5.0) rdoc (>= 5.0)
sinatra (2.2.0) sinatra (2.2.0)
mustermann (~> 1.0) mustermann (~> 1.0)
@@ -211,15 +213,15 @@ GEM
rack-protection (= 2.2.0) rack-protection (= 2.2.0)
tilt (~> 2.0) tilt (~> 2.0)
spring (4.0.0) spring (4.0.0)
sprockets (4.0.3) sprockets (4.1.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.4.2) sprockets-rails (3.4.2)
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.4.2) sqlite3 (1.4.4)
stringio (3.0.1) stringio (3.0.2)
thor (1.2.1) thor (1.2.1)
tilt (2.0.10) tilt (2.0.10)
turbolinks (5.2.1) turbolinks (5.2.1)
@@ -231,14 +233,14 @@ GEM
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.1.0) unicode-display_width (2.2.0)
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)
websocket-driver (0.7.5) websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
zeitwerk (2.5.4) zeitwerk (2.6.0)
PLATFORMS PLATFORMS
x86_64-linux x86_64-linux
@@ -261,7 +263,7 @@ DEPENDENCIES
newrelic_rpm newrelic_rpm
passenger passenger
puma puma
rails (= 6.1.5.1) rails (= 6.1.6)
rails_12factor rails_12factor
rb-readline rb-readline
round_robin_tournament round_robin_tournament