Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. gem.add_dependency "this_gem", ">= 2.0.1.pre.joe.2", "< 2.0.2"
  2.  
  3. rake aborted!
  4. Bundler::GemspecError:
  5. [!] There was an error while loading `foo.gemspec`: Illformed requirement ["=> 2.0.1.pre.joe.2"]. Bundler cannot continue.
  6.  
  7. # from /home/user/src/dep_project/gem/foo.gemspec:34
  8. # -------------------------------------------
  9. #
  10. > spec.add_dependency "this_gem", "=> 2.0.1.pre.joe.2", "< 2.0.2"
  11. # spec.add_dependency "json", ">= 2.0.0"
  12. # -------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement