exercism / development-environment

16 stars 19 forks source link

Add bundle install #19

Closed ErikSchierboom closed 3 years ago

iHiD commented 3 years ago

Sweet - thanks!

joshgoebel commented 3 years ago

What is in the bundle that needs to be installed?

ErikSchierboom commented 3 years ago

Some aws gem

iHiD commented 3 years ago

@joshgoebel It's the Gemfile of the project, which at least requires ActiveSupport.

We can stripe most of this into groups as we previously discussed, but we'll still need active support etc unless you want to rewrite those bits without it.

joshgoebel commented 3 years ago

Oh, hahaha, forgot I used AS. :-) I just hated to use strings everywhere... and eventually we may need another Gem for something, so I guess this is fine.