Open DanielHeath opened 4 years ago
I can't find which Ruby gem you're suggesting.
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.
Consider allowing JSON v2