RubyGems version specification tip

RubyGems version string “~> 2.5.1” will look for any 2.5.x version, greater than or equal to 2.5.1. For example in Rails:

config.gem 'mygem', :version => '~> 2.5.1'

A mix of code and design by Mark Dodwell, Rails developer and designer.