Skip to content

Commit

Permalink
Updates for 08/06/24
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bot committed Aug 6, 2024
1 parent 9ba3a9e commit 5c73df8
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 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 2024-08-05 00:17:38 UTC using RuboCop version 1.65.1.
# on 2024-08-06 00:16:33 UTC using RuboCop version 1.65.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 @@ -39,7 +39,7 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: 43530b4ac911b8722b8a7ac8025eb9298e1292b4
revision: 6be58c952a848226e881d862333bf2d17444d7d6
branch: 7-2-stable
specs:
actioncable (7.2.0.beta3)
Expand Down Expand Up @@ -149,7 +149,7 @@ GEM
sassc-rails (~> 2.1)
selectize-rails (~> 0.6)
aws-eventstream (1.3.0)
aws-partitions (1.961.0)
aws-partitions (1.962.0)
aws-sdk-core (3.201.3)
aws-eventstream (~> 1, >= 1.3.0)
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>Darkness</title>
<title>Star</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="turbo-refresh-method" content="morph">
<%= csrf_meta_tags %>
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 Darkness
module Star
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.1
Expand Down
4 changes: 2 additions & 2 deletions config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
development:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: darkness_development
channel_prefix: star_development
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: darkness_production
channel_prefix: star_production
2 changes: 1 addition & 1 deletion config/cable.yml.bak
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: darkness_production
channel_prefix: star_production
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4Qz4wrSKmwpBfUMG5G/vxvsoZX555VMUDvcbR6+sQsz/e4IOXfJ5/+liHXvT7ddc3UKFP6HtfWqX3ClrVQgVsWfPyO85EHA2hoHPH5E9xn4PYPvYxld4y5OUoGcAAihy5iFXhEX8QVoCDw/bZYwiEO2vhPwrhIHNUQqceZXGZfdu2U89PBgjvo+24aOMmr0qnDiNY3gJMv3TfGpqtSIynff+4VTW59xEiQ6AjgoWEBGzTr7kMLt9Po92CwJZInVXpXTIoQ+sUzTzNCh35GF3vqge093PE+QAKbOJ6uXk5Cu2blpxiz8m02lDXfoBbWn/Iq3E9/hzgPCrioGoiZdsKQuuh1ZZxW5Elfj4YWNuqEg+PiNWCubOcTPo8oIqwdVWNanLT7dHL3DefRgy3DUMLwfjy0pB--3t1PrfNi1aEmIKPy--x32s6vQea7pNyFy5AucV7Q==
iU7h+Vt4tOsR7ys87frd1IbPLUeFV2swUVtogmIkJEWUHZ3mzke2zzHLhIL9ygZRgFrioPwO9V8kc3Qqn//zFJOxGIG52iIOaOfXvR+ZOKWrSUKkEPAiwNi0POCJm6OEwjuG4Lkp6Zs/BkrqoD/9eKs3FXbxcYitB+33tfWFm4z0FcHj9DwQeQXmcLf2azOy/STmaN8Rm6PdCVDoMxiEnwMCnhI7+OdLJSQNKAYyP1tLTnuITmRO+5g+Jrq7DDRNdBTiix8JaPx2FS25fgFI1AKJoZYGEGX1KyMebmW+20TwUqlrKVNWzv3PY042IhF0L3NC4eNUJQmfNhY2hpMlhgdguu9ALOgrh3B/OikZ7ErLBKIppTMF0YlF+A9+KwQ13mpDyBiLH22v6Sf5PvXXv9iWhkAb--W9/7uNSWNcz1D0mQ--5ybY7tMthaG1rden8xQN5g==
12 changes: 6 additions & 6 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ default: &default

development:
<<: *default
database: darkness_development
database: star_development

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

# The password associated with the PostgreSQL role (username).
#password:
Expand Down Expand Up @@ -55,7 +55,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: darkness_test
database: star_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 @@ -79,6 +79,6 @@ test:
#
production:
<<: *default
database: darkness_production
username: darkness
password: <%= ENV["DARKNESS_DATABASE_PASSWORD"] %>
database: star_production
username: star
password: <%= ENV["STAR_DATABASE_PASSWORD"] %>
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 = "darkness_production"
# config.active_job.queue_name_prefix = "star_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 = '93901351b4f042a409c19b5c49ee0ee5c1943f09ad0295cc849d2ceb445ef9c1cc527970f7c4db540523e91a3ac12b180b24ee4888aa69e129b1a9bd7737b301'
# config.secret_key = '9269dabb2eeb29dae9c1929ed1123869079d6fb317436222f841ca86385ad2e1a89c57faba760c201b676d5ef6f48e04e44d82983030173e414f51dac433116a'

# ==> 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 = '1b58d5a3deaa0e6ad388d0d5dd734fec58a10fb6c228d94761dae65886a00944af6707fa48dd97d5d3581e24abd457e4ec8ae8e51234dd3c121f57fa4ced1b03'
# config.pepper = '7ddb4d5ed8fa29a2bb036a6fae5a053b3afe112b31bc73ec410ef0c2332c0e285a4b1105ab93aa11eebf86a6716f8e2e39e6c1b72493b59da786c8739b053942'

# 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 @@ -22,7 +22,7 @@
"cable_ready": "5.0.5",
"esbuild-rails": "^1.0.3",
"nodemon": "^3.1.4",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ [email protected], cable_ready@^5.0.5:
morphdom "2.6.1"

caniuse-lite@^1.0.30001646:
version "1.0.30001647"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001647.tgz#56d58c5a4ef72913a4465f9766af895a4ead0165"
integrity sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==
version "1.0.30001649"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001649.tgz#3ec700309ca0da2b0d3d5fb03c411b191761c992"
integrity sha512-fJegqZZ0ZX8HOWr6rcafGr72+xcgJKI9oWfDW5DrD7ExUtgZC7a7R7ZYmZqplh7XDocFdGeIFn7roAxhOeYrPQ==

"chokidar@>=3.0.0 <4.0.0", chokidar@^3.3.0, chokidar@^3.5.2:
version "3.6.0"
Expand Down Expand Up @@ -648,10 +648,10 @@ postcss-value-parser@^4.2.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@^8.4.40:
version "8.4.40"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8"
integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
postcss@^8.4.41:
version "8.4.41"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.41.tgz#d6104d3ba272d882fe18fc07d15dc2da62fa2681"
integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.1"
Expand Down

0 comments on commit 5c73df8

Please sign in to comment.