Skip to content

Commit

Permalink
fixup! Don't require rubocop/rspec/language/node_pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed May 20, 2024
1 parent 52e19d0 commit 937537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'simplecov', '>= 0.19'
gem 'yard'

# TODO: Move to gemspec when RuboCop RSpec v3 is released.
gem 'rubocop-rspec', github: 'rubocop/rubocop-rspec', ref: '1a8e9cb8b044983c94d'
gem 'rubocop-rspec', '~> 2.27'

local_gemfile = 'Gemfile.local'
eval_gemfile(local_gemfile) if File.exist?(local_gemfile)

0 comments on commit 937537d

Please sign in to comment.