Skip to content

Commit f7f7904

Browse files
authored
Merge pull request #148 from koic/fix_incorrect_plugin_version
Fix incorrect plugin version
2 parents 71dd6f5 + 2398d77 commit f7f7904

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Edge (Unreleased)
44

5+
- Fix incorrect plugin version. ([@koic])
6+
57
## 2.22.0 (2025-03-10)
68

79
- Add `Capybara/AmbiguousClick` cop and make soft-deprecated `Capybara/ClickLinkOrButtonStyle` cop. If you want to use `EnforcedStyle: strict`, use `Capybara/AmbiguousClick` cop instead. ([@ydah])
@@ -84,6 +86,7 @@
8486
[@bquorning]: https://github.com/bquorning
8587
[@darhazer]: https://github.com/Darhazer
8688
[@earlopain]: https://github.com/earlopain
89+
[@koic]: https://github.com/koic
8790
[@onumis]: https://github.com/onumis
8891
[@oskarsezerins]: https://github.com/OskarsEzerins
8992
[@pirj]: https://github.com/pirj

lib/rubocop-capybara.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
require 'rubocop'
77

88
require_relative 'rubocop/capybara/plugin'
9+
require_relative 'rubocop/capybara/version'
910

1011
require_relative 'rubocop/cop/capybara/mixin/capybara_help'
1112
require_relative 'rubocop/cop/capybara/mixin/css_attributes_parser'

0 commit comments

Comments
 (0)