aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-09-15 16:07:03 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-09-15 16:07:03 +0900
commitd7445bc56f4eec8e19033f79be77aceb496fc31c (patch)
tree6a1b8b9ef54743ecda7095d7e0fbf1c1c930bb9f /Gemfile
parenta83509ffa5f963187ec8beaedb0a70de467c6f65 (diff)
downloadrails-d7445bc56f4eec8e19033f79be77aceb496fc31c.tar.gz
rails-d7445bc56f4eec8e19033f79be77aceb496fc31c.tar.bz2
rails-d7445bc56f4eec8e19033f79be77aceb496fc31c.zip
Unlock pg verson
Get a warning about `async_exec`, but it seems that build has passed through the fix of https://bitbucket.org/ged/ruby-pg/commits/be48d118eeedbf6b6a1f0aa14749ab97fc22065c.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1b0224dfdf..5bf443b7c8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -121,7 +121,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
gem "sqlite3", "~> 1.3.6"
group :db do
- gem "pg", ">= 0.18.0", "< 1.1"
+ gem "pg", ">= 0.18.0"
gem "mysql2", ">= 0.4.10"
end
end