Update rest-client to 2.1.0.rc1 to fix a memory leak in Ruby 2.4
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -5,7 +5,7 @@ gem "sinatra-contrib"
|
||||
gem "activesupport"
|
||||
gem "riak-client", git: "https://github.com/5apps/riak-ruby-client", branch: "invalid_uri_error"
|
||||
gem "fog-aws"
|
||||
gem "rest-client"
|
||||
gem "rest-client", "~> 2.1.0.rc1" # Fixes a memory leak in Ruby 2.4
|
||||
gem "redis"
|
||||
# Remove require when we can update to 3.0, which sets the new storage
|
||||
# format to columnar by default. Increases performance
|
||||
|
||||
Reference in New Issue
Block a user