Skip to content

Commit

Permalink
Merge pull request #2478 from cleverer/fix-rdbg
Browse files Browse the repository at this point in the history
fix(Gemfile): pin json gem below 2.7.0
  • Loading branch information
carlobeltrame committed May 1, 2024
2 parents b0ff6d9 + 4a44b00 commit f8462a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ gem 'haml'
gem 'http_accept_language'
gem 'icalendar'
gem 'image_processing', '~> 1.12'
gem 'json', '< 2.7.0' # pinned to be able to use rdbg. Somehow it has multiple versions otherwise
gem 'lograge'
gem 'lograge_activejob'
gem 'lograge-sql'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ GEM
jmespath (1.6.2)
joiner (0.6.0)
activerecord (>= 6.1.0)
json (2.7.1)
json (2.6.3)
json-schema (4.2.0)
addressable (>= 2.8)
jsonapi-renderer (0.2.2)
Expand Down Expand Up @@ -790,6 +790,7 @@ DEPENDENCIES
http_accept_language
icalendar
image_processing (~> 1.12)
json (< 2.7.0)
kaminari
launchy
listen
Expand Down

0 comments on commit f8462a3

Please sign in to comment.