aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock8
2 files changed, 5 insertions, 5 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
diff --git a/Gemfile.lock b/Gemfile.lock
index e3f599e3e6..80563bd316 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -345,9 +345,9 @@ GEM
parser (2.5.1.2)
ast (~> 2.4.0)
path_expander (1.0.3)
- pg (1.0.0)
- pg (1.0.0-x64-mingw32)
- pg (1.0.0-x86-mingw32)
+ pg (1.1.3)
+ pg (1.1.3-x64-mingw32)
+ pg (1.1.3-x86-mingw32)
powerpack (0.1.2)
psych (3.0.2)
public_suffix (3.0.3)
@@ -533,7 +533,7 @@ DEPENDENCIES
minitest-bisect
mysql2 (>= 0.4.10)
nokogiri (>= 1.8.1)
- pg (>= 0.18.0, < 1.1)
+ pg (>= 0.18.0)
psych (~> 3.0)
puma
que