diff --git a/twenty-frontend/Gemfile b/twenty-frontend/Gemfile index 8b76a2a..91fd392 100644 --- a/twenty-frontend/Gemfile +++ b/twenty-frontend/Gemfile @@ -1,5 +1,6 @@ # frozen_string_literal: true - -source 'https://rubygems.org' - -gem 'nanoc', '~> 4.12' +source "https://rubygems.org" +gem "nanoc", "~> 4.12" +gem "nanoc-webpack.rb", github: "0x1eef/nanoc-webpack.rb" +gem "ryo.rb", github: "0x1eef/ryo.rb" +gem "sass", "~> 3.7" diff --git a/twenty-frontend/Gemfile.lock b/twenty-frontend/Gemfile.lock new file mode 100644 index 0000000..6e61a02 --- /dev/null +++ b/twenty-frontend/Gemfile.lock @@ -0,0 +1,102 @@ +GIT + remote: https://github.com/0x1eef/nanoc-webpack.rb.git + revision: b32bec747998f06969f045274b28126c3b540369 + specs: + nanoc-webpack.rb (0.4.3) + ryo.rb (~> 0.3) + +GIT + remote: https://github.com/0x1eef/ryo.rb.git + revision: 70a975e0fad895c0460818c878586d398f32fbdb + specs: + ryo.rb (0.4.4) + +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) + colored (1.2) + concurrent-ruby (1.2.2) + cri (2.15.11) + ddmetrics (1.1.0) + ddplugin (1.0.3) + diff-lcs (1.5.0) + ffi (1.16.3) + immutable-ruby (0.1.0) + concurrent-ruby (~> 1.1) + sorted_set (~> 1.0) + json_schema (0.21.0) + memo_wise (1.8.0) + nanoc (4.12.19) + addressable (~> 2.5) + colored (~> 1.2) + nanoc-checking (~> 1.0, >= 1.0.2) + nanoc-cli (= 4.12.19) + nanoc-core (= 4.12.19) + nanoc-deploying (~> 1.0) + parallel (~> 1.12) + tty-command (~> 0.8) + tty-which (~> 0.4) + nanoc-checking (1.0.2) + nanoc-cli (~> 4.12, >= 4.12.4) + nanoc-core (~> 4.12, >= 4.12.4) + nanoc-cli (4.12.19) + cri (~> 2.15) + diff-lcs (~> 1.3) + nanoc-core (= 4.12.19) + zeitwerk (~> 2.1) + nanoc-core (4.12.19) + concurrent-ruby (~> 1.1) + ddmetrics (~> 1.0) + ddplugin (~> 1.0) + immutable-ruby (~> 0.1) + json_schema (~> 0.19) + memo_wise (~> 1.5) + psych (>= 4.0, < 6.0) + slow_enumerator_tools (~> 1.0) + tty-platform (~> 0.2) + zeitwerk (~> 2.1) + nanoc-deploying (1.0.2) + nanoc-checking (~> 1.0) + nanoc-cli (~> 4.11, >= 4.11.15) + nanoc-core (~> 4.11, >= 4.11.15) + parallel (1.23.0) + pastel (0.8.0) + tty-color (~> 0.5) + psych (5.0.1) + stringio + public_suffix (5.0.4) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rbtree (0.4.6) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + set (1.0.3) + slow_enumerator_tools (1.1.0) + sorted_set (1.0.3) + rbtree + set (~> 1.0) + stringio (3.0.4) + tty-color (0.6.0) + tty-command (0.10.1) + pastel (~> 0.8) + tty-platform (0.3.0) + tty-which (0.5.0) + zeitwerk (2.6.12) + +PLATFORMS + x86_64-openbsd + +DEPENDENCIES + nanoc (~> 4.12) + nanoc-webpack.rb! + ryo.rb! + sass (~> 3.7) + +BUNDLED WITH + 2.4.10