Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
gem "solid_cache"
gem "solid_queue"
gem "solid_cable"
gem "redis", "~> 5.0"
gem "redis", "~> 5.4"

# AWS SDK for Bedrock integration
gem "aws-sdk-bedrockruntime", '~> 1.48'

Check failure on line 29 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem 'http-2'

Check failure on line 30 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Layout/TrailingWhitespace: Trailing whitespace detected.

Check failure on line 30 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ GEM
rake (13.2.1)
rdoc (6.13.1)
psych (>= 4.0.0)
redis (5.4.0)
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.24.0)
redis-client (0.25.1)
connection_pool
regexp_parser (2.10.0)
reline (0.6.1)
Expand Down Expand Up @@ -366,7 +366,7 @@ DEPENDENCIES
pg (~> 1.1)
puma (>= 5.0)
rails (~> 8.0.2)
redis (~> 5.0)
redis (~> 5.4)
rubocop-rails-omakase
solid_cable
solid_cache
Expand Down
Loading