Gemfile: update.
This commit is contained in:
parent
de1440b1d8
commit
b8380f4717
3 changed files with 15 additions and 169 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ node_modules/
|
|||
*.log
|
||||
.env
|
||||
.idea
|
||||
Gemfile.lock
|
||||
|
|
24
Gemfile
24
Gemfile
|
@ -6,15 +6,19 @@ gem "nanoc-live", "~> 1.0"
|
|||
gem "nanoc-gunzip.rb", "~> 0.1"
|
||||
gem "nanoc-webpack.rb", "~> 0.1"
|
||||
gem "rainpress", "~> 1.0"
|
||||
gem "sass"
|
||||
gem "standardrb"
|
||||
gem "ryo.rb"
|
||||
gem "paint"
|
||||
gem "dotenv"
|
||||
gem "adsf"
|
||||
gem "puma"
|
||||
gem "sass", "~> 3.7"
|
||||
gem "standard", "~> 1.16"
|
||||
gem "ryo.rb", "~> 0.3"
|
||||
gem "paint", "~> 2.3"
|
||||
gem "dotenv", "~> 2.8"
|
||||
gem "adsf", "~> 1.4"
|
||||
gem "puma", "~> 6.0"
|
||||
|
||||
require 'rbconfig'
|
||||
if RbConfig::CONFIG['target_os'] =~ /(?i-mx:bsd|dragonfly)/
|
||||
gem 'rb-kqueue', '>= 0.2'
|
||||
##
|
||||
# Listen gem
|
||||
require "rbconfig"
|
||||
gem "listen", "~> 3.0"
|
||||
case RbConfig::CONFIG["target_os"]
|
||||
when /(?i-mx:bsd|dragonfly)/ # BSD
|
||||
gem "rb-kqueue", "~> 0.2"
|
||||
end
|
||||
|
|
159
Gemfile.lock
159
Gemfile.lock
|
@ -1,159 +0,0 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.1)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
adsf (1.4.6)
|
||||
rack (>= 1.0.0, < 3.0.0)
|
||||
adsf-live (1.4.6)
|
||||
adsf (~> 1.3)
|
||||
em-websocket (~> 0.5)
|
||||
eventmachine (~> 1.2)
|
||||
listen (~> 3.0)
|
||||
rack-livereload (~> 0.3)
|
||||
ast (2.4.2)
|
||||
colored (1.2)
|
||||
concurrent-ruby (1.1.10)
|
||||
cri (2.15.11)
|
||||
ddmetrics (1.0.1)
|
||||
ddplugin (1.0.3)
|
||||
diff-lcs (1.5.0)
|
||||
dotenv (2.8.1)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.15.5)
|
||||
hamster (3.0.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
http_parser.rb (0.8.0)
|
||||
json (2.6.2)
|
||||
json_schema (0.21.0)
|
||||
listen (3.7.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
memo_wise (1.7.0)
|
||||
nanoc (4.12.9)
|
||||
addressable (~> 2.5)
|
||||
colored (~> 1.2)
|
||||
nanoc-checking (~> 1.0, >= 1.0.2)
|
||||
nanoc-cli (= 4.12.9)
|
||||
nanoc-core (= 4.12.9)
|
||||
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.9)
|
||||
cri (~> 2.15)
|
||||
diff-lcs (~> 1.3)
|
||||
nanoc-core (= 4.12.9)
|
||||
zeitwerk (~> 2.1)
|
||||
nanoc-core (4.12.9)
|
||||
concurrent-ruby (~> 1.1)
|
||||
ddmetrics (~> 1.0)
|
||||
ddplugin (~> 1.0)
|
||||
hamster (~> 3.0)
|
||||
json_schema (~> 0.19)
|
||||
memo_wise (~> 1.5)
|
||||
psych (~> 4.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)
|
||||
nanoc-gunzip.rb (0.1.2)
|
||||
nanoc-live (1.0.0)
|
||||
adsf-live (~> 1.4)
|
||||
listen (~> 3.0)
|
||||
nanoc-cli (~> 4.11, >= 4.11.14)
|
||||
nanoc-core (~> 4.11, >= 4.11.14)
|
||||
nanoc-webpack.rb (0.1.0)
|
||||
ryo.rb (~> 0.3)
|
||||
nio4r (2.5.8)
|
||||
paint (2.3.0)
|
||||
parallel (1.22.1)
|
||||
parser (3.1.2.1)
|
||||
ast (~> 2.4.1)
|
||||
pastel (0.8.0)
|
||||
tty-color (~> 0.5)
|
||||
psych (4.0.6)
|
||||
stringio
|
||||
public_suffix (5.0.0)
|
||||
puma (6.0.0)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.2.4)
|
||||
rack-livereload (0.3.17)
|
||||
rack
|
||||
rainbow (3.1.1)
|
||||
rainpress (1.0.1)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rb-kqueue (0.2.8)
|
||||
ffi (>= 0.5.0)
|
||||
regexp_parser (2.6.0)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.35.1)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.2.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.20.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.23.0)
|
||||
parser (>= 3.1.1.0)
|
||||
rubocop-performance (1.14.3)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
ryo.rb (0.3.0)
|
||||
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)
|
||||
slow_enumerator_tools (1.1.0)
|
||||
standard (1.16.1)
|
||||
rubocop (= 1.35.1)
|
||||
rubocop-performance (= 1.14.3)
|
||||
standardrb (1.0.1)
|
||||
standard
|
||||
stringio (3.0.2)
|
||||
tty-color (0.6.0)
|
||||
tty-command (0.10.1)
|
||||
pastel (~> 0.8)
|
||||
tty-platform (0.3.0)
|
||||
tty-which (0.5.0)
|
||||
unicode-display_width (2.3.0)
|
||||
zeitwerk (2.6.1)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-22
|
||||
x86_64-freebsd-13
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
adsf
|
||||
dotenv
|
||||
nanoc (~> 4.12)
|
||||
nanoc-gunzip.rb (~> 0.1)
|
||||
nanoc-live (~> 1.0)
|
||||
nanoc-webpack.rb (~> 0.1)
|
||||
paint
|
||||
puma
|
||||
rainpress (~> 1.0)
|
||||
rb-kqueue (>= 0.2)
|
||||
ryo.rb
|
||||
sass
|
||||
standardrb
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.7
|
Loading…
Reference in a new issue