-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatch in bundler version in Gemfile.lock and rails version in Gemfile #15692
Comments
Commit 94ba82b before the PR works. |
Hi @Baschdl, Sorry for the inconvenience we may have caused to you! We are aware of the warning and it should be harmless as long as you have the right bundler version(s). Thank you for using CARTO :) |
I also experimented with the py3pg12postgis3 branch but imports in this branch fail with a 9999 error with a file which works on the other branch (sverhoeven/docker-cartodb#89). I actually assumed that the older versions of postgresql, nodejs, ruby and python are the recommended way as mentioned on https://cartodb.readthedocs.io/en/latest/install.html. It would be nice if you could update the installation instruction accordingly. |
As mentioned in the original comment, there is a conflict in the bundler version (run with py3pg12postgis3 branch but
|
Hi @Baschdl, In master to overcome the issue you could remove the
Totally agree. I hope we can do that soon |
Yesterday's PR #15688 bundled the
Gemfile.lock
with version2.1.4
cartodb/Gemfile.lock
Line 566 in 0a3e9f5
gem 'rails', '4.2.11'
cartodb/Gemfile
Line 3 in 0a3e9f5
bundler (>= 1.3.0, < 2.0)
.Steps to Reproduce
Install everything by hand or run
git clone https://github.com/sverhoeven/docker-cartodb.git
anddocker build -t=sverhoeven/cartodb docker-cartodb/
The text was updated successfully, but these errors were encountered: