rr3tt / rumbda

Run ruby scripts on aws lambda.
MIT License
105 stars 18 forks source link

Rumbda init fails #9

Open Awatatah opened 6 years ago

Awatatah commented 6 years ago

Cannot init because bundler is static to bundler version 1.9.9

Error Message:

Unable to activate rumbda-1.1.0, because bundler-1.13.6 conflicts with bundler (= 1.9.9) (Gem::ConflictError)

Shouldn't it be bundler (~> 1.9.9)

codicoscepticos commented 6 years ago

Here's a solution (that worked for me):

1) gem install bundler -v '= 1.9.9' 2) Be sure to have a 'Gemfile' file in your working directory. 3) bundle _1.9.9_ exec rumbda init 4) Open and fix your 'Gemfile'.

Helpful sources: