File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3'
8
8
# For database
9
9
gem 'pg'
10
10
# Use Puma as the app server
11
- gem 'puma' , '~> 3.12 '
11
+ gem 'puma' , '~> 4.3 '
12
12
# Use SCSS for stylesheets
13
13
gem 'sass-rails' , '~> 5.0'
14
14
# Use Uglifier as compressor for JavaScript assets
Original file line number Diff line number Diff line change 99
99
marcel (0.3.3 )
100
100
mimemagic (~> 0.3.2 )
101
101
method_source (0.9.2 )
102
- mimemagic (0.3.3 )
102
+ mimemagic (0.3.10 )
103
+ nokogiri (~> 1 )
104
+ rake
103
105
mini_mime (1.0.2 )
104
106
mini_portile2 (2.4.0 )
105
107
minitest (5.12.0 )
112
114
ast (~> 2.4.0 )
113
115
pg (1.1.4 )
114
116
public_suffix (4.0.1 )
115
- puma (3.12.2 )
117
+ puma (4.3.8 )
118
+ nio4r (~> 2.0 )
116
119
rack (2.0.8 )
117
120
rack-test (1.1.0 )
118
121
rack (>= 1.0 , < 3 )
@@ -216,7 +219,7 @@ DEPENDENCIES
216
219
jbuilder (~> 2.5 )
217
220
listen (>= 3.0.5 , < 3.2 )
218
221
pg
219
- puma (~> 3.12 )
222
+ puma (~> 4.3 )
220
223
rails (~> 5.2.3 )
221
224
rubocop
222
225
sass-rails (~> 5.0 )
You can’t perform that action at this time.
0 commit comments