Skip to content

Instantly share code, notes, and snippets.

@rakesh87
Created October 12, 2018 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakesh87/6dd55c574ba954d610cab6f33a8a954c to your computer and use it in GitHub Desktop.
Save rakesh87/6dd55c574ba954d610cab6f33a8a954c to your computer and use it in GitHub Desktop.
Inline bundler usages
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'actionpack', '~> 5.2', '>= 5.2.1'
gem 'rails'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment