bundle-exec2.7 (1) Linux Manual Page
bundle-exec – Execute a command in the context of the bundle Synopsisbundle exec [–keep-file-descriptors] command DescriptionThis command executes the command, making all gems specified in the [Gemfile(5)][Gemfile(5)] available to require in Ruby programs. Essentially, if you would normally have run something like rspec spec/my_spec.rb, and you want to use the gems specified in the [Gemfile(5)][Gemfile(5)]…
