Skip to content

Commit

Permalink
try removing the linkeddata pin, as yaml_ld 0.0.2 has been released a…
Browse files Browse the repository at this point in the history
…llowing psych 3 again
  • Loading branch information
jrochkind committed Sep 7, 2022
1 parent 59adfa3 commit a40f106
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -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\./
Expand Down

0 comments on commit a40f106

Please sign in to comment.