Skip to content

Instantly share code, notes, and snippets.

@romanblanco
Last active November 7, 2017 08:53
Show Gist options
  • Save romanblanco/3ec6fb231b5487fcf30abc7559bf0c99 to your computer and use it in GitHub Desktop.
Save romanblanco/3ec6fb231b5487fcf30abc7559bf0c99 to your computer and use it in GitHub Desktop.
Developer Gemfile
# manageiq/bundler.d/development.rb
require 'rubygems'
gem 'pry'
gem 'pry-byebug'
gem 'pry-rails'
gem 'pry-doc'
gem 'pry-loudmouth'
gem 'pry-inline'
gem 'awesome_print'
gem 'rack-mini-profiler'
override_gem 'manageiq-ui-classic', :path => "/home/rblanco/devel/manageiq-ui-classic"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment