aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index de90e63787..1b0224dfdf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -87,7 +87,6 @@ group :storage do
gem "azure-storage", require: false
gem "image_processing", "~> 1.2"
- gem "ffi", "<= 1.9.21"
end
group :ujs do
@@ -122,7 +121,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
gem "sqlite3", "~> 1.3.6"
group :db do
- gem "pg", ">= 0.18.0"
+ gem "pg", ">= 0.18.0", "< 1.1"
gem "mysql2", ">= 0.4.10"
end
end