We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ef45d commit 7cf06b0Copy full SHA for 7cf06b0
Gemfile
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3'
8
# For database
9
gem 'pg'
10
# Use Puma as the app server
11
-gem 'puma', '~> 3.11'
+gem 'puma', '~> 3.12'
12
# Use SCSS for stylesheets
13
gem 'sass-rails', '~> 5.0'
14
# Use Uglifier as compressor for JavaScript assets
Gemfile.lock
@@ -112,7 +112,7 @@ GEM
112
ast (~> 2.4.0)
113
pg (1.1.4)
114
public_suffix (4.0.1)
115
- puma (3.12.1)
+ puma (3.12.2)
116
rack (2.0.7)
117
rack-test (1.1.0)
118
rack (>= 1.0, < 3)
@@ -216,7 +216,7 @@ DEPENDENCIES
216
jbuilder (~> 2.5)
217
listen (>= 3.0.5, < 3.2)
218
pg
219
- puma (~> 3.11)
+ puma (~> 3.12)
220
rails (~> 5.2.3)
221
rubocop
222
sass-rails (~> 5.0)
0 commit comments