Skip to content

Commit

Permalink
Set redis
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Aug 23, 2024
1 parent 5a50260 commit 6f3bc3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby file: ".ruby-version"
# gem "activerecord-enhancedsqlite3-adapter", "~> 0.5"
gem "amazing_print", "~> 1.5"
gem "aws-sdk-s3", "~> 1.8", require: false
gem "baseline", github: "manuelmeurer/baseline"
gem "baseline", github: "fastruby/baseline"
gem "bootsnap", "~> 1.17", require: false
gem "bootstrap", "~> 5.3.3"
gem "dartsass-rails", "~> 0.5"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/manuelmeurer/baseline.git
revision: c18ecb47d1674e38e35a4c1f74de93767c16ff35
remote: https://github.com/fastruby/baseline.git
revision: 60a5488d068233c1b67a025bfed1deb5b156c25a
specs:
baseline (1.0)

Expand Down
2 changes: 2 additions & 0 deletions config/redis/shared.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
default: &default
url: <%= ENV["REDIS_URL"] %>
ssl_params:
verify_mode: <%= OpenSSL::SSL::VERIFY_NONE %>
timeout: 1

development:
Expand Down

0 comments on commit 6f3bc3e

Please sign in to comment.