Skip to content

Commit

Permalink
Relax hashie dependency version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
stac47 committed May 8, 2022
1 parent f870697 commit 258b845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
tzu_mock (1.2.0)
tzu_mock (1.3.0)
binding_of_caller (>= 0.7)
hashie (= 3.4.0)
hashie (~> 3)

GEM
remote: http://rubygems.org/
Expand All @@ -13,7 +13,7 @@ GEM
byebug (11.1.3)
debug_inspector (1.1.0)
diff-lcs (1.5.0)
hashie (3.4.0)
hashie (3.6.0)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand Down
2 changes: 1 addition & 1 deletion tzu_mock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_runtime_dependency 'binding_of_caller', '>= 0.7'
s.add_runtime_dependency 'hashie', '3.4.0'
s.add_runtime_dependency 'hashie', '~> 3'

s.add_development_dependency 'tzu'
s.add_development_dependency 'rspec'
Expand Down

0 comments on commit 258b845

Please sign in to comment.