×
Masterpro Nivo Slider (06 фев 2023)

Это форк Vinaora Nivo Slider, пришлось переименовать, в силу требования JED. Даже старую версию качать можно было только с варезных сайтов, нашпигованную троянами. Зачем оно такое, согласитесь.

Решено Your Gemfile.lock is corrupt

Подробнее
6 года 1 мес. назад #1 от evgenij
evgenij создал тему: Your Gemfile.lock is corrupt
Перенес рабочий каталог с rails на новый ПК, rails инсталлирован. Запускаю сервер находясь в каталоге приложения:
$ rails s
Could not find rake-11.3.0 in any of the sources
Run `bundle install` to install missing gems.

Запускаю
$ bundle install

Получаю Your Gemfile.lock is corrupt. The following gem is missing from the DEPENDENCIES section: 'mini_portile2':
$ bundle install
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Fetching dependency metadata from https://rubygems.org/
Installing rake 11.3.0
Using concurrent-ruby 1.0.2
Using i18n 0.7.0
Installing minitest 5.9.1
Using thread_safe 0.3.5
Using builder 3.2.2
Using erubis 2.7.0
Your Gemfile.lock is corrupt. The following gem is missing from the DEPENDENCIES section: 'mini_portile2'

Запускаю еще раз сервер:
$ rails server
Could not find nokogiri-1.6.8.1 in any of the sources
Run `bundle install` to install missing gems.
$ bundle install
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Fetching dependency metadata from https://rubygems.org/
Using rake 11.3.0
Using concurrent-ruby 1.0.2
Using i18n 0.7.0
Using minitest 5.9.1
Using thread_safe 0.3.5
Using builder 3.2.2
Using erubis 2.7.0
Your Gemfile.lock is corrupt. The following gem is missing from the DEPENDENCIES section: 'mini_portile2'


Я в шоке... там плоды труда рабочей недели, ужас будет если это потеряется....

Have a lot of fun!

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Подробнее
6 года 1 мес. назад #2 от evgenij
evgenij ответил в теме Your Gemfile.lock is corrupt
$ ruby -v
ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-linux]

Have a lot of fun!

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Подробнее
6 года 1 мес. назад #3 от Aleksej
Aleksej ответил в теме Your Gemfile.lock is corrupt
Попробуй удалить/переименовать Gemfile.lock, затем

bundle install
bundle update
Спасибо сказали: evgenij

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.

Работает на Kunena форум