Commit Graph

15 Commits

Author SHA1 Message Date
Victor E F
e546ad54c5 Fix vagrant issue: use exact version of bundler (#1355)
I was getting this error, ''Cant find gem bundler (>= 0.a) with
executable bundle', after I ran `vagrant up`. The version of RubyGem
installed in the vagrant box cannot find the exact version of Bundler
listed in Gemfile.lock. This solution ensures that the exact bundler
version installed in Gemfile.lock is installed before running `bundle
install`.

The issue is solved in RubyGems >= 2.7.10 and Ruby >=2.6.3. This
solution ensures a fix without requiring a more complicated upgrade.

More information found here: https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html
2020-12-17 04:22:51 +02:00
Fernando Aguilar
375af3c6cc Install nodejs in Vagrantfile (#1202)
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2020-05-11 16:25:54 +03:00
Brad Thurber
1be12d2027 Update Vagrantfile to Ubuntu 18.04 (#1158)
* Slate 2.4 breaks vagrant

* Update Vagrantfile

* Update Vagrantfile
2020-05-11 16:25:54 +03:00
Robert Lord
55cbe85ca8 Increase memory of Vagrant, fixes #601 hopefully 2018-01-20 13:08:14 -06:00
Steve Brandwood
4d3787afd7 Update Vagrant to Ruby 2.4 (#803)
fixes #802
2017-06-29 14:55:44 -07:00
Ihor Omelchenko
0d586069e7 Vagrant file fix for ubuntu/trusty64 (#769)
* Fix screenshot link in readme

* Vagrant file fix for ubuntu/trusty64
2017-05-14 13:25:36 -05:00
Benjamin Chenebault
7b1e718672 A Vagrantfile based on debian/jessie64 (#708)
* Add VagrantFile compatible from debian/jessie64 box and latest ruby stable version (2.4.0)

* Fix indent in vagrantfile for jessie64

* Remove Vagrantfile for Jessie

* Replace Vagrantfile with debian/jessie and last ruby version
2017-03-31 14:57:15 -05:00
Vasyl Boroviak
cc0f6055ae Latest middleman - fixing startup arguments (#653)
As per https://github.com/middleman/middleman/issues/1866#issuecomment-221125503
Tested. It works.
2017-02-23 21:50:02 -06:00
Robert Lord
33515061b7 Add back in middleman flags to Vagrant with new flag syntax 2016-11-24 11:26:10 -06:00
Luke Hoersten
7d2ab1be7e Exec middleman server fails with invalid flags --force-polling and -l. Removed the flags to remedy. 2016-11-24 11:26:10 -06:00
Robert Lord
1d108d0f40 Update Vagrant to work properly 2016-01-27 15:50:34 -06:00
Marc Guyer
3c1c9c49d5 Add local git config to guest vm 2015-10-08 14:09:27 +00:00
Marc Guyer
4a3fdfaea2 Update Vagrantfile
More memory needed for `rake publish`
2015-10-06 17:21:17 -04:00
Marc Guyer
ce2f2ae8de Update Vagrantfile
Need git for `rake publish`
2015-10-06 17:12:55 -04:00
Marc Guyer
57aa27c0eb Basic support for Vagrant 2015-10-06 16:41:22 -04:00