digininja / CeWL

CeWL is a Custom Word List Generator
1.96k stars 258 forks source link

bump Dockerfile to ruby 2.6 #104

Closed deargle closed 5 months ago

deargle commented 1 year ago

on 2.5, gem install bundler was throwing the following error, so docker build . wasn't working:

+ gem install bundler
ERROR:  Error installing bundler:
    The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.3.26. Try installing it with `gem install bundler -v 2.3.26`
    bundler requires Ruby version >= 2.6.0. The current ruby version is 2.5.9.229.
loris-intergalactique commented 5 months ago

Solved by https://github.com/digininja/CeWL/commit/dd95b2607907dfff6879cc94d03d318b20e6562b

This PR can be closed

digininja commented 5 months ago

Closed by request