Skip to content

Commit

Permalink
Lock json gem
Browse files Browse the repository at this point in the history
Locks the json gem to 2.6.3 until there is a new
release that includes flori/json#554
  • Loading branch information
eileencodes authored and zzak committed Dec 1, 2023
1 parent b3b230c commit 8c31f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -40,7 +40,7 @@ gem "bcrypt", "~> 3.1.11", require: false
gem "terser", ">= 1.1.4", require: false

# Explicitly avoid 1.x that doesn't support Ruby 2.4+
gem "json", ">= 2.0.0"
gem "json", "<= 2.6.3"

# Workaround until Ruby ships with cgi version 0.3.6 or higher.
gem "cgi", ">= 0.3.6", require: false
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -588,12 +588,13 @@ DEPENDENCIES
debug (>= 1.1.0)
delayed_job
delayed_job_active_record
error_highlight (>= 0.4.0)
google-cloud-storage (~> 1.11)
image_processing (~> 1.2)
importmap-rails (>= 1.2.3)
jbuilder
jsbundling-rails
json (>= 2.0.0)
json (<= 2.6.3)
libxml-ruby
listen (~> 3.3)
mdl
Expand Down

0 comments on commit 8c31f9a

Please sign in to comment.