Skip to content

Commit

Permalink
Merge pull request #153 from mocktools/develop
Browse files Browse the repository at this point in the history
Ruby DnsMock v1.7.4
  • Loading branch information
bestwebua authored Jul 16, 2024
2 parents c78639f + 020210d commit 2de6aeb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/gemspecs/latest
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'reek', '~> 6.3'
spec.add_development_dependency 'rspec', '~> 3.13'
spec.add_development_dependency 'rspec-dns', '~> 0.1.8'
spec.add_development_dependency 'rubocop', '~> 1.64', '>= 1.64.1'
spec.add_development_dependency 'rubocop', '~> 1.65'
spec.add_development_dependency 'rubocop-performance', '~> 1.21', '>= 1.21.1'
spec.add_development_dependency 'rubocop-rspec', '~> 3.0', '>= 3.0.1'
spec.add_development_dependency 'rubocop-rspec', '~> 3.0', '>= 3.0.3'
spec.add_development_dependency 'simplecov', '~> 0.22.0'
end
3 changes: 3 additions & 0 deletions .circleci/linter_configs/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ Gemspec/RequireMFA:
Gemspec/DevelopmentDependencies:
Enabled: false

Gemspec/AddRuntimeDependency:
Enabled: false

# Performance -----------------------------------------------------------------

Performance/MethodObjectAsBlock:
Expand Down
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ checks:
plugins:
rubocop:
enabled: true
channel: rubocop-1-63
channel: rubocop-1-65
config:
file: .circleci/linter_configs/.rubocop.yml

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.4] - 2024-07-16

### Updated

- Updated gem development dependencies
- Updated `rubocop`/`codeclimate` configs
- Updated gem version

## [1.7.3] - 2024-06-27

### Updated
Expand Down
2 changes: 1 addition & 1 deletion lib/dns_mock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DnsMock
VERSION = '1.7.3'
VERSION = '1.7.4'
end

0 comments on commit 2de6aeb

Please sign in to comment.