6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-23 13:38:24 +00:00
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
..
2020-03-13 19:27:01 +01:00
2020-02-27 18:08:04 +01:00
2019-02-09 20:30:01 +01:00
2019-02-09 20:30:01 +01:00
2020-01-16 15:07:35 +01:00
2019-10-24 20:03:36 +02:00
2020-01-16 15:07:35 +01:00
2020-03-13 19:27:01 +01:00
2019-11-22 09:23:59 +01:00