Gemfile in speedy-af-0.1.3 vs Gemfile in speedy-af-0.2.0

- old
+ new

@@ -1,5 +1,8 @@ # frozen_string_literal: true source 'https://rubygems.org' gemspec + +gem 'byebug' gem 'pry-byebug' unless ENV['CI'] +gem 'psych', '< 4' # pinned to less than 4 due to ActiveFedora not specifying this restriction