Skip to content

Commit

Permalink
Merge pull request #123 from mocktools/develop
Browse files Browse the repository at this point in the history
Ruby DnsMock v1.5.18
  • Loading branch information
bestwebua authored Jan 3, 2024
2 parents 8bf5252 + 7f6ec88 commit 4fe0483
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
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-57
channel: rubocop-1-59
config:
file: .circleci/linter_configs/.rubocop.yml

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

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.5.18] - 2024-01-03

### Updated

- Updated gemspec

## [1.5.17] - 2024-01-01

### Updated
Expand Down
2 changes: 1 addition & 1 deletion dns_mock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'ffaker', ffaker_version
spec.add_development_dependency 'net-ftp', '~> 0.3.3' if current_ruby_version >= ::Gem::Version.new('3.1.0')
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
spec.add_development_dependency 'rake', '~> 13.1'
spec.add_development_dependency 'rspec', '~> 3.12'
spec.add_development_dependency 'rspec-dns', '~> 0.1.8'
end
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.5.17'
VERSION = '1.5.18'
end

0 comments on commit 4fe0483

Please sign in to comment.