We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e040464 + 540f37c commit 5aa9333Copy full SHA for 5aa9333
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.5.0'
+gem 'pg', '~> 1.6.0'
14
15
group :development do
16
gem 'rubocop'
Gemfile.lock
@@ -48,7 +48,8 @@ GEM
48
parser (3.3.10.0)
49
ast (~> 2.4.1)
50
racc
51
- pg (1.5.9)
+ pg (1.6.2)
52
+ pg (1.6.2-aarch64-linux)
53
prism (1.6.0)
54
pry (0.15.2)
55
coderay (~> 1.1)
@@ -100,7 +101,7 @@ DEPENDENCIES
100
101
minitest
102
mocha
103
ostruct
- pg (~> 1.5.0)
104
+ pg (~> 1.6.0)
105
pry (~> 0.15.0)
106
rubocop
107
simplecov (= 0.17.1)
0 commit comments