isolate 4.0.0
Isolate is a very simple RubyGems sandbox. It provides a way to express and automatically install your project's Gem dependencies.
          Gemfile:
          =
        
        
          install:
          =
        
      Development Dependencies (7):
            hoe
            ~> 4.2
          
          
            hoe-doofus
            ~> 1.0
          
          
            hoe-git
            ~> 1.3
          
          
            hoe-seattlerb
            ~> 1.2
          
          
            minitest
            ~> 5.0
          
          
            rdoc
            >= 4.0, < 7
          
          
            ZenTest
            ~> 4.5
          
    

