Skip to content

Commit

Permalink
Fix for uri-redis version (馃檹 @Lightning-)
Browse files Browse the repository at this point in the history
Related to delano/uri-redis#6

Signed-off-by: delano <delano@onetimesecret.com>
  • Loading branch information
delano committed May 14, 2024
1 parent 2280ef7 commit 31022ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'otto', '~> 1.0', '>= 1.0'
gem 'redis', '~> 4.8'
gem 'storable'
gem 'sysinfo'
gem 'uri-redis', '~> 1.1.1'
gem 'uri-redis', '~> 1.1.2'

gem 'bcrypt'
gem 'encryptor', '= 1.1.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
tryouts (2.2.0)
sysinfo (~> 0.10)
unicode-display_width (2.5.0)
uri-redis (1.1.1)
uri-redis (1.1.2)
redis (~> 4.1, >= 4.1.0)
yajl-ruby (1.4.3)

Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
sysinfo
thin
tryouts
uri-redis (~> 1.1.1)
uri-redis (~> 1.1.2)
yajl-ruby

RUBY VERSION
Expand Down

0 comments on commit 31022ac

Please sign in to comment.