This repository was archived by the owner on May 13, 2025. It is now read-only.
File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.1'
8
8
# Use sqlite3 as the database for Active Record
9
9
gem 'sqlite3' , '~> 1.4'
10
10
# Use Puma as the app server
11
- gem 'puma' , '~> 5.0 '
11
+ gem 'puma' , '~> 5.2 '
12
12
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
13
13
gem 'webpacker' , '~> 5.0'
14
14
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Original file line number Diff line number Diff line change @@ -113,21 +113,23 @@ GEM
113
113
method_source (1.0.0 )
114
114
mimemagic (0.3.5 )
115
115
mini_mime (1.0.2 )
116
+ mini_portile2 (2.5.0 )
116
117
minitest (5.14.3 )
117
- msgpack (1.3.3 )
118
+ msgpack (1.4.2 )
118
119
multipart-post (2.1.1 )
119
- nio4r (2.5.4 )
120
+ nio4r (2.5.7 )
121
+ nokogiri (1.11.1 )
122
+ mini_portile2 (~> 2.5.0 )
123
+ racc (~> 1.4 )
120
124
nokogiri (1.11.1-arm64-darwin )
121
125
racc (~> 1.4 )
122
126
nokogiri (1.11.1-x64-mingw32 )
123
127
racc (~> 1.4 )
124
- nokogiri (1.11.1-x86_64-darwin )
125
- racc (~> 1.4 )
126
128
nokogiri (1.11.1-x86_64-linux )
127
129
racc (~> 1.4 )
128
130
popper_js (1.16.0 )
129
131
public_suffix (4.0.6 )
130
- puma (5.1.1 )
132
+ puma (5.2.2 )
131
133
nio4r (~> 2.0 )
132
134
racc (1.5.2 )
133
135
rack (2.2.3 )
252
254
zeitwerk (2.4.2 )
253
255
254
256
PLATFORMS
257
+ ruby
255
258
universal-darwin-19
256
259
x64-mingw32
257
260
x86_64-linux
@@ -263,7 +266,7 @@ DEPENDENCIES
263
266
dotenv-rails
264
267
jbuilder (~> 2.7 )
265
268
listen (~> 3.3 )
266
- puma (~> 5.0 )
269
+ puma (~> 5.2 )
267
270
rack-mini-profiler (~> 2.0 )
268
271
rails (~> 6.1.1 )
269
272
rails-controller-testing
You can’t perform that action at this time.
0 commit comments