Skip to content

Commit

Permalink
Updates for 08/23/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bot committed Aug 23, 2023
1 parent f22556c commit eb7b5c0
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 76 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-08-22 00:12:42 UTC using RuboCop version 1.56.1.
# on 2023-08-23 00:12:49 UTC using RuboCop version 1.56.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
116 changes: 58 additions & 58 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,91 +22,91 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: de649fef59fdccc97db4bf8efcb333d12effe24c
revision: e478dcac6171736a5cda91ed9ba82288132906b5
branch: 7-0-stable
specs:
actioncable (7.0.7)
actionpack (= 7.0.7)
activesupport (= 7.0.7)
actioncable (7.0.7.2)
actionpack (= 7.0.7.2)
activesupport (= 7.0.7.2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.7)
actionpack (= 7.0.7)
activejob (= 7.0.7)
activerecord (= 7.0.7)
activestorage (= 7.0.7)
activesupport (= 7.0.7)
actionmailbox (7.0.7.2)
actionpack (= 7.0.7.2)
activejob (= 7.0.7.2)
activerecord (= 7.0.7.2)
activestorage (= 7.0.7.2)
activesupport (= 7.0.7.2)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.7)
actionpack (= 7.0.7)
actionview (= 7.0.7)
activejob (= 7.0.7)
activesupport (= 7.0.7)
actionmailer (7.0.7.2)
actionpack (= 7.0.7.2)
actionview (= 7.0.7.2)
activejob (= 7.0.7.2)
activesupport (= 7.0.7.2)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.7)
actionview (= 7.0.7)
activesupport (= 7.0.7)
actionpack (7.0.7.2)
actionview (= 7.0.7.2)
activesupport (= 7.0.7.2)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.7)
actionpack (= 7.0.7)
activerecord (= 7.0.7)
activestorage (= 7.0.7)
activesupport (= 7.0.7)
actiontext (7.0.7.2)
actionpack (= 7.0.7.2)
activerecord (= 7.0.7.2)
activestorage (= 7.0.7.2)
activesupport (= 7.0.7.2)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.7)
activesupport (= 7.0.7)
actionview (7.0.7.2)
activesupport (= 7.0.7.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.7)
activesupport (= 7.0.7)
activejob (7.0.7.2)
activesupport (= 7.0.7.2)
globalid (>= 0.3.6)
activemodel (7.0.7)
activesupport (= 7.0.7)
activerecord (7.0.7)
activemodel (= 7.0.7)
activesupport (= 7.0.7)
activestorage (7.0.7)
actionpack (= 7.0.7)
activejob (= 7.0.7)
activerecord (= 7.0.7)
activesupport (= 7.0.7)
activemodel (7.0.7.2)
activesupport (= 7.0.7.2)
activerecord (7.0.7.2)
activemodel (= 7.0.7.2)
activesupport (= 7.0.7.2)
activestorage (7.0.7.2)
actionpack (= 7.0.7.2)
activejob (= 7.0.7.2)
activerecord (= 7.0.7.2)
activesupport (= 7.0.7.2)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.7)
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
rails (7.0.7)
actioncable (= 7.0.7)
actionmailbox (= 7.0.7)
actionmailer (= 7.0.7)
actionpack (= 7.0.7)
actiontext (= 7.0.7)
actionview (= 7.0.7)
activejob (= 7.0.7)
activemodel (= 7.0.7)
activerecord (= 7.0.7)
activestorage (= 7.0.7)
activesupport (= 7.0.7)
rails (7.0.7.2)
actioncable (= 7.0.7.2)
actionmailbox (= 7.0.7.2)
actionmailer (= 7.0.7.2)
actionpack (= 7.0.7.2)
actiontext (= 7.0.7.2)
actionview (= 7.0.7.2)
activejob (= 7.0.7.2)
activemodel (= 7.0.7.2)
activerecord (= 7.0.7.2)
activestorage (= 7.0.7.2)
activesupport (= 7.0.7.2)
bundler (>= 1.15.0)
railties (= 7.0.7)
railties (7.0.7)
actionpack (= 7.0.7)
activesupport (= 7.0.7)
railties (= 7.0.7.2)
railties (7.0.7.2)
actionpack (= 7.0.7.2)
activesupport (= 7.0.7.2)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand All @@ -126,17 +126,17 @@ GEM
sassc-rails (~> 2.1)
selectize-rails (~> 0.6)
aws-eventstream (1.2.0)
aws-partitions (1.808.0)
aws-sdk-core (3.180.3)
aws-partitions (1.809.0)
aws-sdk-core (3.181.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.71.0)
aws-sdk-core (~> 3, >= 3.177.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.132.1)
aws-sdk-core (~> 3, >= 3.179.0)
aws-sdk-s3 (1.133.0)
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
aws-sigv4 (1.6.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>Glitter</title>
<title>Recipe</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 Glitter
module Recipe
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: glitter_production
channel_prefix: recipe_production
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bHPoqdqCfuixuIf6VrHW2CchgYHy0rqkpd+6hVvYz4ZoDN16YrjLE9BVfOr4jQR8N5tqaIESFyKlHsxKA28sGL/1Eaut1oNG5thlZWAELkGXrGKCtN1H1ek++kKxdgF/Iyny9YOiV9JwkDd71NWTrg0hP+/Bsu0dBxRqjSxYS4o8W/utr56etA+U1NPzzLrWGi6qFyW0OF4bxyekws366rWCG8ZMICDqSynZYEYBoh5iAZa/4rz7yk6y5bqqmCr+jVnscBoWOlRZDrIexdLwBpKLPYdN997UXn62L7xmXmToBCA38XNmMjuk7aYVz9U8SnvwYAtiXPQowlCZsVZNSHx8+qRz9KYrBwLpeUR9MHBP1n5cpwkldBrHx43fQEDCjmDGdyWkFFZ4fuzyLLRe+ZA0f+TEtoorm6I9--P/nOoxD8ykxhbE8W--+4Wzi1wAH0JMEuHTfFtZ6A==
uKY2EQSiyuFM/9z2JDs8GcM/BNvE66fisuZhLEiHXJYqqUl6Ye1geKxrr2U4Lp6yoBnuFJv4uoI1/K4u74Mt5OGDg7nDWX49HBa2NG/NLSlNM0/GY80XKXSuaEmr8BZ5s5BjWpFgWu7Ldy/iM2c1G3LZ55GFcXJbFxaynsLeiTddaFVMuOhDRy1bah0OWsKOmz7q7/nW4cVBw8V+BeEKJb2WjPSBjJCeptgs23SEVqDzA5q7nXgVN+fQahbbOGWafsg+CgUnxsqHxsL/n9jrIIHr7t7Cib8EuOhhTM2AaKToY4FJQkl6ZKHRpSJeuOXBZi1lLQnHlY8HY2B3VWbwWNzEgBmYVppsrNaIgeaZ6rq8K0/MQHKANeGka+aYJxpmLQEf2hN4nH5HWg1uYlXDFa+unbLyZWktnU2R--L1darBoV2HCfO/et--0/bJsDkGrFrPPYUVjN8SVA==
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: glitter_development
database: recipe_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: glitter
#username: recipe

# 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: glitter_test
database: recipe_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: glitter_production
username: glitter
password: <%= ENV["GLITTER_DATABASE_PASSWORD"] %>
database: recipe_production
username: recipe
password: <%= ENV["RECIPE_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 = "glitter_production"
# config.active_job.queue_name_prefix = "recipe_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 = '26bb810df8c0a6f6d7004267123e9898a9ce4952fee9686803d69e4cb389970b3f339ce62409bc5d26b7a785da2b995081ed47a69b862284be13db9eea428457'
# config.secret_key = 'a996599fa724fda977bef8171bac030e48ed7eae433ac569207ca2ebbd45e09f3d97b1a306025d11b69724de314eae9886ad6779a048ae22147a41cf5771499f'

# ==> 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 = '8fe045f9bedbb0cfe97aaebd2c0cbbeacd7a8bcc929520964d1337917e686568af0ce6ed2da5305ac7fd59ab4a1920bc564e3b73a0c1a5def9ba59cbeea93d2b'
# config.pepper = 'bba38cdd26fe44b03026688869a60f07f298ae7bf5af5f63da8cf64de95c0d5dd07e2e7e27844cb857d3146cd481d02dd13d59e08c5b320d843714ee65ad459e'

# 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.477:
version "1.4.498"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.498.tgz#cef35341123f62a35ba7084e439c911d25e0d81b"
integrity sha512-4LODxAzKGVy7CJyhhN5mebwe7U2L29P+0G+HUriHnabm0d7LSff8Yn7t+Wq+2/9ze2Fu1dhX7mww090xfv7qXQ==
version "1.4.499"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.499.tgz#dc36b67f4c8e273524e8d2080c5203a6a76987b6"
integrity sha512-0NmjlYBLKVHva4GABWAaHuPJolnDuL0AhV3h1hES6rcLCWEIbRL6/8TghfsVwkx6TEroQVdliX7+aLysUpKvjw==

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

0 comments on commit eb7b5c0

Please sign in to comment.