Skip to content

Commit

Permalink
Not locking down bundler
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin J. Smith <[email protected]>
  • Loading branch information
Kevin J. Smith committed Aug 30, 2020
1 parent 523e285 commit 7c5e5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zabbixapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require 'zabbixapi/version'
Gem::Specification.new do |spec|
spec.add_dependency 'http', '~> 2.0'
spec.add_dependency 'json', '~> 2.0'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.add_development_dependency 'bundler'

spec.name = 'zabbixapi'
spec.version = ZabbixApi::VERSION
Expand Down

0 comments on commit 7c5e5bd

Please sign in to comment.