This repository was archived by the owner on May 13, 2025. It is now read-only.
File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ gem 'webpacker', '~> 5.0'
14
14
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
15
15
gem 'turbolinks' , '~> 5'
16
16
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
17
- gem 'jbuilder' , '~> 2.7 '
17
+ gem 'jbuilder' , '~> 2.11 '
18
18
# Use Active Model has_secure_password
19
19
# gem 'bcrypt', '~> 3.1.7'
20
20
Original file line number Diff line number Diff line change 95
95
globalid (0.4.2 )
96
96
activesupport (>= 4.2.0 )
97
97
hashdiff (1.0.1 )
98
- i18n (1.8.7 )
98
+ i18n (1.8.9 )
99
99
concurrent-ruby (~> 1.0 )
100
- jbuilder (2.10.1 )
100
+ jbuilder (2.11.2 )
101
101
activesupport (>= 5.0.0 )
102
102
jwt (2.2.2 )
103
103
listen (3.4.1 )
@@ -113,16 +113,18 @@ GEM
113
113
method_source (1.0.0 )
114
114
mimemagic (0.3.5 )
115
115
mini_mime (1.0.2 )
116
- minitest (5.14.3 )
117
- msgpack (1.3.3 )
116
+ mini_portile2 (2.5.0 )
117
+ minitest (5.14.4 )
118
+ msgpack (1.4.2 )
118
119
multipart-post (2.1.1 )
119
120
nio4r (2.5.4 )
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 )
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
@@ -261,7 +264,7 @@ DEPENDENCIES
261
264
bootstrap (~> 4.5 )
262
265
byebug
263
266
dotenv-rails
264
- jbuilder (~> 2.7 )
267
+ jbuilder (~> 2.11 )
265
268
listen (~> 3.3 )
266
269
puma (~> 5.0 )
267
270
rack-mini-profiler (~> 2.0 )
You can’t perform that action at this time.
0 commit comments