Skip to content

Instantly share code, notes, and snippets.

@mtho11
Created August 25, 2017 16:09
Show Gist options
  • Save mtho11/a45705de7b0aadbdbc17090d3a03d3c4 to your computer and use it in GitHub Desktop.
Save mtho11/a45705de7b0aadbdbc17090d3a03d3c4 to your computer and use it in GitHub Desktop.
Gemfile.dev.rb
# unless dependencies.detect { |d| d.name == "manageiq-ui-classic" }
# gem "manageiq-ui-classic", :path => "/Users/mtho11/projects/manageiq-ui-classic"
# end
#override_gem 'manageiq-ui-classic', :path => File.expand_path('plugins/manageiq-ui-classic', __dir__)
override_gem 'manageiq-ui-classic', :path => File.expand_path("../../manageiq-ui-classic", __dir__)
group :development do
gem "pry-byebug"
# gem "web-console", group: :development
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment