1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Update rails to 6.0.1

This commit is contained in:
Philipp Fischbeck 2019-11-23 17:28:52 +01:00
parent 948bcc5484
commit 4babe3ee12
5 changed files with 77 additions and 87 deletions

View File

@ -2,7 +2,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.0.0' gem 'rails', '6.0.1'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4.1' gem 'sqlite3', '~> 1.4.1'

View File

@ -1,62 +1,62 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.0.0) actioncable (6.0.1)
actionpack (= 6.0.0) actionpack (= 6.0.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.0.0) actionmailbox (6.0.1)
actionpack (= 6.0.0) actionpack (= 6.0.1)
activejob (= 6.0.0) activejob (= 6.0.1)
activerecord (= 6.0.0) activerecord (= 6.0.1)
activestorage (= 6.0.0) activestorage (= 6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.1)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.0.0) actionmailer (6.0.1)
actionpack (= 6.0.0) actionpack (= 6.0.1)
actionview (= 6.0.0) actionview (= 6.0.1)
activejob (= 6.0.0) activejob (= 6.0.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.0.0) actionpack (6.0.1)
actionview (= 6.0.0) actionview (= 6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.1)
rack (~> 2.0) rack (~> 2.0)
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.0.0) actiontext (6.0.1)
actionpack (= 6.0.0) actionpack (= 6.0.1)
activerecord (= 6.0.0) activerecord (= 6.0.1)
activestorage (= 6.0.0) activestorage (= 6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.1)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.0.0) actionview (6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.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.0.0) activejob (6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.0.0) activemodel (6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.1)
activerecord (6.0.0) activerecord (6.0.1)
activemodel (= 6.0.0) activemodel (= 6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.1)
activestorage (6.0.0) activestorage (6.0.1)
actionpack (= 6.0.0) actionpack (= 6.0.1)
activejob (= 6.0.0) activejob (= 6.0.1)
activerecord (= 6.0.0) activerecord (= 6.0.1)
marcel (~> 0.3.1) marcel (~> 0.3.1)
activesupport (6.0.0) activesupport (6.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8) zeitwerk (~> 2.2)
autoprefixer-rails (9.6.1.1) autoprefixer-rails (9.6.5)
execjs execjs
bcrypt (3.1.13) bcrypt (3.1.13)
bh (1.3.6) bh (1.3.6)
@ -69,7 +69,7 @@ GEM
autoprefixer-rails (>= 5.2.1) autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0) sassc (>= 2.0.0)
builder (3.2.3) builder (3.2.3)
codacy-coverage (2.1.0) codacy-coverage (2.1.5)
simplecov simplecov
coffee-rails (5.0.0) coffee-rails (5.0.0)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
@ -89,16 +89,15 @@ GEM
diff-lcs (1.3) diff-lcs (1.3)
diffy (3.3.0) diffy (3.3.0)
docile (1.3.2) docile (1.3.2)
erubi (1.8.0) erubi (1.9.0)
execjs (2.7.0) execjs (2.7.0)
faraday (0.15.4) faraday (0.17.0)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffi (1.11.1) ffi (1.11.2)
ffi (1.11.1-x64-mingw32)
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
hashie (3.6.0) hashie (3.6.0)
i18n (1.6.0) i18n (1.7.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jbuilder (2.9.1) jbuilder (2.9.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@ -119,21 +118,17 @@ GEM
mimemagic (0.3.3) mimemagic (0.3.3)
mini_mime (1.0.2) mini_mime (1.0.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.11.3) minitest (5.13.0)
msgpack (1.3.1) msgpack (1.3.1)
msgpack (1.3.1-x64-mingw32) multi_json (1.14.1)
multi_json (1.13.1)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1) multipart-post (2.1.1)
mysql2 (0.5.2) mysql2 (0.5.2)
mysql2 (0.5.2-x64-mingw32) nio4r (2.5.2)
nio4r (2.5.1)
nokogiri (1.10.5) nokogiri (1.10.5)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
nokogiri (1.10.5-x64-mingw32) oauth2 (1.4.2)
mini_portile2 (~> 2.4.0) faraday (>= 0.8, < 2.0)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0) jwt (>= 1.0, < 3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
@ -151,20 +146,20 @@ GEM
rack (2.0.7) rack (2.0.7)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.0.0) rails (6.0.1)
actioncable (= 6.0.0) actioncable (= 6.0.1)
actionmailbox (= 6.0.0) actionmailbox (= 6.0.1)
actionmailer (= 6.0.0) actionmailer (= 6.0.1)
actionpack (= 6.0.0) actionpack (= 6.0.1)
actiontext (= 6.0.0) actiontext (= 6.0.1)
actionview (= 6.0.0) actionview (= 6.0.1)
activejob (= 6.0.0) activejob (= 6.0.1)
activemodel (= 6.0.0) activemodel (= 6.0.1)
activerecord (= 6.0.0) activerecord (= 6.0.1)
activestorage (= 6.0.0) activestorage (= 6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.1)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 6.0.0) railties (= 6.0.1)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4) rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x) actionpack (>= 5.0.1.x)
@ -173,26 +168,24 @@ GEM
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.2.0) rails-html-sanitizer (1.3.0)
loofah (~> 2.2, >= 2.2.2) loofah (~> 2.3)
rails-i18n (6.0.0) rails-i18n (6.0.0)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 7) railties (>= 6.0.0, < 7)
railties (6.0.0) railties (6.0.1)
actionpack (= 6.0.0) actionpack (= 6.0.1)
activesupport (= 6.0.0) activesupport (= 6.0.1)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0) thor (>= 0.20.3, < 2.0)
rake (12.3.3) rake (13.0.1)
rdoc (6.2.0) rdoc (6.2.0)
responders (3.0.0) responders (3.0.0)
actionpack (>= 5.0) actionpack (>= 5.0)
railties (>= 5.0) railties (>= 5.0)
sassc (2.2.1) sassc (2.2.1)
ffi (~> 1.9) ffi (~> 1.9)
sassc (2.2.1-x64-mingw32)
ffi (~> 1.9)
sassc-rails (2.1.2) sassc-rails (2.1.2)
railties (>= 4.0.0) railties (>= 4.0.0)
sassc (>= 2.0) sassc (>= 2.0)
@ -206,7 +199,7 @@ GEM
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.2) simplecov-html (0.10.2)
sprockets (3.7.2) sprockets (4.0.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.2.1) sprockets-rails (3.2.1)
@ -216,14 +209,12 @@ GEM
sqlite3 (1.4.1) sqlite3 (1.4.1)
thor (0.20.3) thor (0.20.3)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.9) 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 (1.2.5) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
uglifier (4.1.20) uglifier (4.1.20)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
warden (1.2.8) warden (1.2.8)
@ -240,11 +231,10 @@ GEM
will_paginate (3.1.8) will_paginate (3.1.8)
will_paginate-bootstrap (1.0.2) will_paginate-bootstrap (1.0.2)
will_paginate (>= 3.0.3) will_paginate (>= 3.0.3)
zeitwerk (2.1.10) zeitwerk (2.2.1)
PLATFORMS PLATFORMS
ruby ruby
x64-mingw32
DEPENDENCIES DEPENDENCIES
autoprefixer-rails (~> 9.6.1) autoprefixer-rails (~> 9.6.1)
@ -261,7 +251,7 @@ DEPENDENCIES
mysql2 (~> 0.5.2) mysql2 (~> 0.5.2)
omniauth omniauth
omniauth-github omniauth-github
rails (= 6.0.0) rails (= 6.0.1)
rails-controller-testing rails-controller-testing
rails-i18n (~> 6.0.0) rails-i18n (~> 6.0.0)
sassc-rails (~> 2.1.2) sassc-rails (~> 2.1.2)
@ -276,4 +266,4 @@ DEPENDENCIES
will_paginate-bootstrap (~> 1.0.2) will_paginate-bootstrap (~> 1.0.2)
BUNDLED WITH BUNDLED WITH
2.0.1 2.0.2

View File

@ -0,0 +1,5 @@
//= link_tree ../images
//= link application.css
//= link application.js
//
//= link matomo.js

View File

@ -71,7 +71,7 @@ Rails.application.configure do
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found). # the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true config.i18n.fallbacks = [I18n.default_locale]
# Send deprecation notices to registered listeners. # Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify config.active_support.deprecation = :notify

View File

@ -7,8 +7,3 @@ Rails.application.config.assets.version = '1.0'
# Rails.application.config.assets.paths << Emoji.images_path # Rails.application.config.assets.paths << Emoji.images_path
# Add Yarn node_modules folder to the asset load path. # Add Yarn node_modules folder to the asset load path.
Rails.application.config.assets.paths << Rails.root.join('node_modules') Rails.application.config.assets.paths << Rails.root.join('node_modules')
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
Rails.application.config.assets.precompile += %w( matomo.js )