Raleigh.rb Dependencies Talk
Last night I gave a talk on Rubygems, Bundler, and dependency management at Raleigh.rb. Below is a list of references from the talk, as well as some extra guides for getting rolling with Bundler.
Thanks to everyone who came out!
- Bundler home on Github
- Using Bundler 0.9 with Rails 2.3.5
- Bundler code snippets from the talk
- Semantic Versioning
-
[Pessimistic Version Constraint for Rubygems](https://docs.rubygems.org/read/chapter/16#page74 “RubyGems User Guide RubyGems Manuals”) - i.e use ~> not =>
- Bundler 0.9: Heading towards 1.0
- Using Bundler in Real Life