]> cat aescling's git repositories - mastodon.git/commitdiff
Bump pg from 1.0.0 to 1.1.3 (#8856)
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>
Wed, 3 Oct 2018 13:20:56 +0000 (15:20 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 3 Oct 2018 13:20:56 +0000 (15:20 +0200)
Bumps [pg](https://bitbucket.org/ged/ruby-pg) from 1.0.0 to 1.1.3.
- [Changelog](https://bitbucket.org/ged/ruby-pg/src/master/History.rdoc)
- [Commits](https://bitbucket.org/ged/ruby-pg/branches/compare/v1.1.3..v1.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 43e6ae6a15141fb8f5fd94e5886db80ef3835916..90c41afb0d2a3e5052c0122a7bc70dd8cca91ef8 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.1'
 gem 'thor', '~> 0.20'
 
 gem 'hamlit-rails', '~> 0.2'
-gem 'pg', '~> 1.0'
+gem 'pg', '~> 1.1'
 gem 'makara', '~> 0.4'
 gem 'pghero', '~> 2.2'
 gem 'dotenv-rails', '~> 2.2', '< 2.3'
index 4e8d9225b31544ee0368fc8431ccfc67656a63ca..1461f6fed8283105f94434f33b172bb567e410e1 100644 (file)
@@ -394,7 +394,7 @@ GEM
     pastel (0.7.2)
       equatable (~> 0.5.0)
       tty-color (~> 0.4.0)
-    pg (1.0.0)
+    pg (1.1.3)
     pghero (2.2.0)
       activerecord
     pkg-config (1.3.1)
@@ -719,7 +719,7 @@ DEPENDENCIES
   paperclip (~> 6.0)
   paperclip-av-transcoder (~> 0.6)
   parallel_tests (~> 2.21)
-  pg (~> 1.0)
+  pg (~> 1.1)
   pghero (~> 2.2)
   pkg-config (~> 1.3)
   posix-spawn!