What | Removed | Added |
---|---|---|
CC | okurz@suse.com |
The problem can be easily reproduced with the Tumbleweed container: ``` docker run -it --rm opensuse/tumbleweed sh -c "zypper -n in 'rubygem(rails)' && rails new mycoolapp --skip-bundle --skip-test && cd mycoolapp && timeout 5 rails server -b 0.0.0.0" ``` -> ``` Could not find gem 'sqlite3' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems. ```