Guest User

Untitled

a guest
Jun 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. plugin_root = File.expand_path("../../..", __FILE__)
  2. self.instance_eval File.read("#{plugin_root}/Gemfile") #Copying in the gem file from the parent
  3.  
  4. gem 'the_name_of_the_gem_goes_here', :path => plugin_root
Add Comment
Please, Sign In to add comment