Last active
November 7, 2017 08:53
-
-
Save romanblanco/3ec6fb231b5487fcf30abc7559bf0c99 to your computer and use it in GitHub Desktop.
Developer Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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