Skip to content

Commit

Permalink
Allow Hashie 5 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored Mar 1, 2024
1 parent b8d87c0 commit 86a5230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createsend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require File.expand_path('lib/createsend/version')

Gem::Specification.new do |s|
s.add_runtime_dependency 'json', '>= 1.0'
s.add_runtime_dependency 'hashie', '~> 3.0'
s.add_runtime_dependency 'hashie', '>= 3.0', '< 6'
s.add_runtime_dependency 'httparty', '~> 0.14'
s.name = "createsend"
s.author = "James Dennes"
Expand Down

0 comments on commit 86a5230

Please sign in to comment.