Skip to content

Commit bfcc364

Browse files
chore(deps): update dependency redis to v5 (#380)
* chore(deps): update dependency redis to v5 * Random small schema.rb fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorai Geertsema <[email protected]>
1 parent 1037367 commit bfcc364

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'rack-attack', '~> 6.7'
3535
gem 'rack-cors', '~> 2.0', '>= 2.0.2', require: 'rack/cors'
3636
gem 'rails', '~> 7.0.0', '>= 7.0.8.7'
3737
gem 'rails-i18n', '~> 7.0', '>= 7.0.10'
38-
gem 'redis', '~> 4.8', '>= 4.8.1'
38+
gem 'redis', '~> 5.3'
3939
gem 'roo', '~> 2.10', '>= 2.10.1'
4040
gem 'ruby-filemagic', '~> 0.7', '>= 0.7.3'
4141
gem 'rubyzip', '~> 2.3', '>= 2.3.2'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ GEM
363363
rb-inotify (0.10.1)
364364
ffi (~> 1.0)
365365
rb-readline (0.5.5)
366-
redis (4.8.1)
366+
redis (5.3.0)
367+
redis-client (>= 0.22.0)
367368
redis-client (0.23.0)
368369
connection_pool
369370
regexp_parser (2.2.1)
@@ -581,7 +582,7 @@ DEPENDENCIES
581582
rails (~> 7.0.0, >= 7.0.8.7)
582583
rails-i18n (~> 7.0, >= 7.0.10)
583584
rb-readline
584-
redis (~> 4.8, >= 4.8.1)
585+
redis (~> 5.3)
585586
roo (~> 2.10, >= 2.10.1)
586587
rspec-rails
587588
rubocop

db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
t.index ["author_id"], name: "index_polls_on_author_id"
474474
t.index ["form_id"], name: "index_polls_on_form_id"
475475
end
476-
3
476+
477477
create_table "room_adverts", force: :cascade do |t|
478478
t.string "house_name", null: false
479479
t.string "contact", null: false

0 commit comments

Comments
 (0)