/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

yehudakatz.com
| | github.com
1.8 parsecs away

Travel
| | Lists repositories using end-of-life Ruby versions - MatheusRich/end_of_life
| | blog.presidentbeef.com
1.8 parsecs away

Travel
| | [AI summary] The author describes a process for bundling Ruby gem dependencies inside the Brakeman security scanner gem to prevent version conflicts with user applications.
| | kevinjmurphy.com
2.1 parsecs away

Travel
| | Some dependencies, like nokogiri, ship with multiple libraries for different architectures. If you cache your gems, you may need to cache multiple platforms, because your development team is spread across various platforms or you deploy to a different platform. We discuss how to do that in this post.
| | bundler.io
25.0 parsecs away

Travel
| [AI summary] A technical guide explaining a common error in Ruby/Gemfile.lock environments and providing three solutions to fix it by installing the exact Bundler version, updating RubyGems, or updating Ruby.