1 parent aa178bc commit 358c7a3Copy full SHA for 358c7a3
2 files changed
Gemfile
@@ -71,7 +71,7 @@ gem "lockbox"
71
gem "terser", "~> 1.2"
72
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
73
gem "bootstrap"
74
-gem "json", "~> 2.17" # Legacy carry-over
+gem "json", "~> 2.18" # Legacy carry-over
75
76
# Use Redis adapter to run Action Cable in production
77
# gem 'redis', '~> 4.0'
Gemfile.lock
@@ -330,7 +330,7 @@ GEM
330
jmespath (1.6.2)
331
jsbundling-rails (1.3.1)
332
railties (>= 6.0.0)
333
- json (2.17.1)
+ json (2.18.0)
334
jwt (3.1.2)
335
base64
336
kamal (2.10.0)
@@ -804,7 +804,7 @@ DEPENDENCIES
804
invisible_captcha (~> 2.3)
805
jbuilder
806
jsbundling-rails
807
- json (~> 2.17)
+ json (~> 2.18)
808
kamal
809
kaminari (~> 1.2)
810
kramdown
0 commit comments