Update rest-client to 2.1.0.rc1 to fix a memory leak in Ruby 2.4

This commit is contained in:
Greg Karékinian
2017-07-05 23:42:37 +02:00
parent 653ef3256a
commit 258c9a5ae6
2 changed files with 7 additions and 5 deletions

View File

@@ -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