1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-20 14:09:17 +00:00

Updated to rails 6.1.5

This commit is contained in:
2022-03-23 19:36:55 +00:00
parent f9095d8c99
commit 4d3f93a109
2 changed files with 92 additions and 91 deletions

View File

@@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby '3.0.0' ruby '3.0.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.1.4.4' gem 'rails', '6.1.5'
# 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,70 +1,70 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.1.4.4) actioncable (6.1.5)
actionpack (= 6.1.4.4) actionpack (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.4.4) actionmailbox (6.1.5)
actionpack (= 6.1.4.4) actionpack (= 6.1.5)
activejob (= 6.1.4.4) activejob (= 6.1.5)
activerecord (= 6.1.4.4) activerecord (= 6.1.5)
activestorage (= 6.1.4.4) activestorage (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.4.4) actionmailer (6.1.5)
actionpack (= 6.1.4.4) actionpack (= 6.1.5)
actionview (= 6.1.4.4) actionview (= 6.1.5)
activejob (= 6.1.4.4) activejob (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
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.4.4) actionpack (6.1.5)
actionview (= 6.1.4.4) actionview (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
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.4.4) actiontext (6.1.5)
actionpack (= 6.1.4.4) actionpack (= 6.1.5)
activerecord (= 6.1.4.4) activerecord (= 6.1.5)
activestorage (= 6.1.4.4) activestorage (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.4.4) actionview (6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
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.4.4) activejob (6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.4.4) activemodel (6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
activerecord (6.1.4.4) activerecord (6.1.5)
activemodel (= 6.1.4.4) activemodel (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
activestorage (6.1.4.4) activestorage (6.1.5)
actionpack (= 6.1.4.4) actionpack (= 6.1.5)
activejob (= 6.1.4.4) activejob (= 6.1.5)
activerecord (= 6.1.4.4) activerecord (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
marcel (~> 1.0.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (6.1.4.4) activesupport (6.1.5)
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.16) bcrypt (3.1.17)
brakeman (5.2.0) brakeman (5.2.1)
builder (3.2.4) builder (3.2.4)
bullet (7.0.0) bullet (7.0.1)
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.0.1)
@@ -78,14 +78,14 @@ 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.1.10)
crass (1.0.6) crass (1.0.6)
daemons (1.4.1) daemons (1.4.1)
dalli (3.1.5) dalli (3.2.1)
delayed_job (4.1.9) delayed_job (4.1.10)
activesupport (>= 3.0, < 6.2) activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.6) delayed_job_active_record (4.1.7)
activerecord (>= 3.0, < 6.2) activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5) delayed_job (>= 3.0, < 5)
delayed_job_web (1.4.4) delayed_job_web (1.4.4)
activerecord (> 3.0.0) activerecord (> 3.0.0)
@@ -102,20 +102,21 @@ GEM
execjs (2.8.1) execjs (2.8.1)
globalid (1.0.0) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
i18n (1.8.11) i18n (1.10.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
influxdb (0.8.1) influxdb (0.8.1)
influxdb-rails (1.0.3) influxdb-rails (1.0.3)
influxdb (~> 0.6, >= 0.6.4) influxdb (~> 0.6, >= 0.6.4)
railties (>= 5.0) railties (>= 5.0)
jbuilder (2.11.4) jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
jquery-rails (4.4.0) jquery-rails (4.4.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)
libv8 (3.16.14.19-x86_64-linux) libv8 (3.16.14.19-x86_64-linux)
loofah (2.13.0) loofah (2.15.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)
@@ -127,39 +128,39 @@ GEM
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.3)
newrelic_rpm (8.2.0) newrelic_rpm (8.5.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.12.5-x86_64-linux) nokogiri (1.13.3-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.21.0) parallel (1.22.0)
parser (3.0.3.2) parser (3.1.1.0)
ast (~> 2.4.1) ast (~> 2.4.1)
passenger (6.0.12) passenger (6.0.12)
rack rack
rake (>= 0.8.1) rake (>= 0.8.1)
puma (5.5.2) puma (5.6.2)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0) racc (1.6.0)
rack (2.2.3) rack (2.2.3)
rack-protection (2.1.0) rack-protection (2.2.0)
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.1.4.4) rails (6.1.5)
actioncable (= 6.1.4.4) actioncable (= 6.1.5)
actionmailbox (= 6.1.4.4) actionmailbox (= 6.1.5)
actionmailer (= 6.1.4.4) actionmailer (= 6.1.5)
actionpack (= 6.1.4.4) actionpack (= 6.1.5)
actiontext (= 6.1.4.4) actiontext (= 6.1.5)
actionview (= 6.1.4.4) actionview (= 6.1.5)
activejob (= 6.1.4.4) activejob (= 6.1.5)
activemodel (= 6.1.4.4) activemodel (= 6.1.5)
activerecord (= 6.1.4.4) activerecord (= 6.1.5)
activestorage (= 6.1.4.4) activestorage (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.4.4) railties (= 6.1.5)
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)
@@ -171,45 +172,45 @@ GEM
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.4.4) railties (6.1.5)
actionpack (= 6.1.4.4) actionpack (= 6.1.5)
activesupport (= 6.1.4.4) activesupport (= 6.1.5)
method_source method_source
rake (>= 0.13) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
rainbow (3.0.0) rainbow (3.1.1)
rake (13.0.6) rake (13.0.6)
rb-readline (0.5.5) rb-readline (0.5.5)
rdoc (6.3.3) rdoc (6.3.3)
ref (2.0.0) ref (2.0.0)
regexp_parser (2.2.0) regexp_parser (2.2.1)
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.23.0) rubocop (1.26.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.0.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
rubocop-ast (>= 1.12.0, < 2.0) rubocop-ast (>= 1.16.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.15.0) rubocop-ast (1.16.0)
parser (>= 3.0.1.1) 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.2.0) sdoc (2.3.1)
rdoc (>= 5.0) rdoc (>= 5.0, < 6.4.0)
sinatra (2.1.0) sinatra (2.2.0)
mustermann (~> 1.0) mustermann (~> 1.0)
rack (~> 2.2) rack (~> 2.2)
rack-protection (= 2.1.0) rack-protection (= 2.2.0)
tilt (~> 2.0) tilt (~> 2.0)
spring (4.0.0) spring (4.0.0)
sprockets (4.0.2) sprockets (4.0.3)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.4.2) sprockets-rails (3.4.2)
@@ -220,25 +221,25 @@ GEM
therubyracer (0.12.3) therubyracer (0.12.3)
libv8 (~> 3.16.14.15) libv8 (~> 3.16.14.15)
ref ref
thor (1.1.0) thor (1.2.1)
tilt (2.0.10) tilt (2.0.10)
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.4) tzinfo (2.0.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5) tzinfo-data (1.2022.1)
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.1.0)
uniform_notifier (1.14.2) uniform_notifier (1.15.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.1) zeitwerk (2.5.4)
PLATFORMS PLATFORMS
x86_64-linux x86_64-linux
@@ -261,7 +262,7 @@ DEPENDENCIES
newrelic_rpm newrelic_rpm
passenger passenger
puma puma
rails (= 6.1.4.4) rails (= 6.1.5)
rails_12factor rails_12factor
rb-readline rb-readline
round_robin_tournament round_robin_tournament