6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-05 15:12:10 +00:00
tutor/tutor/templates
Régis Behmo 1a42e2d338 Fix "Unable to resolve dependency" error during forum init
When running "bundle exec rake search:initialize" in the forum, we were
getting the following error:

        /openedx/ruby/lib/ruby/site_ruby/2.4.0/rubygems/resolver.rb:235:in `search_for': Unable to resolve dependency: user requested 'did_you_mean (= 1.1.0)' (Gem::UnsatisfiableDependencyError)

It happens this error suddently happened because rubygems-update was not
pinned to a specific version. v3.0.4 was working and v3.1.2 was not.

As it happens, we don't need rubygems-update, so we simply get rid of it
entirely.
2020-03-13 19:27:01 +01:00
..
android Major refactoring of config module 2019-05-29 09:53:54 +02:00
apps Do not include too many themes to avoid long image build time 2020-03-13 19:27:01 +01:00
build Fix "Unable to resolve dependency" error during forum init 2020-03-13 19:27:01 +01:00
dev Rename worker containers from x_worker to x-worker 2020-03-10 10:37:14 +01:00
hooks Get rid of the indexcourses command 2019-12-05 11:49:53 +01:00
k8s Rename *_PROTOCOL to *_SCHEME 2020-03-12 09:37:22 +01:00
local Rename *_PROTOCOL to *_SCHEME 2020-03-12 09:37:22 +01:00
config.yml Rename *_PROTOCOL to *_SCHEME 2020-03-12 09:37:22 +01:00
kustomization.yml Get rid of mysql-client container 2019-09-03 10:36:10 +02:00
version Add TUTOR_VERSION to template variables 2019-05-29 09:53:54 +02:00