Skip to content

Commit 49d91b2

Browse files
tomkerstenpkuczynski
authored andcommitted
Update deep_merge dependency to latest version (v1.2.1) (#191)
Minor version bump from 1.1.1->1.2.1. Removes `deep_merge` from showing up as an outdated gem in `bundle outdated` output.
1 parent 4265c6d commit 49d91b2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Make dry-validation dependency less strict allowing to use newer versions ([#183](https://github.com/railsconfig/config/pull/183))
66
* Fix `key?` and `has_key?`, which raise NoMethodError in non Rails environment, by using ActiveSupport `#delegate` implicitly ([#185](https://github.com/railsconfig/config/pull/185))
7+
* Update `deep_merge` dependency to latest version (v1.2.1) ([#191](https://github.com/railsconfig/config/pull/191))
78

89
## 1.6.0
910

config.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
s.required_ruby_version = '>= 2.0.0'
2626

2727
s.add_dependency 'activesupport', '>= 3.0'
28-
s.add_dependency 'deep_merge', '~> 1.1.1'
28+
s.add_dependency 'deep_merge', '~> 1.2.1'
2929
s.add_dependency 'dry-validation', '>= 0.10.4' if RUBY_VERSION >= '2.1'
3030

3131
s.add_development_dependency 'bundler', '~> 1.13', '>= 1.13.6'

0 commit comments

Comments
 (0)