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

Vagrant does not run on dev branch due to incorrect ruby version #802

Closed
sbrandwoo opened this issue Jun 29, 2017 · 0 comments
Closed

Vagrant does not run on dev branch due to incorrect ruby version #802

sbrandwoo opened this issue Jun 29, 2017 · 0 comments

Comments

@sbrandwoo
Copy link
Contributor

At the time of writing trying to run the dev branch with vagrant will fail as slate requires ruby 2.3, whereas Vagrant only installs 2.2.

sbrandwoo pushed a commit to sbrandwoo/slate that referenced this issue Jun 29, 2017
lord pushed a commit that referenced this issue Jun 29, 2017
@lord lord closed this as completed Jul 5, 2017
matthieu pushed a commit to blockcypher/docs that referenced this issue Nov 8, 2019
* Minor English Tweak

Replace `a` with `an`

* Add deploy configuration with a port set option

Addressing slatedocs#463

* Fixes slatedocs#440, version 1.3.2

* Add link to wiki

* Note the need for an upgraded Ruby

* Add JavaScript examples

* Update rouge languages link in README

* Add PR template

* Add issue template

* Update readme

* Remove CONTRIBUTING

* Bump CHANGELOG

* Word missing on Readme.md (slatedocs#592)

* make scss variables changeable

all variables should only provide a default

this would allow us to include the screen.scss and simply set the variables we want to change before that.

* Add Ruby 2.2.0 to Travis testing matrix

* fix -margin

* Add some company links to readme

* Remove unused gem middleman-gh-pages

* Update middleman-syntax

* Upgrade sprockets

* Fix another bug where disabling language tabs didn't properly hide HTML

* Update ruby version requirements in Travis and README

* Fix bug where -margin wasn't properly respected even if search was off

* Fix build, update middleman

* Exec middleman server fails with invalid flags --force-polling and -l. Removed the flags to remedy.

* Update language list link and count in README

* Add back in middleman flags to Vagrant with new flag syntax

* Fix incorrect documentation in deploy.sh

* Update pull requset template

* Cut version 1.4.0

* Fix Woocommerce link in readme

* Adding Scale to the list of companies. (slatedocs#694)

* Add Ruby 2.3.3 to tested rubies

* Add multiple-tabs-per-language test

* Latest middleman - fixing startup arguments (slatedocs#653)

As per middleman/middleman#1866 (comment)
Tested. It works.

* Update redcarpet gem to 3.4.0 which will solve the unicode error with (slatedocs#660)

h1/h2.
See vmg/redcarpet#538

* Updated Mozilla localForage link (slatedocs#665)

Old link was broken

* Add Ruby 2.4.0 to .travis.yml

* Update middleman and middleman-sprokets, run bundle update

* Update code highlighting theme from Base16::Monokai to just Monokai

* Switch theme from Monokai to the less neon MonokaiSublime

* Allow Ruby 2.4.0 to fail for now

* Update to middleman 4.2.1 for ruby 2.4 fix

* Typo Fix (slatedocs#693)

* Fix Woocommerce link in readme

* Fixed _errors.md typo

* Remove multiple language example from readme, users should just check wiki for instructions

* Add version 1.5.0 changelog notes

* Add webkit-transform hack to fix chrome rendering, fixes slatedocs#538

* Make logo-margin work even if search is enabled, see slatedocs#692 for details

* Static table of contents (slatedocs#701)

* Add showing/hiding submenus, fix sidebar styling, fix bug where includes wouldn't appear in ToC

* Update ToC to highlight last header if page is scrolled to very bottom, fixes slatedocs#280

* Set HTML title to current h1 section text, see slatedocs#133

* Fix menu not opening on mobile

* Add back increase toc item height on mobile

* Fix padding bug

* Add back in ToC sliding animation

* Update ToC to preserve italics, see slatedocs#551

* Fixing an issue when no language is specified (slatedocs#707)

parts[0] can lead to a nil class exception. Using the ternary gives the same functionality without causing things to fail

* Update gradients and colors for a more 2017 look

* Fix bug where clicking link in ToC wouldn't hide ToC on mobile

* Add styling to parent links of current link

* Fix bug with no-language code blocks erroring, fixes slatedocs#716

* Bump links in readme

* Fix screenshot link in readme

* Switch default fonts to system fonts, very slightly blueify default colors

* Fix nav subitem bg

* A Vagrantfile based on debian/jessie64 (slatedocs#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

* Adds unique header creation (slatedocs#743)

* Vagrant file fix for ubuntu/trusty64 (slatedocs#769)

* Fix screenshot link in readme

* Vagrant file fix for ubuntu/trusty64

* Update README.md (slatedocs#787)

Looks like mozilla has moved to something else.

* Add new issue template

* Update PR template

* Update issue template again

* Require Ruby 2.3.1

* Update sponsor explanation text in readme

* Solve improperly nested header problem, fixes slatedocs#711

* Fix bug where head count always got larger across reloads

* Remove old ruby from travis

* Add configurable keypress delay before initiating search (slatedocs#764)

* Add JavaScript Runtime to Readme (slatedocs#796)

* Update Vagrant to Ruby 2.4 (slatedocs#803)

fixes slatedocs#802

* Fix bug with initial load of ToC always jumping to top

* Add note about language tabs as comment in default yaml frontmatter

* Add 2.0.0 release notes

* Add a few more release notes

* Create CODE_OF_CONDUCT.md

* Update_errors.md (slatedocs#815)

Adding some punctuation marks.

* Changes retrieves to deletes

I think the use of the word retrieves in the DELETE request is used mistakenly.

* Document `--source-only` and add `--push-only`

The `--source-only` already works to only build and not deploy. But
sometimes we want to just push and not build. An example of that is
when you want to use Docker to build the project, avoiding the
installation of the whole Ruby environment in your computer.

This commit adds `--push-only` to add the ability to execute only the
actions related to `git` and avoid the project build.

No API was broken by this commit, it's a minor change.

* Update_lang.js

on line 101 missing a semicolon

* Correct capitalization of PayPal and GitHub

* Add border width to negative margin to prevent jumps

* Update screen.css.scss

Add possibility to have the ´code´ tag inside the content tables

* source: update index.html.md s/tripit/lord/g

* Do not push history state. The browser already handles back properly (slatedocs#878)

* Slate RTL (slatedocs#842)

* Comment out rtl direction by default

* Fix data-title attribute for H2 elements in TOC (slatedocs#884)

I believe the data-title attribute for H2 elements was mistakenly using the parent H1 content as its value, rather than its own content.

* Add 2.1.0 changelog notes

* Add editorconfig (slatedocs#891)

* Update nav-text to update toc text too, fixes slatedocs#885

* Add optional NestingUniqueHeadCounter header ID generator



* Move nesting generator to separate class

* Major bug fix, code simplification

* Get rid of global value, use class variable instead.

* fixed Markdown code formatting using backticks inside HTML code block in _errors.md (slatedocs#905)

* Parameterize ToC titles, remove html tags from slug (thx seweil), fixes slatedocs#904

* Fix slatedocs#837 Chinese, Russian headers, thx finalnova

* Fix bug where wrapping the logo in an <a> tag would brake it

* remove unneccessary offensive language :hug: (slatedocs#910)

* Update README.md (slatedocs#919)

Fixed typo

* Add notes about spectrum

* Add changelog for 2.2

* Allow strikethrough with two tildes in markdown, fixes slatedocs#929

* Upgrade to latest jQuery (3.2.1) (slatedocs#939)

* Fix broken list, replaces slatedocs#918

* Increase memory of Vagrant, fixes slatedocs#601 hopefully

* Cleans HTML before setting document.title (slatedocs#946)

Fixes slatedocs#945

* Update .editorconfig to allow trailing whitespace in .md files (slatedocs#947)

* Rename OS X as macOS (slatedocs#950)

* Rename OS X to macOS in deploy.sh comment (slatedocs#951)

* Fixes slatedocs#909, reverts "don't pushState", using replaceState instead (slatedocs#949)

Partially reverts 95f924f.

* Remove IBM from "Companies Using Slate" (slatedocs#964)

* Remove outdated Fidor Bank example (slatedocs#963)

* Factor nav-padding into search input width (slatedocs#967)

Hardcoded value of 30px no longer works when navigation padding is changed. This is now calculated dynamically.

* Make quotes consistent in Gemfile (slatedocs#983)

* Remove invalid links (slatedocs#979)

* [Security] Bump nokogiri from 1.6.8.1 to 1.8.2 (slatedocs#980)

* Adding js to language bindings in sample intro (slatedocs#1000)

* Fix ToC issues, fix slatedocs#995

* Cut version 2.3

* Update sprockets, cut version 2.3.1

* Update issue template to direct users to changelog instead of git commits

* [Security] Bump nokogiri from 1.8.2 to 1.8.5 (slatedocs#1026)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.8.5. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.8.2...v1.8.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Update link in .editorconfig to https (slatedocs#1049)

* Fix lowercase "c" in "WooCommerce". (slatedocs#1043)

* Update issue templates

* [Security] Bump ffi from 1.9.17 to 1.9.25 (slatedocs#1017)

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.17 to 1.9.25. **This update includes security fixes.**
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@1.9.17...1.9.25)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump rack from 2.0.5 to 2.0.6 (slatedocs#1038)

Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@2.0.5...2.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bundle update; upgrade middleman, add sass gem

Patch taken from slatedocs#1092, thanks jakemack

* Update to bundler 2.0 in travis.yml

* updated config.rb to activate asset_hash (slatedocs#1076)

* change example link correctly (slatedocs#1130)

* Change default value of base fork in PR template (slatedocs#1137)

* Updated README.md from lord/slate to slatedocs/slate (slatedocs#1140)

* Update url for travis badge

* [Security] Upgrade nokogiri to 1.10.4 (slatedocs#1150)

* Cut version 2.4.0

* Remove Slate specific files

* Fix merge conflict in README.md

* Remove demo file

* Revert index

* Redo branding enable search

* Reintroduce websocket and ganalytics

* Fix example css

* Fix test and css
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

2 participants