diff --git a/Gemfile b/Gemfile index 72c71ba97c..506df302fb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source 'https://rubygems.org' # Bundler requires these gems in all environments gem 'puma' -gem 'rails', '~> 7.0.8' +gem 'rails', '~> 7.1.2' gem 'sprockets' gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 7dc194c9e8..2c09c675eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,66 +3,71 @@ GEM specs: action_policy (0.6.7) ruby-next-core (>= 0.14.0) - actioncable (7.0.8) - actionpack (= 7.0.8) - activesupport (= 7.0.8) + actioncable (7.1.2) + actionpack (= 7.1.2) + activesupport (= 7.1.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.8) - actionpack (= 7.0.8) - activejob (= 7.0.8) - activerecord (= 7.0.8) - activestorage (= 7.0.8) - activesupport (= 7.0.8) + zeitwerk (~> 2.6) + actionmailbox (7.1.2) + actionpack (= 7.1.2) + activejob (= 7.1.2) + activerecord (= 7.1.2) + activestorage (= 7.1.2) + activesupport (= 7.1.2) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.8) - actionpack (= 7.0.8) - actionview (= 7.0.8) - activejob (= 7.0.8) - activesupport (= 7.0.8) + actionmailer (7.1.2) + actionpack (= 7.1.2) + actionview (= 7.1.2) + activejob (= 7.1.2) + activesupport (= 7.1.2) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.8) - actionview (= 7.0.8) - activesupport (= 7.0.8) - rack (~> 2.0, >= 2.2.4) + rails-dom-testing (~> 2.2) + actionpack (7.1.2) + actionview (= 7.1.2) + activesupport (= 7.1.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.8) - actionpack (= 7.0.8) - activerecord (= 7.0.8) - activestorage (= 7.0.8) - activesupport (= 7.0.8) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actiontext (7.1.2) + actionpack (= 7.1.2) + activerecord (= 7.1.2) + activestorage (= 7.1.2) + activesupport (= 7.1.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8) - activesupport (= 7.0.8) + actionview (7.1.2) + activesupport (= 7.1.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.8) - activesupport (= 7.0.8) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activejob (7.1.2) + activesupport (= 7.1.2) globalid (>= 0.3.6) activejob-status (1.0.0) activejob (>= 6.0) activesupport (>= 6.0) - activemodel (7.0.8) - activesupport (= 7.0.8) + activemodel (7.1.2) + activesupport (= 7.1.2) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (7.0.8) - activemodel (= 7.0.8) - activesupport (= 7.0.8) + activerecord (7.1.2) + activemodel (= 7.1.2) + activesupport (= 7.1.2) + timeout (>= 0.4.0) activerecord-session_store (2.1.0) actionpack (>= 6.1) activerecord (>= 6.1) @@ -70,17 +75,21 @@ GEM multi_json (~> 1.11, >= 1.11.2) rack (>= 2.0.8, < 4) railties (>= 6.1) - activestorage (7.0.8) - actionpack (= 7.0.8) - activejob (= 7.0.8) - activerecord (= 7.0.8) - activesupport (= 7.0.8) + activestorage (7.1.2) + actionpack (= 7.1.2) + activejob (= 7.1.2) + activerecord (= 7.1.2) + activesupport (= 7.1.2) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.8) + activesupport (7.1.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) @@ -88,6 +97,7 @@ GEM autoprefixer-rails (10.4.16.0) execjs (~> 2) awesome_print (1.9.2) + base64 (0.2.0) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -99,6 +109,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties + bigdecimal (3.1.5) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) bootsnap (1.17.0) @@ -127,6 +138,7 @@ GEM config (5.0.0) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) + connection_pool (2.4.1) cookies_eu (1.7.8) js_cookie_rails (~> 2.2.0) crack (0.4.5) @@ -141,6 +153,8 @@ GEM descriptive_statistics (2.5.1) diff-lcs (1.5.0) docile (1.4.0) + drb (2.2.0) + ruby2_keywords dry-configurable (1.1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) @@ -242,7 +256,6 @@ GEM net-smtp marcel (1.0.2) matrix (0.4.2) - method_source (1.0.0) mini_mime (1.1.5) mini_portile2 (2.8.5) minitest (5.20.0) @@ -251,7 +264,8 @@ GEM multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - net-imap (0.4.7) + mutex_m (0.2.0) + net-imap (0.4.8) date net-protocol net-pop (0.1.2) @@ -289,22 +303,27 @@ GEM rack (>= 2.0.0) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) + rack-session (1.0.2) + rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rails (7.0.8) - actioncable (= 7.0.8) - actionmailbox (= 7.0.8) - actionmailer (= 7.0.8) - actionpack (= 7.0.8) - actiontext (= 7.0.8) - actionview (= 7.0.8) - activejob (= 7.0.8) - activemodel (= 7.0.8) - activerecord (= 7.0.8) - activestorage (= 7.0.8) - activesupport (= 7.0.8) + rackup (1.0.0) + rack (< 3) + webrick + rails (7.1.2) + actioncable (= 7.1.2) + actionmailbox (= 7.1.2) + actionmailer (= 7.1.2) + actionpack (= 7.1.2) + actiontext (= 7.1.2) + actionview (= 7.1.2) + activejob (= 7.1.2) + activemodel (= 7.1.2) + activerecord (= 7.1.2) + activestorage (= 7.1.2) + activesupport (= 7.1.2) bundler (>= 1.15.0) - railties (= 7.0.8) + railties (= 7.1.2) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -324,13 +343,14 @@ GEM railties redis redis-namespace - railties (7.0.8) - actionpack (= 7.0.8) - activesupport (= 7.0.8) - method_source + railties (7.1.2) + actionpack (= 7.1.2) + activesupport (= 7.1.2) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) raindrops (0.20.0) rake (13.1.0) @@ -453,6 +473,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) + webrick (1.8.1) websocket (1.2.10) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -503,7 +524,7 @@ DEPENDENCIES prawn-qrcode puma rack-cors - rails (~> 7.0.8) + rails (~> 7.1.2) rails-controller-testing rails-html-sanitizer rails-i18n (~> 7.0.0) diff --git a/bin/setup b/bin/setup index 60dc538a8f..2e3d6fa20c 100755 --- a/bin/setup +++ b/bin/setup @@ -1,32 +1,29 @@ #!/usr/bin/env ruby require 'fileutils' -include FileUtils # rubocop:disable Style/MixinUsage # path to your application root. APP_ROOT = File.expand_path('..', __dir__) def system!(*args) - system(*args) || abort("\n== Command #{args} failed ==") + system(*args, exception: true) end -chdir APP_ROOT do - # This script is a starting point to setup your application. +FileUtils.chdir APP_ROOT do + # This script is a way to set up or update your development environment automatically. + # This script is idempotent, so that you can run it at any time and get an expectable outcome. # Add necessary setup steps to this file. puts '== Installing dependencies ==' system! 'gem install bundler --conservative' system('bundle check') || system!('bundle install') - # Install JavaScript dependencies if using npm - system('npm install') - # puts "\n== Copying sample files ==" - # unless File.exist?('config/database.yml') - # cp 'config/database.yml.sample', 'config/database.yml' + # unless File.exist?("config/database.yml") + # FileUtils.cp "config/database.yml.sample", "config/database.yml" # end puts "\n== Preparing database ==" - system! 'bin/rails db:setup' + system! 'bin/rails db:prepare' puts "\n== Removing old logs and tempfiles ==" system! 'bin/rails log:clear tmp:clear' diff --git a/config/application.rb b/config/application.rb index 64f362afd1..7f12016932 100644 --- a/config/application.rb +++ b/config/application.rb @@ -17,7 +17,17 @@ module Markus class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version - config.load_defaults 7.0 + config.load_defaults 7.1 + + # Change the format of the cache entry. + # + # Changing this default means that all new cache entries added to the cache + # will have a different format that is not supported by Rails 7.0 + # applications. + # + # Only change this value after your application is fully deployed to Rails 7.1 + # and you have no plans to rollback. + config.active_support.cache_format_version = 7.1 # Sensitive parameters which will be filtered from the log file config.filter_parameters += [ diff --git a/db/migrate/20170207220201_add_requested_by_to_test_script_results.rb b/db/migrate/20170207220201_add_requested_by_to_test_script_results.rb index 03e0ced748..0b5d9fc1e4 100644 --- a/db/migrate/20170207220201_add_requested_by_to_test_script_results.rb +++ b/db/migrate/20170207220201_add_requested_by_to_test_script_results.rb @@ -1,6 +1,6 @@ class AddRequestedByToTestScriptResults < ActiveRecord::Migration[4.2] def change - add_reference :test_script_results, :requested_by, references: :users, index: true + add_reference :test_script_results, :requested_by, index: true add_foreign_key :test_script_results, :users, column: :requested_by_id add_index :users, :api_key, :unique => true end diff --git a/db/structure.sql b/db/structure.sql index 30443844b7..8d93a2c0e5 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -4375,320 +4375,320 @@ ALTER TABLE ONLY public.submission_files SET search_path TO "$user", public; INSERT INTO "schema_migrations" (version) VALUES -('20080729160237'), -('20080729162213'), -('20080729162322'), -('20080806143028'), -('20080812143621'), -('20080812143641'), -('20080927052808'), -('20081001150504'), -('20081001150627'), -('20081001171713'), -('20081009115817'), -('20081009204628'), -('20081009204639'), -('20081009204730'), -('20081009204739'), -('20081009204754'), -('20081126183411'), -('20081126200403'), -('20081130222245'), -('20081130222302'), -('20090116054833'), -('20090116055742'), -('20090116063343'), -('20090122190852'), -('20090128224245'), -('20090203023227'), -('20090206022047'), -('20090211221709'), -('20090212060750'), -('20090212060818'), -('20090219150618'), -('20090219151533'), -('20090219153258'), -('20090219195620'), -('20090219215958'), -('20090220200053'), -('20090326022851'), -('20090511210106'), -('20090512133754'), -('20090512133912'), -('20090512173025'), -('20090512182004'), -('20090512193837'), -('20090512200945'), -('20090513155255'), -('20090515135136'), -('20090515135140'), -('20090515141319'), -('20090515141902'), -('20090515142434'), -('20090515172919'), -('20090515201727'), -('20090519140333'), -('20090528154315'), -('20090529022547'), -('20090601155401'), -('20090601173741'), -('20090601181435'), -('20090603200901'), -('20090605142342'), -('20090605175316'), -('20090609195721'), -('20090623140913'), -('20090706131528'), -('20090721141048'), -('20090721192032'), -('20090722195639'), -('20090722200411'), -('20090722201232'), -('20090723155356'), -('20090727153945'), -('20090727170851'), -('20090730133921'), -('20090731195928'), -('20090731201348'), -('20090806193116'), -('20090811155500'), -('20090811194915'), -('20090826182322'), -('20091024193107'), -('20091028213048'), -('20091029063843'), -('20091101221901'), -('20091101234310'), -('20091105023240'), -('20091105182703'), -('20091111065154'), -('20091111205229'), -('20091116141905'), -('20091116195456'), -('20091118064643'), -('20091123000907'), -('20091125104552'), -('20091125173242'), -('20091127212046'), -('20091224042140'), -('20100102142037'), -('20100123094855'), -('20100126204816'), -('20100204135303'), -('20100224150617'), -('20100310100552'), -('20100401222956'), -('20100406002059'), -('20100513155158'), -('20100606160859'), -('20100615162413'), -('20100615162438'), -('20100615162452'), -('20100615162509'), -('20100615200307'), -('20100628140408'), -('20100629130922'), -('20100629133547'), -('20100629142929'), -('20100629172944'), -('20100630144124'), -('20100712175641'), -('20100713172326'), -('20100714141139'), -('20100721153431'), -('20100722132421'), -('20100722185533'), -('20100723125503'), -('20100723141658'), -('20100723150051'), -('20100723155015'), -('20100726183357'), -('20100812195558'), -('20100816213841'), -('20100830154126'), -('20101109215909'), -('20101112001211'), -('20101112160622'), -('20101113165920'), -('20101116004008'), -('20101117195814'), -('20110123035536'), -('20110204023647'), -('20110221212124'), -('20110313200240'), -('20120121222559'), -('20121028211448'), -('20130205192032'), -('20130219230002'), -('20130402190548'), -('20130403002432'), -('20130407172918'), -('20130408025520'), -('20131003124810'), -('20131004123913'), -('20131007065920'), -('20131010033936'), -('20131010050432'), -('20131202053252'), -('20131224160912'), -('20140207162800'), -('20140513134427'), -('20140513140924'), -('20140819200608'), -('20141017184954'), -('20141017202829'), -('20141128075905'), -('20150126155628'), -('20150201040434'), -('20150216001922'), -('20150216001957'), -('20150219044256'), -('20150226032509'), -('20150304033052'), -('20150319083049'), -('20150319083515'), -('20150326163940'), -('20150527172828'), -('20150724162632'), -('20150818181645'), -('20150918220352'), -('20150919173134'), -('20151005010909'), -('20151005010958'), -('20151114204502'), -('20151129233225'), -('20160116172027'), -('20160116172051'), -('20160202034437'), -('20160202040552'), -('20160219001523'), -('20160303184449'), -('20160327163400'), -('20160417214303'), -('20160417225941'), -('20160418231321'), -('20160421002312'), -('20160503175401'), -('20160504175156'), -('20160509144712'), -('20160510173147'), -('20160511224541'), -('20160517142117'), -('20160518004516'), -('20160610202949'), -('20160623140952'), -('20160727173308'), -('20160727181814'), -('20160809145347'), -('20160810184655'), -('20160820143836'), -('20160826161005'), -('20160902214959'), -('20160907214406'), -('20160925144240'), -('20161207195428'), -('20170207220201'), -('20170212205736'), -('20170213014954'), -('20170213015726'), -('20170213020105'), -('20170219132130'), -('20170417202352'), -('20170419153405'), -('20170602200618'), -('20170605141017'), -('20170605184307'), -('20170615150045'), -('20170620144136'), -('20170623163309'), -('20170710203836'), -('20170803134441'), -('20170803155637'), -('20171128164242'), -('20171212191808'), -('20171212204015'), -('20180411222442'), -('20180430184545'), -('20180516181356'), -('20180517143503'), -('20180523180354'), -('20180528163425'), -('20180607221235'), -('20180608134554'), -('20180924215139'), -('20181014203917'), -('20190129131200'), -('20190320183952'), -('20190423050026'), -('20190423155205'), -('20190508132638'), -('20190621203403'), -('20190708183843'), -('20190924061752'), -('20191011182851'), -('20191210143220'), -('20200117171430'), -('20200225050808'), -('20200319204954'), -('20200504201055'), -('20200514134956'), -('20200522172914'), -('20200526185329'), -('20200604180812'), -('20200605183957'), -('20200608190551'), -('20200709165042'), -('20200726012622'), -('20200811194846'), -('20200813195934'), -('20201028233019'), -('20201119175937'), -('20201122174128'), -('20201126164928'), -('20210103155930'), -('20210127202444'), -('20210216160312'), -('20210419144038'), -('20210421152246'), -('20210422193041'), -('20210427120039'), -('20210505032404'), -('20210606103512'), -('20210616012947'), -('20210617201409'), -('20210730132238'), -('20210804184031'), -('20210907163338'), -('20210927150608'), -('20211013132235'), -('20211013190449'), -('20211014190400'), -('20211018123836'), -('20211029164912'), -('20211112202607'), -('20211126223421'), -('20211207164034'), -('20211213200348'), -('20211216152132'), -('20220105204341'), -('20220128182721'), -('20220206065135'), -('20220321145827'), -('20220521024317'), -('20220527183807'), -('20220624220107'), -('20220629225622'), -('20220707182822'), -('20220726142501'), -('20220726201403'), -('20220727161425'), -('20220815210513'), -('20220825171354'), -('20220826132206'), -('20220922131809'), -('20221019191315'), -('20221111182002'), -('20221219204837'), -('20230109190029'), +('20230713153536'), ('20230303030615'), -('20230713153536'); +('20230109190029'), +('20221219204837'), +('20221111182002'), +('20221019191315'), +('20220922131809'), +('20220826132206'), +('20220825171354'), +('20220815210513'), +('20220727161425'), +('20220726201403'), +('20220726142501'), +('20220707182822'), +('20220629225622'), +('20220624220107'), +('20220527183807'), +('20220521024317'), +('20220321145827'), +('20220206065135'), +('20220128182721'), +('20220105204341'), +('20211216152132'), +('20211213200348'), +('20211207164034'), +('20211126223421'), +('20211112202607'), +('20211029164912'), +('20211018123836'), +('20211014190400'), +('20211013190449'), +('20211013132235'), +('20210927150608'), +('20210907163338'), +('20210804184031'), +('20210730132238'), +('20210617201409'), +('20210616012947'), +('20210606103512'), +('20210505032404'), +('20210427120039'), +('20210422193041'), +('20210421152246'), +('20210419144038'), +('20210216160312'), +('20210127202444'), +('20210103155930'), +('20201126164928'), +('20201122174128'), +('20201119175937'), +('20201028233019'), +('20200813195934'), +('20200811194846'), +('20200726012622'), +('20200709165042'), +('20200608190551'), +('20200605183957'), +('20200604180812'), +('20200526185329'), +('20200522172914'), +('20200514134956'), +('20200504201055'), +('20200319204954'), +('20200225050808'), +('20200117171430'), +('20191210143220'), +('20191011182851'), +('20190924061752'), +('20190708183843'), +('20190621203403'), +('20190508132638'), +('20190423155205'), +('20190423050026'), +('20190320183952'), +('20190129131200'), +('20181014203917'), +('20180924215139'), +('20180608134554'), +('20180607221235'), +('20180528163425'), +('20180523180354'), +('20180517143503'), +('20180516181356'), +('20180430184545'), +('20180411222442'), +('20171212204015'), +('20171212191808'), +('20171128164242'), +('20170803155637'), +('20170803134441'), +('20170710203836'), +('20170623163309'), +('20170620144136'), +('20170615150045'), +('20170605184307'), +('20170605141017'), +('20170602200618'), +('20170419153405'), +('20170417202352'), +('20170219132130'), +('20170213020105'), +('20170213015726'), +('20170213014954'), +('20170212205736'), +('20170207220201'), +('20161207195428'), +('20160925144240'), +('20160907214406'), +('20160902214959'), +('20160826161005'), +('20160820143836'), +('20160810184655'), +('20160809145347'), +('20160727181814'), +('20160727173308'), +('20160623140952'), +('20160610202949'), +('20160518004516'), +('20160517142117'), +('20160511224541'), +('20160510173147'), +('20160509144712'), +('20160504175156'), +('20160503175401'), +('20160421002312'), +('20160418231321'), +('20160417225941'), +('20160417214303'), +('20160327163400'), +('20160303184449'), +('20160219001523'), +('20160202040552'), +('20160202034437'), +('20160116172051'), +('20160116172027'), +('20151129233225'), +('20151114204502'), +('20151005010958'), +('20151005010909'), +('20150919173134'), +('20150918220352'), +('20150818181645'), +('20150724162632'), +('20150527172828'), +('20150326163940'), +('20150319083515'), +('20150319083049'), +('20150304033052'), +('20150226032509'), +('20150219044256'), +('20150216001957'), +('20150216001922'), +('20150201040434'), +('20150126155628'), +('20141128075905'), +('20141017202829'), +('20141017184954'), +('20140819200608'), +('20140513140924'), +('20140513134427'), +('20140207162800'), +('20131224160912'), +('20131202053252'), +('20131010050432'), +('20131010033936'), +('20131007065920'), +('20131004123913'), +('20131003124810'), +('20130408025520'), +('20130407172918'), +('20130403002432'), +('20130402190548'), +('20130219230002'), +('20130205192032'), +('20121028211448'), +('20120121222559'), +('20110313200240'), +('20110221212124'), +('20110204023647'), +('20110123035536'), +('20101117195814'), +('20101116004008'), +('20101113165920'), +('20101112160622'), +('20101112001211'), +('20101109215909'), +('20100830154126'), +('20100816213841'), +('20100812195558'), +('20100726183357'), +('20100723155015'), +('20100723150051'), +('20100723141658'), +('20100723125503'), +('20100722185533'), +('20100722132421'), +('20100721153431'), +('20100714141139'), +('20100713172326'), +('20100712175641'), +('20100630144124'), +('20100629172944'), +('20100629142929'), +('20100629133547'), +('20100629130922'), +('20100628140408'), +('20100615200307'), +('20100615162509'), +('20100615162452'), +('20100615162438'), +('20100615162413'), +('20100606160859'), +('20100513155158'), +('20100406002059'), +('20100401222956'), +('20100310100552'), +('20100224150617'), +('20100204135303'), +('20100126204816'), +('20100123094855'), +('20100102142037'), +('20091224042140'), +('20091127212046'), +('20091125173242'), +('20091125104552'), +('20091123000907'), +('20091118064643'), +('20091116195456'), +('20091116141905'), +('20091111205229'), +('20091111065154'), +('20091105182703'), +('20091105023240'), +('20091101234310'), +('20091101221901'), +('20091029063843'), +('20091028213048'), +('20091024193107'), +('20090826182322'), +('20090811194915'), +('20090811155500'), +('20090806193116'), +('20090731201348'), +('20090731195928'), +('20090730133921'), +('20090727170851'), +('20090727153945'), +('20090723155356'), +('20090722201232'), +('20090722200411'), +('20090722195639'), +('20090721192032'), +('20090721141048'), +('20090706131528'), +('20090623140913'), +('20090609195721'), +('20090605175316'), +('20090605142342'), +('20090603200901'), +('20090601181435'), +('20090601173741'), +('20090601155401'), +('20090529022547'), +('20090528154315'), +('20090519140333'), +('20090515201727'), +('20090515172919'), +('20090515142434'), +('20090515141902'), +('20090515141319'), +('20090515135140'), +('20090515135136'), +('20090513155255'), +('20090512200945'), +('20090512193837'), +('20090512182004'), +('20090512173025'), +('20090512133912'), +('20090512133754'), +('20090511210106'), +('20090326022851'), +('20090220200053'), +('20090219215958'), +('20090219195620'), +('20090219153258'), +('20090219151533'), +('20090219150618'), +('20090212060818'), +('20090212060750'), +('20090211221709'), +('20090206022047'), +('20090203023227'), +('20090128224245'), +('20090122190852'), +('20090116063343'), +('20090116055742'), +('20090116054833'), +('20081130222302'), +('20081130222245'), +('20081126200403'), +('20081126183411'), +('20081009204754'), +('20081009204739'), +('20081009204730'), +('20081009204639'), +('20081009204628'), +('20081009115817'), +('20081001171713'), +('20081001150627'), +('20081001150504'), +('20080927052808'), +('20080812143641'), +('20080812143621'), +('20080806143028'), +('20080729162322'), +('20080729162213'), +('20080729160237'); diff --git a/package-lock.json b/package-lock.json index d50d4e3ded..90e84ef9c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "@fortawesome/free-regular-svg-icons": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@rails/actioncable": "^7.0.4-3", - "@rails/ujs": "^7.0.6", + "@rails/actioncable": "^7.1.2", + "@rails/ujs": "^7.1.2", "@rjsf/core": "^5.15.0", "@rjsf/validator-ajv8": "^5.15.0", "chart.js": "^4.4.0", @@ -2770,14 +2770,14 @@ "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" }, "node_modules/@rails/actioncable": { - "version": "7.0.4-3", - "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.0.4-3.tgz", - "integrity": "sha512-sqf+G/8UfoFbA8n0FwJ1Ysl5lnwRnhluWpJW50ERYAIEqeNmeADIs9J1de6S4Wp7KwmyavwzT3OSgMd9rwZ6lw==" + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.1.2.tgz", + "integrity": "sha512-KGziTZfbmGm8/fHOpj515xupbYU+49hsp4etfdpoDJ/CEY2bRZR0cyFcJkpK6n0t/sxOHNWY6bo9vSgXZvT7Mg==" }, "node_modules/@rails/ujs": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.0.6.tgz", - "integrity": "sha512-s5v3AC6AywOIFMz0RIMW83Xc8FPIvKMkP3ZHFlM4ISNkhdUwP9HdhVtxxo6z3dIhe9vI0Our2A8kN/QpUV02Qg==" + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.1.2.tgz", + "integrity": "sha512-c5x02djEKEVVE4qfN4XgElJS4biM0xxtIVpcJ0ZHLK116U19rowTtmD0AJ/RCb3Xaewa4GPIWLlwgeC0dCQqzw==" }, "node_modules/@react-dnd/asap": { "version": "4.0.1", @@ -13054,14 +13054,14 @@ "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" }, "@rails/actioncable": { - "version": "7.0.4-3", - "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.0.4-3.tgz", - "integrity": "sha512-sqf+G/8UfoFbA8n0FwJ1Ysl5lnwRnhluWpJW50ERYAIEqeNmeADIs9J1de6S4Wp7KwmyavwzT3OSgMd9rwZ6lw==" + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.1.2.tgz", + "integrity": "sha512-KGziTZfbmGm8/fHOpj515xupbYU+49hsp4etfdpoDJ/CEY2bRZR0cyFcJkpK6n0t/sxOHNWY6bo9vSgXZvT7Mg==" }, "@rails/ujs": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.0.6.tgz", - "integrity": "sha512-s5v3AC6AywOIFMz0RIMW83Xc8FPIvKMkP3ZHFlM4ISNkhdUwP9HdhVtxxo6z3dIhe9vI0Our2A8kN/QpUV02Qg==" + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@rails/ujs/-/ujs-7.1.2.tgz", + "integrity": "sha512-c5x02djEKEVVE4qfN4XgElJS4biM0xxtIVpcJ0ZHLK116U19rowTtmD0AJ/RCb3Xaewa4GPIWLlwgeC0dCQqzw==" }, "@react-dnd/asap": { "version": "4.0.1", diff --git a/package.json b/package.json index 3da0b015a9..ced51d6809 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "@fortawesome/free-regular-svg-icons": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@rails/actioncable": "^7.0.4-3", - "@rails/ujs": "^7.0.6", + "@rails/actioncable": "^7.1.2", + "@rails/ujs": "^7.1.2", "@rjsf/core": "^5.15.0", "@rjsf/validator-ajv8": "^5.15.0", "chart.js": "^4.4.0",