Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Zeitwerk dependency

+2 -1
+1
Gemfile.lock
··· 10 10 remote: . 11 11 specs: 12 12 literal (0.1.0) 13 + zeitwerk (~> 2.6) 13 14 14 15 GEM 15 16 remote: https://rubygems.org/
+1 -1
literal.gemspec
··· 30 30 spec.require_paths = ["lib"] 31 31 32 32 # Uncomment to register a new dependency of your gem 33 - # spec.add_dependency "example-gem", "~> 1.0" 33 + spec.add_dependency "zeitwerk", "~> 2.6" 34 34 35 35 # For more information and examples about making a new gem, check out our 36 36 # guide at: https://bundler.io/guides/creating_gem.html