6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-13 22:48:20 +00:00
tutor/tutor
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
..
commands Add "settheme" command 2020-03-13 19:27:01 +01:00
templates Fix "Unable to resolve dependency" error during forum init 2020-03-13 19:27:01 +01:00
__about__.py v3.11.5 (2020-02-27) 2020-02-27 18:08:04 +01:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
config.py Minor code refactoring, for naming clarity 2020-02-27 17:14:00 +01:00
env.py Add scheme and server name to access logs 2020-03-12 12:01:41 +01:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py env.py refactoring 2020-01-16 15:07:35 +01:00
images.py Better dev environment 2019-10-24 20:03:36 +02:00
interactive.py Minor code refactoring, for naming clarity 2020-02-27 17:14:00 +01:00
plugins.py env.py refactoring 2020-01-16 15:07:35 +01:00
scripts.py Add "settheme" command 2020-03-13 19:27:01 +01:00
serialize.py Fix incorrectly parsed empty strings in config save --set ...=... 2020-01-21 18:32:34 +01:00
utils.py Minor black formatting issue 2019-11-22 09:23:59 +01:00