Skip to content

Commit

Permalink
Update rspec 3.12.0 → 3.13.0 (minor) (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Feb 12, 2024
1 parent 8ed46e7 commit 3b4b887
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 7.4.3 - 2024-02-12
### Changed
- Updated rspec dependency

## 7.4.2 - 2024-01-26
### Changed
- Disable `Rails/BulkChangeTable` rule
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ws-style (7.4.2)
ws-style (7.4.3)
rubocop-rspec (>= 2.2.0)
rubocop-vendor (>= 0.11)
standard (>= 1.30.1)
Expand Down Expand Up @@ -59,19 +59,19 @@ GEM
rchardet (1.8.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.3)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.4)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.7)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.2)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -137,8 +137,8 @@ DEPENDENCIES
git
parse_a_changelog
rake
rspec (~> 3.12.0)
rspec (~> 3.13.0)
ws-style!

BUNDLED WITH
2.4.18
2.4.20
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '7.4.2'.freeze
VERSION = '7.4.3'.freeze
end
end
2 changes: 1 addition & 1 deletion ws-style.gemspec
Expand Up @@ -33,5 +33,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'git'
s.add_development_dependency 'parse_a_changelog'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '~> 3.12.0'
s.add_development_dependency 'rspec', '~> 3.13.0'
end

0 comments on commit 3b4b887

Please sign in to comment.