Skip to content

Commit aa7b67c

Browse files
committed
bump
1 parent 6183a11 commit aa7b67c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doing.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ lib/doing/wwid.rb
3030
s.add_runtime_dependency 'gli', '~> 2.17', '>= 2.17.1'
3131
s.add_runtime_dependency('haml','4.0.3')
3232
s.add_runtime_dependency('chronic','~> 0.10', '>= 0.10.2')
33-
s.add_runtime_dependency 'deep_merge', '>= 1.2.1'
34-
s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.1'
33+
s.add_runtime_dependency 'deep_merge', '~> 1.2', '>= 1.2.1'
34+
s.add_runtime_dependency 'json', '~> 2.2.0', '>= 1.8.1'
3535
end

lib/doing/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Doing
2-
VERSION = '1.0.11'
2+
VERSION = '1.0.12'
33
end

0 commit comments

Comments
 (0)