Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-12-13 09:48:59 +0300
committerJeff King <peff@peff.net>2020-12-13 09:59:07 +0300
commit6f9ed142409ef9a91e11c0290f4c3df1a7bbbc0c (patch)
treefed6b528718acf006bce87b51d631bb51b38ff8f /Gemfile.lock
parenta32978ef8a544d9d45c3aac7cb0de8e83e25354e (diff)
Gemfile: drop version in pg dependency
This seems to cause problems on Heroku, which otherwise would be using pg 1.1. We don't do anything fancy, so we shouldn't really care either way.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index cf637cbd..50d6c40a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -143,7 +143,7 @@ GEM
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
- pg (0.21.0)
+ pg (1.2.3)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
@@ -322,7 +322,7 @@ DEPENDENCIES
netrc
nokogiri
octokit
- pg (= 0.21.0)
+ pg
pry-byebug
puma
rack-timeout