We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55ab798 + 868ccb2 commit 07a95e9Copy full SHA for 07a95e9
Gemfile
@@ -10,7 +10,7 @@ gem 'simpleidn', '~> 0.2.1' # For punycode
10
gem 'activerecord', '~> 7.2', '>= 7.2.2.2'
11
gem 'daemons', '~> 1.4.1'
12
gem 'dotenv'
13
-gem 'pg', '~> 1.6.0'
+gem 'pg', '~> 1.6.3'
14
15
group :development do
16
gem 'rubocop'
Gemfile.lock
@@ -48,8 +48,8 @@ GEM
48
parser (3.3.10.0)
49
ast (~> 2.4.1)
50
racc
51
- pg (1.6.2)
52
- pg (1.6.2-aarch64-linux)
+ pg (1.6.3)
+ pg (1.6.3-aarch64-linux)
53
prism (1.6.0)
54
pry (0.15.2)
55
coderay (~> 1.1)
@@ -101,7 +101,7 @@ DEPENDENCIES
101
minitest
102
mocha
103
ostruct
104
- pg (~> 1.6.0)
+ pg (~> 1.6.3)
105
pry (~> 0.15.0)
106
rubocop
107
simplecov (= 0.17.1)
0 commit comments