We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6852349 + 0610001 commit 59952f2Copy full SHA for 59952f2
2 files changed
Gemfile
@@ -11,7 +11,7 @@ end
11
gem 'rails', '~> 5.1.6.2'
12
# Use sqlite3 as the database for Active Record
13
# Use Puma as the app server
14
-gem 'puma', '~> 3.7'
+gem 'puma', '~> 3.12'
15
# Use SCSS for stylesheets
16
gem 'sass-rails', '~> 5.0'
17
Gemfile.lock
@@ -125,7 +125,7 @@ GEM
125
postgresql (1.0.0)
126
pg
127
public_suffix (3.0.3)
128
- puma (3.12.0)
+ puma (3.12.3)
129
rack (2.0.6)
130
rack-test (1.1.0)
131
rack (>= 1.0, < 3)
@@ -233,7 +233,7 @@ DEPENDENCIES
233
jbuilder (~> 2.5)
234
jquery-rails
235
postgresql
236
- puma (~> 3.7)
+ puma (~> 3.12)
237
rails (~> 5.1.6.2)
238
sass-rails (~> 5.0)
239
selenium-webdriver
0 commit comments