Skip to content

Commit

Permalink
Updates for 07/29/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bot committed Jul 29, 2023
1 parent 72072d3 commit 0b245d8
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 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-28 00:12:53 UTC using RuboCop version 1.55.0.
# on 2023-07-29 00:15:09 UTC using RuboCop version 1.55.0.
# 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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
sassc-rails (~> 2.1)
selectize-rails (~> 0.6)
aws-eventstream (1.2.0)
aws-partitions (1.793.0)
aws-partitions (1.794.0)
aws-sdk-core (3.180.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
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>Wood</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 Wood
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: wood_production
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HCQrWVV/XkX31a03Kl6PS7Yv02oZMlkku2FhEcIBzQqlyC+76kYMgCQTTm1eHTwAd3wgZS+yINee94m3Ztju4vzwNXk8EnGFg1XAyeyNDqO0+79YNOOV4VD0ng2HqG8p6WqhGsI0Us0xY2rQ3Js0m/rJury7dhxCLB5kd0kt/Ufz+yDzAzzgvj+3k65b370F/8SgFLIAB5mF4XnO9omKHRtZHFgJ/9MdG29Hnrx2GkHwhLfzJ7Ef+BtQu8Xw/tBiu+YplIj0TpBP30OogXuLu/hjdA2Z8i9vUhnlfTXJ+C9lr6/XcMsOIoIR2WYf+UD4sntjqqfhn5IE+yWdYmxWx5rLjKGyyrAqNOlrdSuMOCY1j8a5kVXRYAy9VSJF5qxUYJKRc1VDn78gqd2lyUfCzNe+crFOChqOF8qn--fw4LxqmoHAQwEX8M--36Hfyw85oen3xuxGeItSVA==
N8GnrzG36DvfyaxNzwWD/ny1FofV3pkv42aCVLXaz+FAwAH/6JOwp6gPL+akfhdaGuUtWtCYEK40zkNMqovlJTP6U8isWfR4zCNV4dcACOc8CS0OLx70led1JION76t6u+ux8CMr/4DX1oaxMpIjt13/icS9NhsI9R/Ect/1OFpSoMAfFgYxyGI3pCzU9Sx6jejnxE2nAyXrJliZ1R6OOcFdvgEMj8MELIw1g0HT0m0EisQOcOftPnlEVWW0H4wg17EHaM+xV0E9Xnz4Hsy5rmxzVlBPaago0udumOLqHeVq2AKaSJ0oXYnaFcJw/pcDi7DzJImMJx6WKQX/YmKeWvvCwaXULcBMQhEPUgL3IiR9NHuz/wLKARu4LbIE/EdPSLadUyCEkP6O2kC3KpMXEZM704abWUYfkb55--zDaQaVkHABHnv26X--OKDw88ICs3NCoXK2BZboYw==
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: wood_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: wood

# 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: wood_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: wood_production
username: wood
password: <%= ENV["WOOD_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 = "wood_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 = '95a2f689b0fd5388a7604b37f0972a820dfcdf8f27e8d3de85b21b22dc33d533193154ae88d9edc7931f4e5e32a6d42ee7f1867d97cb4be924e058da101edcce'
# config.secret_key = '8ac15f3f7fe3843d603bc522590a0d3d49e7b37f2f80007099244fba34b40d264a4cf90efb0dd7691cc16419b86934b001e88f94cd1a94bac105916aff55f6e4'

# ==> 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 = 'e82abfe5e3008a5485510ec61ace81dc7004249396e60cca17503ab3b28d70dfb9cd009fb351045164344dda580805cc3ba00029f5805d45e7967f51dde3ac44'
# config.pepper = 'f2e8a8cddd77be2af602e8ada5714cb778348e1d0f1b684768e486f21917fa032b6f7b070efbc6ae2dbbfb672dff3ea2170b5bc885560a6ff61f2ffb32c3d84c'

# 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.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ dir-glob@^3.0.1:
path-type "^4.0.0"

electron-to-chromium@^1.4.431:
version "1.4.475"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.475.tgz#2fee0e2a70cc1538b94f7f90aabcc436e4dcc827"
integrity sha512-mTye5u5P98kSJO2n7zYALhpJDmoSQejIGya0iR01GpoRady8eK3bw7YHHnjA1Rfi4ZSLdpuzlAC7Zw+1Zu7Z6A==
version "1.4.476"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.476.tgz#693df619ce1785ada6d5aec71fd3ce7ace71adc3"
integrity sha512-gzWl1m8pNy+5Kj17XcziNcbOhripjTqR2wAQmtdlFUngPYuFy7zUpJScVQAvCvQSFHNk3mS5fetNKW6BSpytFg==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 0b245d8

Please sign in to comment.