cjheath / activefacts-compositions

Create and represent composite schemas, schema transforms and data transforms over a fact-based model
MIT License
1 stars 3 forks source link

Ancient JSON dependency doesn't work on ruby 3 #24

Open DanielHeath opened 4 years ago

DanielHeath commented 4 years ago

Consider allowing JSON v2

cjheath commented 4 years ago

I can't find which Ruby gem you're suggesting.

DanielHeath commented 4 years ago

The following Gemfile fails to bundle install for me:

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.0.0'

gem 'activefacts-compositions', github: 'cjheath/activefacts-compositions'
gem 'json', '>2.0'

Removing activefacts-compositions allows json v2 to be installed.