Skip to content

Instantly share code, notes, and snippets.

View rakesh87's full-sized avatar
🎯

Rakesh Verma rakesh87

🎯
  • Eos
  • bangalore
View GitHub Profile
@rakesh87
rakesh87 / inline_bundler.rb
Created October 12, 2018 16:38
Inline bundler usages
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'actionpack', '~> 5.2', '>= 5.2.1'
gem 'rails'
end
@rakesh87
rakesh87 / new.md
Created April 14, 2019 19:27
new gist

hello!