You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
After I ran
rails generate atomic_cms:install
to initialize Active Admin, I got an error: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.
The text was updated successfully, but these errors were encountered: