Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit ed759d1

Browse files
authored
switch to standard-rails fork (#282)
1 parent 5909e99 commit ed759d1

5 files changed

Lines changed: 22 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## 7.7.1 - 2024-03-17
10+
### Changed
11+
- Switch to standard-rails fork to upgrade rubocop-rails and resolve noisy warnings.
12+
913
## 7.7.0 - 2024-03-12
1014
### Changed
1115
- Use new plugins API, also supported by rubcop-vendor >= 0.14.2

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ source "https://rubygems.org"
22

33
# Specify your gem's dependencies in ws-style.gemspec
44
gemspec
5+
6+
gem 'standard-rails', github: 'desheikh/standard-rails'

Gemfile.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
GIT
2+
remote: https://github.com/desheikh/standard-rails.git
3+
revision: c9f83ebe1a97191dcfc5ca69a6b7221c242937db
4+
specs:
5+
standard-rails (1.2.0)
6+
lint_roller (~> 1.0)
7+
rubocop-rails (~> 2.30.0)
8+
19
PATH
210
remote: .
311
specs:
4-
ws-style (7.7.0)
12+
ws-style (7.7.1)
513
rubocop-factory_bot (>= 2.26.0)
614
rubocop-rspec (>= 3.0.0)
715
rubocop-vendor (>= 0.14.2)
816
standard (>= 1.30.1)
917
standard-custom (>= 1.0.2)
10-
standard-rails (>= 0.1.0)
1118

1219
GEM
1320
remote: https://rubygems.org/
@@ -98,11 +105,12 @@ GEM
98105
lint_roller (~> 1.1)
99106
rubocop (>= 1.72.1, < 2.0)
100107
rubocop-ast (>= 1.38.0, < 2.0)
101-
rubocop-rails (2.26.2)
108+
rubocop-rails (2.30.3)
102109
activesupport (>= 4.2.0)
110+
lint_roller (~> 1.1)
103111
rack (>= 1.1)
104-
rubocop (>= 1.52.0, < 2.0)
105-
rubocop-ast (>= 1.31.1, < 2.0)
112+
rubocop (>= 1.72.1, < 2.0)
113+
rubocop-ast (>= 1.38.0, < 2.0)
106114
rubocop-rspec (3.5.0)
107115
lint_roller (~> 1.1)
108116
rubocop (~> 1.72, >= 1.72.1)
@@ -123,9 +131,6 @@ GEM
123131
standard-performance (1.7.0)
124132
lint_roller (~> 1.1)
125133
rubocop-performance (~> 1.24.0)
126-
standard-rails (1.2.0)
127-
lint_roller (~> 1.0)
128-
rubocop-rails (~> 2.26.0)
129134
thor (1.3.2)
130135
treetop (1.6.14)
131136
polyglot (~> 0.3)
@@ -147,6 +152,7 @@ DEPENDENCIES
147152
parse_a_changelog
148153
rake
149154
rspec (~> 3.13.0)
155+
standard-rails!
150156
ws-style!
151157

152158
BUNDLED WITH

lib/ws/style/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Ws
22
module Style
3-
VERSION = '7.7.0'.freeze
3+
VERSION = '7.7.1'.freeze
44
end
55
end

ws-style.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424

2525
s.add_dependency 'standard', '>= 1.30.1'
2626
s.add_dependency 'standard-custom', '>= 1.0.2'
27-
s.add_dependency 'standard-rails', '>= 0.1.0'
27+
# s.add_dependency 'standard-rails', '>= 0.1.0'
2828
s.add_dependency 'rubocop-rspec', '>= 3.0.0'
2929
s.add_dependency 'rubocop-factory_bot', '>= 2.26.0'
3030
s.add_dependency 'rubocop-vendor', '>= 0.14.2'

0 commit comments

Comments
 (0)