Skip to content

Commit

Permalink
(BUGFIX) Pin bundler version
Browse files Browse the repository at this point in the history
Version seems to be causing errors on windows 2019 3.2
  • Loading branch information
david22swan committed May 7, 2024
1 parent b800d3f commit ad0feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7.0'

spec.add_runtime_dependency 'bundler', '>= 2.1.0', '< 3.0.0'
spec.add_runtime_dependency 'bundler', '>= 2.1.0', '< 2.5.10'
spec.add_runtime_dependency 'childprocess', '~> 4.1.0'
spec.add_runtime_dependency 'cri', '~> 2.15.11'
spec.add_runtime_dependency 'diff-lcs', '>= 1.5.0'
Expand Down

0 comments on commit ad0feb2

Please sign in to comment.