We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
psych
1 parent 0d9622d commit ad9d23bCopy full SHA for ad9d23b
Gemfile
@@ -16,8 +16,6 @@ group :test do
16
gem 'eventmachine' unless RUBY_PLATFORM =~ /mswin|mingw/
17
gem 'rspec', '~> 3.2'
18
19
- # Downgrade psych because old RuboCop can't use new Psych
20
- gem 'psych', '< 4.0.0'
21
# https://github.com/bbatsov/rubocop/pull/4789
22
gem 'rubocop', '~> 1.30' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.6')
23
end
0 commit comments