Update dependencies
Requires Ruby 2.7+
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -2,8 +2,8 @@ source "https://rubygems.org"
|
||||
|
||||
gem "sinatra", "~> 2.2.0"
|
||||
gem "sinatra-contrib", "~> 2.2.0"
|
||||
gem "activesupport", "~> 6.0.5"
|
||||
gem "rest-client", "~> 2.1.0" # Fixes a memory leak in Ruby 2.4
|
||||
gem "activesupport", "~> 6.1.0"
|
||||
gem "rest-client", "~> 2.1.0"
|
||||
gem "redis", "~> 4.6.0"
|
||||
# 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