Skip to content

Commit

Permalink
Pin json_pure to ~> 2.7.0 until encoding failures can be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Nov 7, 2024
1 parent 4b3835b commit 30c2636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ gem 'bosh_common', path: 'bosh_common'
gem 'mysql2'
gem 'pg'
gem 'sequel', '~> 5.29.0'
# TODO unpin `json_pure` after fixing bosh-director: rspec ./spec/unit/job_renderer_spec.rb:84
# TODO > expected: #<Encoding:UTF-8> "53b2a7cac279af8bb73885b08a794ab5dd21bb8c"
# TODO > got: #<Encoding:US-ASCII> "d4712f01af58824081e9d964522782da9889cd1b"
gem 'json_pure', '~> 2.7.0'

group :development, :test do
gem 'bosh-dev', path: 'bosh-dev'
Expand Down
1 change: 1 addition & 0 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ DEPENDENCIES
bundle-audit
factory_bot
fakefs
json_pure (~> 2.7.0)
minitar
mysql2
parallel_tests
Expand Down

0 comments on commit 30c2636

Please sign in to comment.