http://bugzilla.opensuse.org/show_bug.cgi?id=1102075 http://bugzilla.opensuse.org/show_bug.cgi?id=1102075#c4 Oliver Kurz <okurz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |okurz@suse.com --- Comment #4 from Oliver Kurz <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. ``` -- You are receiving this mail because: You are on the CC list for the bug.