Skip to content

Commit

Permalink
Add reason for lock version
Browse files Browse the repository at this point in the history
  • Loading branch information
hieudion committed Feb 7, 2020
1 parent ae4431b commit 8ec8201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embulk-input-mixpanel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'httpclient', '>= 2.8.3' # To use tcp_keepalive
spec.add_dependency 'tzinfo', '1.2.5'
spec.add_dependency 'tzinfo', '1.2.5' # to avoid failure in when upgrade to 1.2.6 https://github.com/tzinfo/tzinfo/issues/114
spec.add_dependency 'perfect_retry', ["~> 0.5"]
spec.add_dependency 'activesupport'
spec.add_development_dependency 'bundler', ['~> 1.0']
Expand Down

0 comments on commit 8ec8201

Please sign in to comment.