Update Gemfile

This commit is contained in:
Basti 2024-03-05 17:38:35 +01:00
parent f0d6e6c2c4
commit 2772463196
Signed by: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,8 @@ gem "activesupport", "~> 6.1.0"
gem "redis", "~> 4.6.0"
gem "rest-client", "~> 2.1.0"
gem "aws-sigv4", "~> 1.0.0"
# Remove require when we can update to 3.0, which sets the new storage
# format to columnar by default. Increases performance
gem "mime-types"
gem "rainbows"
group :test do
gem 'rake'
@ -20,6 +19,5 @@ group :test do
end
group :staging, :production do
gem "rainbows"
gem "sentry-raven", require: false
end