Skip to content

Commit

Permalink
Merge pull request #71 from kojix2/kojix2-patch-2
Browse files Browse the repository at this point in the history
Allow bundler 2.0
  • Loading branch information
syrusakbary authored Oct 26, 2023
2 parents d991716 + d246a1f commit dcf7057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.require_paths = %w(lib)

spec.add_development_dependency "bundler", "~> 1.17.3"
spec.add_development_dependency "bundler", ">= 1.17.3"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "minitest"
spec.add_development_dependency "minitest-reporters"
Expand Down

0 comments on commit dcf7057

Please sign in to comment.