This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.2 - 2024-03-20
10+ ### Changed
11+ - Revert 7.7.1
12+
913## 7.7.1 - 2024-03-17
1014### Changed
1115- Switch to standard-rails fork to upgrade rubocop-rails and resolve noisy warnings.
Original file line number Diff line number Diff line change @@ -2,5 +2,3 @@ source "https://rubygems.org"
22
33# Specify your gem's dependencies in ws-style.gemspec
44gemspec
5-
6- gem 'standard-rails' , github : 'desheikh/standard-rails'
Original file line number Diff line number Diff line change 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-
91PATH
102 remote: .
113 specs:
12- ws-style (7.7.1 )
4+ ws-style (7.7.2 )
135 rubocop-factory_bot (>= 2.26.0 )
146 rubocop-rspec (>= 3.0.0 )
157 rubocop-vendor (>= 0.14.2 )
168 standard (>= 1.30.1 )
179 standard-custom (>= 1.0.2 )
10+ standard-rails (>= 0.1.0 )
1811
1912GEM
2013 remote: https://rubygems.org/
10598 lint_roller (~> 1.1 )
10699 rubocop (>= 1.72.1 , < 2.0 )
107100 rubocop-ast (>= 1.38.0 , < 2.0 )
108- rubocop-rails (2.30.3 )
101+ rubocop-rails (2.26.2 )
109102 activesupport (>= 4.2.0 )
110- lint_roller (~> 1.1 )
111103 rack (>= 1.1 )
112- rubocop (>= 1.72.1 , < 2.0 )
113- rubocop-ast (>= 1.38.0 , < 2.0 )
104+ rubocop (>= 1.52.0 , < 2.0 )
105+ rubocop-ast (>= 1.31.1 , < 2.0 )
114106 rubocop-rspec (3.5.0 )
115107 lint_roller (~> 1.1 )
116108 rubocop (~> 1.72 , >= 1.72.1 )
131123 standard-performance (1.7.0 )
132124 lint_roller (~> 1.1 )
133125 rubocop-performance (~> 1.24.0 )
126+ standard-rails (1.2.0 )
127+ lint_roller (~> 1.0 )
128+ rubocop-rails (~> 2.26.0 )
134129 thor (1.3.2 )
135130 treetop (1.6.14 )
136131 polyglot (~> 0.3 )
@@ -152,7 +147,6 @@ DEPENDENCIES
152147 parse_a_changelog
153148 rake
154149 rspec (~> 3.13.0 )
155- standard-rails !
156150 ws-style !
157151
158152BUNDLED WITH
Original file line number Diff line number Diff line change 11module Ws
22 module Style
3- VERSION = '7.7.1 ' . freeze
3+ VERSION = '7.7.2 ' . freeze
44 end
55end
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments