Skip to content

Commit

Permalink
Updates for 08/18/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bot committed Aug 18, 2023
1 parent 4dcd609 commit 4bd1d60
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 28 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-17 00:15:19 UTC using RuboCop version 1.56.0.
# on 2023-08-18 00:14:24 UTC using RuboCop version 1.56.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
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/heartcombo/devise
revision: ec0674523e7909579a5a008f16fb9fe0c3a71712
revision: 9f80dc2562524f744e8633b8562f2a0114efb32b
branch: main
specs:
devise (4.9.2)
Expand All @@ -22,7 +22,7 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: a844773245e96de8a47d24df76747cdc9e4aa01f
revision: 20c3171efb686cfcfa6c0b237a024d140d3be4e0
branch: 7-0-stable
specs:
actioncable (7.0.7)
Expand Down Expand Up @@ -126,7 +126,7 @@ GEM
sassc-rails (~> 2.1)
selectize-rails (~> 0.6)
aws-eventstream (1.2.0)
aws-partitions (1.805.0)
aws-partitions (1.806.0)
aws-sdk-core (3.180.3)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -259,7 +259,7 @@ GEM
loofah (~> 2.21)
nokogiri (~> 1.14)
rake (13.0.6)
redis-client (0.15.0)
redis-client (0.16.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.7)
Expand Down Expand Up @@ -374,4 +374,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.18
2.4.19
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>Water</title>
<title>Surf</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 Water
module Surf
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: water_production
channel_prefix: surf_production
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IVUjSm+qitIea6RCJHSK94eaV86A5NEL3+ojKJTZxQczn+tJk5bOodcyE4QWtOw7wlrlbSb7mS632f8VJyOiVaeF4v9sAt1g5dJYSWZB7sWV+lBJ1HD2o+SiB6rTsP6A53w03xYEtD/80TK9IYvcNDI/tYX+7XptUXv0RKIoHlpcjEd9Munu2AD/62ZPpxubtvVb0akwyO0wOfy5Ml7o9VmCJSTUQ43abJSfH1TcPgGsgK2I5AWg/SvGGhfY4JAPEUX3MDl+HG0wP/aFNqYiQtYjsGeAPRfIbeVjnixwq/pF6+WqPS29SXQgESEJQkA2g/yRHiDuUg4SX83Qvyl6PrTX2DRnWOWKFUyEl1tl2rebdBQgmzD5PTKarg8j76UzXUDWqO0kR+ajdZeDFU+ao2Jxzl8BeDI2e0Xq--RSs0/0t89klboIcF--hMOUo1QfVTnXj4wy4VeLRw==
nM7qfCvFvuCRBwfIKhglzH/ByZU4XAEoMhJrngb4socyuozz2umIOh+oqKzmC+P+OwpLbQLCBQuwnN0eEIX/b2+JmAWZxYmLdp9Mu7QsXxfE9Ne8eDveO1NqlF/yNn8HM2WcLXhpEVCntMJ1QJQ/IliB9CD0AJiXty53kHQs/37bnAYOqA5uZVfvF61ey6P0Q8n7lRzA8xk0bWtPt3f9VQ15IZMlE+Z5V5pW2iLcZTWQD5pfcqWIacorwxIgz1gl2PFhnHN5QPZ8jBq94htBfw0m3iHf+4XPAG56ff9CreOmT23DrR5FjwZ9hT+RdoBhIEqMH0zvOVRgzg3Rvqq0sOFIM+Ql5OV/FCwvsWvhMM5kLJbyc8o3eru2jhziu9mk9sl2PGVNh9RlTb+JSW+gFyrkr3jCV1I6VHn7--UjRz1xlTLZZLW3lm--Yt+Wk3ijOY5qi8rGuRnahg==
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: water_development
database: surf_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: water
#username: surf

# 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: water_test
database: surf_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: water_production
username: water
password: <%= ENV["WATER_DATABASE_PASSWORD"] %>
database: surf_production
username: surf
password: <%= ENV["SURF_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 = "water_production"
# config.active_job.queue_name_prefix = "surf_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 = '9152916dfa95a5f11a3739c765ad35f31ebaf20056945cf8d19c74d31a630a77ef19ba563d753163565256b9aab2e067f2d91921809ce00946c33133c4aef1f9'
# config.secret_key = '5333360389bccb68c64e5b8b20d50c18ed99aa9ab970429f402b77a36a41fbd69cad1bab6dc3897977f443fb00bbc53da75afe1182c938ac4ba072cb3cfd0a17'

# ==> 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 = '0e0a0f8637280dfca91a25680f6f226115e9fbcb921dada37833511c46096c9141b85f5538b88ca1ae3fb0513753061abde808565822b452a5265dbf0064cf7e'
# config.pepper = 'c4168369d15df314c35740fec6d78e4f42d4ecda8dcd42b4ef6d74c8f1c0e62e2668b5c2c8293f9f7030f82ccd1831ea41b2632005f68cf619c272469abd3147'

# 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 @@ -14,7 +14,7 @@
"postcss-cli": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.65.1"
"sass": "^1.66.0"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=/assets",
Expand Down
14 changes: 7 additions & 7 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.493"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.493.tgz#4654f3f806231854f457c97c4ee6db5fcf015635"
integrity sha512-T1k9mhYPdjnmS4VAz4J1oKVn6/M6LxoqQEVtYRL0swJVj73bA2NzqF0HjwxGsW3zL3ir0oPmLfd7lyi/RYzreg==
version "1.4.495"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.495.tgz#d72d2eddc05d07c538275a00f2619b113848bff6"
integrity sha512-mwknuemBZnoOCths4GtpU/SDuVMp3uQHKa2UNJT9/aVD6WVRjGpXOxRGX7lm6ILIenTdGXPSTCTDaWos5tEU8Q==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down Expand Up @@ -707,10 +707,10 @@ run-parallel@^1.1.9:
dependencies:
queue-microtask "^1.2.2"

sass@^1.65.1:
version "1.65.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.65.1.tgz#8f283b0c26335a88246a448d22e1342ba2ea1432"
integrity sha512-9DINwtHmA41SEd36eVPQ9BJKpn7eKDQmUHmpI0y5Zv2Rcorrh0zS+cFrt050hdNbmmCNKTW3hV5mWfuegNRsEA==
sass@^1.66.0:
version "1.66.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.0.tgz#74728eed49b0e490cd729c233e7f1c6ce356e638"
integrity sha512-C3U+RgpAAlTXULZkWwzfysgbbBBo8IZudNAOJAVBLslFbIaZv4MBPkTqhuvpK4lqgdoFiWhnOGMoV4L1FyOBag==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 4bd1d60

Please sign in to comment.