Skip to content

Commit

Permalink
Bump up oj to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Jun 17, 2024
1 parent ac73867 commit f4dcef6
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ source "https://rubygems.org"
gem "redis", ">= 4.0", "< 5.0"
gem "uri-redis", ">= 1.3.0"
gem "yajl-ruby", ">= 1.4.3"
gem "oj", ">= 3.13.14"
gem "oj", ">= 3.16.4"
gem "drydock", ">= 0.6.9"

gem "rake", "~> 13.0", require: false, group: :development
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PLATFORMS

DEPENDENCIES
drydock (>= 0.6.9)
oj (>= 3.13.14)
oj (>= 3.16.4)
rake (~> 13.0)
redis (>= 4.0, < 5.0)
rubocop (~> 1.64.1)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

One of:
1. Gemfile: `gem 'redis-dump', '~> 0.4.0'`
1. Install manually: `gem install redis-dump`
2. Install manually: `gem install redis-dump`
3. Clone with git: `git clone [email protected]:delano/redis-dump.git`



Expand Down

0 comments on commit f4dcef6

Please sign in to comment.