Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"
gem "rails", "~> 8.1.2"
# Pin json below 3.x: json 3.x breaks ActiveSupport::JSON.decode on
# activesupport 8.1.3.1 (same issue interstandard hit and pinned around).
gem "json", "~> 2.9"
gem "json", "~> 3.0"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
# Use postgresql as the database for Active Record
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ GEM
jbuilder (2.15.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.21.2)
json (3.0.2)
kamal (2.12.0)
activesupport (>= 7.0)
base64 (~> 0.2)
Expand Down Expand Up @@ -319,11 +319,11 @@ GEM
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
rubocop (1.86.0)
json (~> 2.3)
rubocop (1.91.0)
json (>= 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
Expand Down Expand Up @@ -459,7 +459,7 @@ DEPENDENCIES
image_processing (~> 2.0)
importmap-rails
jbuilder
json (~> 2.9)
json (~> 3.0)
kamal
lutaml-model (= 0.7.7)
mml (= 2.0.3)
Expand Down