Ruby - Gems and Bundler
You have this Gemfile line:
gem 'puma', '~> 5.0'. You want to allow updates up to but not including 5.1.0. What is the correct fix?