We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fa421 commit 925f7daCopy full SHA for 925f7da
2 files changed
Gemfile
@@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.1'
11
# Use sqlite3 as the database for Active Record
12
gem 'sqlite3'
13
# Use Puma as the app server
14
-gem 'puma', '~> 3.7'
+gem 'puma', '~> 4.2'
15
# Use SCSS for stylesheets
16
gem 'sass-rails', '~> 5.0'
17
# Use Uglifier as compressor for JavaScript assets
Gemfile.lock
@@ -90,7 +90,8 @@ GEM
90
nokogiri (1.10.1)
91
mini_portile2 (~> 2.4.0)
92
public_suffix (3.0.2)
93
- puma (3.9.1)
+ puma (4.2.1)
94
+ nio4r (~> 2.0)
95
rack (2.0.7)
96
rack-protection (2.0.7)
97
rack
@@ -189,7 +190,7 @@ DEPENDENCIES
189
190
coffee-rails (~> 4.2)
191
jbuilder (~> 2.5)
192
listen (>= 3.0.5, <= 3.2.0)
- puma (~> 3.7)
193
+ puma (~> 4.2)
194
rails (~> 5.1.1)
195
sass-rails (~> 5.0)
196
selenium-webdriver
0 commit comments