Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initializing Active Admin adds bourbon, neat and bitters to the Gemfile regardless if they are already there #49

Open
mirceacr opened this issue Jan 21, 2016 · 1 comment
Labels

Comments

@mirceacr
Copy link

After I ran rails generate atomic_cms:install to initialize Active Admin, I got an error:

!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: bourbon (>= 0) and bourbon (~> 4.2.6). Bundler cannot continue.

 #  from /Users/Mircea/Jobbing/easyliving/Gemfile:63
 #  -------------------------------------------
 #  gem 'activeadmin', '1.0.0.pre2'
 >  gem 'bourbon', '~> 4.2.6'
 #  gem 'neat', '~> 1.7.2'
 #  -------------------------------------------

This happened although bourbon, neat and bitters where already in the Gemfile. Checking the Gemfile after this error, I noticed these three gems are added twice, once in the beginning of the file, where they originally where, and the second time at the bottom of the file with specific versions.

@mirceacr mirceacr added the bug label Jan 21, 2016
@gabeweaver
Copy link

Job Story 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants