From 7d50b1763733df2a787ac73b7b1a2b7fb0cd95a5 Mon Sep 17 00:00:00 2001 From: Jonathan Rochkind Date: Thu, 8 Sep 2022 11:55:35 -0400 Subject: [PATCH] Extra pin on linkeddata no longer necessary with yaml-ld 0.0.2 release https://github.com/ruby-rdf/linkeddata/issues/16#issuecomment-1239912981 --- spec/test_app_templates/Gemfile.extra | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/test_app_templates/Gemfile.extra b/spec/test_app_templates/Gemfile.extra index 357d57d0..220d6cc5 100644 --- a/spec/test_app_templates/Gemfile.extra +++ b/spec/test_app_templates/Gemfile.extra @@ -11,11 +11,6 @@ group :development do # if ENV['RAILS_VERSION'] && Gem::Version.new(ENV['RAILS_VERSION']) < Gem::Version.new("6.1") gem 'psych', '< 4' - - # AND we need a version of linkeddata that will allow psych < 4, not sure why - # bundler can't resolve that on it's own. - # https://github.com/ruby-rdf/linkeddata/issues/16 - gem 'linkeddata', "<= 3.2.0" end if ENV['RAILS_VERSION'] =~ /^6\.1\./ && ENV['RUBY_VERSION'] =~ /^3\.1\./