Skip to content

Commit

Permalink
Update gc_ruboconfig development dependency to 5.0.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby authored Jun 13, 2024
1 parent e46961e commit 4470359
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ RSpec/NestedGroups:
Exclude:
- 'spec/anony/anonymisable_spec.rb'

RSpec/FilePath:
Exclude:
- 'spec/anony/cops/define_deletion_strategy_spec.rb'

RSpec/DescribeClass:
Exclude:
- 'spec/anony/rspec_shared_examples_spec.rb'
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.1

- Update gc_ruboconfig development dependency to v5.0.0

# v1.3.0

- Add support for Ruby 3.2, 3.3 and Rails 7.1
Expand Down
2 changes: 1 addition & 1 deletion anony.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0"

spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "gc_ruboconfig", "~> 3.6.0"
spec.add_development_dependency "gc_ruboconfig", "~> 5.0.0"
spec.add_development_dependency "rspec", "~> 3.9"
spec.add_development_dependency "rspec-github", "~> 2.4.0"
spec.add_development_dependency "yard", "~> 0.9.20"
Expand Down
2 changes: 1 addition & 1 deletion lib/anony/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Anony
VERSION = "1.3.0"
VERSION = "1.3.1"
end

0 comments on commit 4470359

Please sign in to comment.