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:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 25974755..f762a4ad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ group :test do
end
group :production do
- gem "pg", "0.21.0"
+ gem "pg"
gem "rack-timeout"
gem "rails_12factor"
gem "redis-rails"
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