Skip to content

Commit

Permalink
Updates for 07/09/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bot committed Jul 9, 2023
1 parent cdf5651 commit 5269a4e
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-07-08 00:14:45 UTC using RuboCop version 1.54.1.
# on 2023-07-09 00:14:40 UTC using RuboCop version 1.54.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: 106f4a6f6a558419e57cc5cc4d1a111c9b8abe05
revision: b3e57b12f7731fb8cf33afc53478c3a82a257758
branch: 7-0-stable
specs:
actioncable (7.0.6)
Expand Down Expand Up @@ -262,7 +262,7 @@ GEM
redis-client (0.14.1)
connection_pool
regexp_parser (2.8.1)
reline (0.3.5)
reline (0.3.6)
io-console (~> 0.5)
responders (3.1.0)
actionpack (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Disk</title>
<title>Cell</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module Disk
module Cell
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
Expand Down
2 changes: 1 addition & 1 deletion config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: disk_production
channel_prefix: cell_production
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NSmI09HbXZaRd/KGwOc8cjSZwRNtCVsQ39BYiayvVD4RhDawK0+15N0L/pYsFEKB0kuVNMJAHu2kmrwZHLXguBozhga5Z+ZK0vxmmVmEDz3pPDlgJrJTMoN+vpsHflPsYX62YOKc66iARj5vWvRiMrBYwP24SUWW2+k+HKkK+dqhMxLv3OFpVJNtH+A5g6Rqh0BseMHwns2efnHUui2JicYsBVHO3ZjznJR2BPsRzhft/aRwxJ+vrIetVjKUM6D0smL0iTZlIspr6o6xGcbMCnf59KOdpZwy7BsSLEzMzvC5XBEIrP2zCVx5p4Ng7VZPcxL21GXDT2UbMJ4WgFrTSKF19nKS6mgph1rH6tGDUt2Ex7kiu9o5UzsOkJgdSWoj2ZDCy8She4qWEwf2u3oz1VEOZG8/Nm4A0Z75--ri1P7jmCKlTcfWSd--+RksTo5aCkvzJl6aONgVhQ==
KoNyE/f9VDaHmtoYW/juVs1V3/iZ+9Yam7eB8gtyCT3H1vnlHZTbohDmiNr0lBw2EhgwNhLljermJTtqIXDAonj0x6AFUGW3lzpLSLzEB/GdsNdVRvNxzsZ0/coWo3NfANCYQObaXfmLWoOhfIkduiXQbIYVDOj6f9dVNYdTevVIo2irjrMVnICeu8HdJiFLePoRXTrj3CKS2GnRfzzpwD/KWmH/a2thqaj/f92tTLnCT/pp0o8p8iG6/BlKByutPLJsFLha9ssR/aKMHw4h0jMkMRdR8/l7XNbozbcdhB1Xq6cDTgoL8oQ+3juG7oClZASsPfZTjImkcoxYPU6ctrE28nTtMWwLQEL5qLBjQqJNbXj5QHODnPdrdvs0gBCb3wmVnj1bRDnYIBZaV3RWNQEO6HSG5CRm7xVJ--XiyUXGLuz5WDdlrr--DxO1hNngqjfmOxIn+6/qAg==
12 changes: 6 additions & 6 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ default: &default

development:
<<: *default
database: disk_development
database: cell_development

# The specified database role being used to connect to postgres.
# To create additional roles in postgres see `$ createuser --help`.
# When left blank, postgres will use the default role. This is
# the same name as the operating system user running Rails.
#username: disk
#username: cell

# The password associated with the postgres role (username).
#password:
Expand Down Expand Up @@ -57,7 +57,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: disk_test
database: cell_test

# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
Expand All @@ -81,6 +81,6 @@ test:
#
production:
<<: *default
database: disk_production
username: disk
password: <%= ENV["DISK_DATABASE_PASSWORD"] %>
database: cell_production
username: cell
password: <%= ENV["CELL_DATABASE_PASSWORD"] %>
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

# Use a real queuing backend for Active Job (and separate queues per environment).
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "disk_production"
# config.active_job.queue_name_prefix = "cell_production"

config.action_mailer.perform_caching = false

Expand Down
4 changes: 2 additions & 2 deletions config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# confirmation, reset password and unlock tokens in the database.
# Devise will use the `secret_key_base` as its `secret_key`
# by default. You can change it below and use your own secret key.
# config.secret_key = '6667b46b46a6dd06cc25d447609716e95630e39299bb74e7e592e8e81ff3bc65b57dad628a77698819a74617e4ad81fb1bfaa296e83bfc2c76ebdd850ce995d7'
# config.secret_key = 'a0bfa769af9d1d1a7b65a11cd801857717fb63af004542224a4814182f8ee6d21e0f3fc9d2bdcd3d6ba8371c0f9a4c374413095bb51a7c8bec828a9fdae92094'

# ==> Controller configuration
# Configure the parent class to the devise controllers.
Expand Down Expand Up @@ -126,7 +126,7 @@
config.stretches = Rails.env.test? ? 1 : 12

# Set up a pepper to generate the hashed password.
# config.pepper = 'ec0d01bd60398c6a5bfcd57b85871b98449bdd56f7515c0c824bde1dac6c068317fd0c04d9a54e5392d6b105fba8bbcbce3b695805a76c5c33fb05757f7bb4c9'
# config.pepper = '8a7818e875cc07761f9c98c44aa82c2a57da8fd1822f4d1efd1c83c22e76fae46ffd5d018f5ded516ca42fc630fd363c05d22b74754f331d702102e8e4f042ff'

# Send a notification to the original email when the user's email is changed.
# config.send_email_changed_notification = false
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"esbuild": "^0.18.11",
"nodemon": "^2.0.22",
"nodemon": "^3.0.0",
"postcss": "^8.4.25",
"postcss-cli": "^10.1.0",
"react": "^18.2.0",
Expand Down
49 changes: 29 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,13 @@ loose-envify@^1.1.0:
dependencies:
js-tokens "^3.0.0 || ^4.0.0"

lru-cache@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
dependencies:
yallist "^4.0.0"

merge2@^1.3.0, merge2@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
Expand Down Expand Up @@ -538,18 +545,18 @@ node-releases@^2.0.12:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==

nodemon@^2.0.22:
version "2.0.22"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258"
integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==
nodemon@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.0.0.tgz#478742adc1e53a72028c7bf21bb889e0e541e9c3"
integrity sha512-yU9NSp3n+DUSt3S2LmtXss+4kOsmC8ZLpXeGe5mKuLdqkoSRwmaplk2lo5cmve7TPw5MgMcd2cazL0KpUscoSQ==
dependencies:
chokidar "^3.5.2"
debug "^3.2.7"
ignore-by-default "^1.0.1"
minimatch "^3.1.2"
pstree.remy "^1.1.8"
semver "^5.7.1"
simple-update-notifier "^1.0.7"
semver "^7.5.3"
simple-update-notifier "^2.0.0"
supports-color "^5.5.0"
touch "^3.1.0"
undefsafe "^2.0.5"
Expand Down Expand Up @@ -716,22 +723,19 @@ scheduler@^0.23.0:
dependencies:
loose-envify "^1.1.0"

semver@^5.7.1:
version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==

semver@~7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
semver@^7.5.3:
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
dependencies:
lru-cache "^6.0.0"

simple-update-notifier@^1.0.7:
version "1.1.0"
resolved "https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz#67694c121de354af592b347cdba798463ed49c82"
integrity sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==
simple-update-notifier@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz#d70b92bdab7d6d90dfd73931195a30b6e3d7cebb"
integrity sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==
dependencies:
semver "~7.0.0"
semver "^7.5.3"

slash@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -822,6 +826,11 @@ y18n@^5.0.5:
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==

yallist@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@^2.1.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b"
Expand Down

0 comments on commit 5269a4e

Please sign in to comment.