We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa78308 + 338a361 commit e8712bcCopy full SHA for e8712bc
Gemfile
@@ -4,7 +4,7 @@ ruby '~> 2.5.0'
4
gem 'puma'
5
gem 'dotenv-rails', require: 'dotenv/rails-now'
6
gem 'rails', '5.0.7'
7
-gem 'pg', '1.1.2'
+gem 'pg', '1.1.3'
8
gem 'rack-cache'
9
gem 'slim-rails'
10
gem 'redcarpet'
Gemfile.lock
@@ -234,7 +234,7 @@ GEM
234
one_signal (1.2.0)
235
partially_useful (5.1.0)
236
railties (>= 4.1)
237
- pg (1.1.2)
+ pg (1.1.3)
238
public_suffix (3.0.2)
239
puma (3.12.0)
240
rack (2.0.5)
@@ -385,7 +385,7 @@ DEPENDENCIES
385
omniauth-twitter
386
one_signal
387
partially_useful
388
- pg (= 1.1.2)
+ pg (= 1.1.3)
389
puma
390
rack-cache
391
rails (= 5.0.7)
0 commit comments