Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 7.7.2 - 2024-03-20
### Changed
- Revert 7.7.1

## 7.7.1 - 2024-03-17
### Changed
- Switch to standard-rails fork to upgrade rubocop-rails and resolve noisy warnings.
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ source "https://rubygems.org"

# Specify your gem's dependencies in ws-style.gemspec
gemspec

gem 'standard-rails', github: 'desheikh/standard-rails'
22 changes: 8 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
GIT
remote: https://github.com/desheikh/standard-rails.git
revision: c9f83ebe1a97191dcfc5ca69a6b7221c242937db
specs:
standard-rails (1.2.0)
lint_roller (~> 1.0)
rubocop-rails (~> 2.30.0)

PATH
remote: .
specs:
ws-style (7.7.1)
ws-style (7.7.2)
rubocop-factory_bot (>= 2.26.0)
rubocop-rspec (>= 3.0.0)
rubocop-vendor (>= 0.14.2)
standard (>= 1.30.1)
standard-custom (>= 1.0.2)
standard-rails (>= 0.1.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -105,12 +98,11 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.30.3)
rubocop-rails (2.26.2)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.5.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
Expand All @@ -131,6 +123,9 @@ GEM
standard-performance (1.7.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.24.0)
standard-rails (1.2.0)
lint_roller (~> 1.0)
rubocop-rails (~> 2.26.0)
thor (1.3.2)
treetop (1.6.14)
polyglot (~> 0.3)
Expand All @@ -152,7 +147,6 @@ DEPENDENCIES
parse_a_changelog
rake
rspec (~> 3.13.0)
standard-rails!
ws-style!

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '7.7.1'.freeze
VERSION = '7.7.2'.freeze
end
end
2 changes: 1 addition & 1 deletion ws-style.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.add_dependency 'standard', '>= 1.30.1'
s.add_dependency 'standard-custom', '>= 1.0.2'
# s.add_dependency 'standard-rails', '>= 0.1.0'
s.add_dependency 'standard-rails', '>= 0.1.0'
s.add_dependency 'rubocop-rspec', '>= 3.0.0'
s.add_dependency 'rubocop-factory_bot', '>= 2.26.0'
s.add_dependency 'rubocop-vendor', '>= 0.14.2'
Expand Down