Skip to content

Commit ae93ec5

Browse files
committed
downgrade psych
1 parent cca57b9 commit ae93ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group :test do
1717
gem 'rspec', '~> 3.2'
1818

1919
# Downgrade psych because old RuboCop can't use new Psych
20-
gem 'psych', '~> 3.3.2'
20+
gem 'psych', '< 4.0.0'
2121
# https://github.com/bbatsov/rubocop/pull/4789
2222
gem 'rubocop', '~> 0.50.0'
2323
end

0 commit comments

Comments
 (0)