Browse Source

Merge pull request #116 from communitiesuk/arm-compatibility

Ensure compatibility with ARM chipsets and support node-sass
pull/117/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
58d48614e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .nvmrc
  2. 3
      Gemfile.lock
  3. 3
      package.json

1
.nvmrc

@ -0,0 +1 @@
14

3
Gemfile.lock

@ -231,6 +231,8 @@ GEM
minitest (5.14.4)
msgpack (1.4.2)
nio4r (2.5.8)
nokogiri (1.12.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
@ -394,6 +396,7 @@ GEM
zeitwerk (2.5.1)
PLATFORMS
arm64-darwin-21
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux

3
package.json

@ -1,6 +1,9 @@
{
"name": "data-collector",
"private": true,
"engines": {
"node": "^14.0.0"
},
"dependencies": {
"@activeadmin/activeadmin": "^2.9.0",
"@hotwired/stimulus": "^3.0.0",

Loading…
Cancel
Save