Posted on: Written by: K-Sato
⚠️ 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

References

About the author

I am a web-developer based somewhere on earth. I primarily code in TypeScript, Go and Ruby at work. React, RoR and Gin are my go-to Frameworks.