⚠️ This article was posted over 2 years ago. The information might be outdated. ⚠️
Table of Contents
Simple workaround
Paste the code below to your ruby file and add gems you want to use in the block.
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'spell_generator'
end