1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated rails to 6.1.3.1 to fix the mimemagic issues

This commit is contained in:
2021-04-01 20:06:51 +00:00
parent e1cba865b0
commit 03d884e672
2 changed files with 59 additions and 63 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.2' gem 'rails', '6.1.3.1'
# 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,60 +1,60 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.1.2) actioncable (6.1.3.1)
actionpack (= 6.1.2) actionpack (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.2) actionmailbox (6.1.3.1)
actionpack (= 6.1.2) actionpack (= 6.1.3.1)
activejob (= 6.1.2) activejob (= 6.1.3.1)
activerecord (= 6.1.2) activerecord (= 6.1.3.1)
activestorage (= 6.1.2) activestorage (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.2) actionmailer (6.1.3.1)
actionpack (= 6.1.2) actionpack (= 6.1.3.1)
actionview (= 6.1.2) actionview (= 6.1.3.1)
activejob (= 6.1.2) activejob (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
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.2) actionpack (6.1.3.1)
actionview (= 6.1.2) actionview (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
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.2) actiontext (6.1.3.1)
actionpack (= 6.1.2) actionpack (= 6.1.3.1)
activerecord (= 6.1.2) activerecord (= 6.1.3.1)
activestorage (= 6.1.2) activestorage (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.2) actionview (6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
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.2) activejob (6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.2) activemodel (6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
activerecord (6.1.2) activerecord (6.1.3.1)
activemodel (= 6.1.2) activemodel (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
activestorage (6.1.2) activestorage (6.1.3.1)
actionpack (= 6.1.2) actionpack (= 6.1.3.1)
activejob (= 6.1.2) activejob (= 6.1.3.1)
activerecord (= 6.1.2) activerecord (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
marcel (~> 0.3.1) marcel (~> 1.0.0)
mimemagic (~> 0.3.2) mini_mime (~> 1.0.2)
activesupport (6.1.2) activesupport (6.1.3.1)
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)
@@ -153,15 +153,11 @@ GEM
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (0.3.3) marcel (1.0.0)
mimemagic (~> 0.3.2)
method_source (1.0.0) method_source (1.0.0)
mime-types (3.3.1) mime-types (3.3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225) mime-types-data (3.2021.0225)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.3) mini_mime (1.0.3)
mini_portile2 (2.5.0) mini_portile2 (2.5.0)
minitest (5.14.4) minitest (5.14.4)
@@ -182,7 +178,7 @@ GEM
parallel (1.20.1) parallel (1.20.1)
parser (3.0.0.0) parser (3.0.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
passenger (6.0.7) passenger (6.0.8)
rack rack
rake (>= 0.8.1) rake (>= 0.8.1)
puma (5.2.2) puma (5.2.2)
@@ -196,20 +192,20 @@ GEM
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.1.2) rails (6.1.3.1)
actioncable (= 6.1.2) actioncable (= 6.1.3.1)
actionmailbox (= 6.1.2) actionmailbox (= 6.1.3.1)
actionmailer (= 6.1.2) actionmailer (= 6.1.3.1)
actionpack (= 6.1.2) actionpack (= 6.1.3.1)
actiontext (= 6.1.2) actiontext (= 6.1.3.1)
actionview (= 6.1.2) actionview (= 6.1.3.1)
activejob (= 6.1.2) activejob (= 6.1.3.1)
activemodel (= 6.1.2) activemodel (= 6.1.3.1)
activerecord (= 6.1.2) activerecord (= 6.1.3.1)
activestorage (= 6.1.2) activestorage (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.2) railties (= 6.1.3.1)
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)
@@ -221,9 +217,9 @@ 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.2) railties (6.1.3.1)
actionpack (= 6.1.2) actionpack (= 6.1.3.1)
activesupport (= 6.1.2) activesupport (= 6.1.3.1)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (~> 1.0) thor (~> 1.0)
@@ -332,7 +328,7 @@ DEPENDENCIES
newrelic_rpm newrelic_rpm
passenger passenger
puma puma
rails (= 6.1.2) rails (= 6.1.3.1)
rails_12factor rails_12factor
rb-readline rb-readline
round_robin_tournament round_robin_tournament