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

Problem during bundle install #2

Open
ChristPetitjean opened this issue Aug 8, 2016 · 3 comments
Open

Problem during bundle install #2

ChristPetitjean opened this issue Aug 8, 2016 · 3 comments

Comments

@ChristPetitjean
Copy link

It seem's there is a compile problem with the version of : 08/08/2016 - 11h20
2016-08-08_11-24-29

@mitzzz
Copy link

mitzzz commented Aug 8, 2016

Im getting another error during "bundle install"

``x64_mingw is not a valid platform. The available options are: [:ruby, :ruby_18, :ruby_19, :ruby_20, :mri, :mri_18, :mri_19, :mri_20, :rbx, :jruby, :mswin, :mingw, :mingw_18, :mingw_19, :mingw_20]

@dphuang2
Copy link
Owner

dphuang2 commented Aug 8, 2016

What version of Ruby do you have installed? Run "ruby -v" and copy the output here.

@nhancin
Copy link

nhancin commented Aug 9, 2016

I have so far gotten this to install on Ubuntu 14.04(still working on the functionality), you'll need ruby 2.2. The line causing the error in the Gemfile appears to relate to Windows so I've commented that out in my local clone due to this.

-gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
+#gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

If you also do not already have them you nee libpq-dev and libsqlite3-dev for the gems.

apt-add-repository ppa:brightbox/ruby-ng
apt-get update
apt-get install ruby2.2 ruby2.2-dev

You should be able to run the bundle install and have it complete.

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

No branches or pull requests

4 participants