Skip to content

Commit 20a8ea9

Browse files
authored
Merge pull request #376 from BookingSync/update-dependencies-selectively
Update dependencies selectively for arm64 support
2 parents 6d88542 + 2609aa7 commit 20a8ea9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.6
1+
2.7.7

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GEM
3636
multipart-post (>= 1.2, < 3)
3737
faraday-http-cache (2.0.0)
3838
faraday (~> 0.8)
39-
ffi (1.9.25)
39+
ffi (1.15.5)
4040
formatador (0.2.4)
4141
github_changelog_generator (1.14.3)
4242
activesupport
@@ -109,7 +109,7 @@ GEM
109109
retriable (2.1.0)
110110
rexml (3.2.4)
111111
sass (3.4.25)
112-
sassc (2.2.1)
112+
sassc (2.4.0)
113113
ffi (~> 1.9)
114114
sawyer (0.8.2)
115115
addressable (>= 2.3.5)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ If you are having issues with `guard`, just use `nanoc compile` and `nanoc view`
1616
The `crash.log` could provide useful information as well.
1717
If you see the `json` examples not changing, just delete the output folder and regenerate it with `nanoc compile`.
1818

19+
If you are having issues with `python` 2.x being required or command/env `python` not found during `nanoc compile`, try setting up pyenv and python 2.7.18 and use it locally for this project.
20+
1921
## Publishing
2022

2123
Make sure to be on the master branch and having pulled the latest changes, then run `bundle exec rake publish` from your local machine.

0 commit comments

Comments
 (0)