Skip to content

Commit ad9d23b

Browse files
committed
Remove the extra psych for older versions of RuboCop
1 parent 0d9622d commit ad9d23b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ group :test do
1616
gem 'eventmachine' unless RUBY_PLATFORM =~ /mswin|mingw/
1717
gem 'rspec', '~> 3.2'
1818

19-
# Downgrade psych because old RuboCop can't use new Psych
20-
gem 'psych', '< 4.0.0'
2119
# https://github.com/bbatsov/rubocop/pull/4789
2220
gem 'rubocop', '~> 1.30' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.6')
2321
end

0 commit comments

Comments
 (0)