🖥
What to do if ActiveAdmin can not bundle install on Rails 4
This does not work well.
gem 'activeadmin'
It is no use doing according to the official .
# Gemfile in Rails >= 3.1 gem 'activeadmin' gem 'sass-rails' gem "meta_search", '>= 1.1.0.pre'
do this.
gem 'activeadmin', github: 'activeadmin'
$ bundle install
did it!
problem
Depending on the Rails version, trying to install a bundle will just give an error. It is said to delete meta_search, but I did not understand well.
Your Gemfile requires gems that depend on each other, creating an infinite loop. Please remove gem 'meta_search' and try again.
environment
- Rails 4.2.4
- ruby 2.2.3
- Bundler version 1.10.6
- State just created project with
rails new
reference
Original by
Rails4 で ActiveAdmin が bundle install 出来ない時の対処法
About
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2019-04-16
Discussion