Method: Onotole::BeforeBundlePatch#add_redis_gem
- Defined in:
- lib/onotole/add_user_gems/before_bundle_patch.rb
#add_redis_gem ⇒ Object
319 320 321 |
# File 'lib/onotole/add_user_gems/before_bundle_patch.rb', line 319 def add_redis_gem inject_into_file('Gemfile', "\ngem 'redis', '~>3.2'", after: '# user_choice') end |