Skip to content

Commit

Permalink
Update bundler open-ended dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Apr 23, 2021
1 parent 9f4f059 commit 1bae469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqrcode.gemspec
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.3"
spec.add_dependency "rqrcode_core", "~> 1.0"
spec.add_dependency "chunky_png", "~> 1.0"
spec.add_development_dependency "bundler", ">= 2.0"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.5"
spec.add_development_dependency "standardrb", "~> 1.0"
Expand Down

0 comments on commit 1bae469

Please sign in to comment.