Gemfile: link to packages/, sort dependencies

This commit is contained in:
0x1eef 2023-06-29 19:35:53 -03:00
parent d5382e158f
commit cc60461e80
2 changed files with 32 additions and 38 deletions

View file

@ -4,19 +4,17 @@ source "https://rubygems.org"
##
# nanoc
gem "nanoc", "~> 4.12"
gem "nanoc-live", "~> 1.0"
##
# nanoc filters
gem "nanoc-gunzip.rb", github: "0x1eef/nanoc-gunzip.rb", tag: "v0.1.2"
gem "nanoc-gzip.rb", github: "0x1eef/nanoc-gzip.rb", tag: "v0.2.0"
gem "nanoc-webpack.rb", github: "0x1eef/nanoc-webpack.rb", tag: "v0.2.0"
gem "rainpress", "~> 1.0"
gem "sass", "~> 3.7"
##
# Ruby web server
gem "adsf", "~> 1.4"
gem "puma", "~> 6.0"
gem "server.rb", path: "./packages/ruby/server"
##
# Everything else

View file

@ -1,9 +1,14 @@
GIT
remote: https://github.com/0x1eef/nanoc-gunzip.rb.git
revision: 925562bc2b5df1d6e9aa3dc3214651648716c72f
tag: v0.1.2
remote: https://github.com/0x1eef/nanoc-gzip.rb.git
revision: 2e4df94c9759e3a7a7da92a0ad9b645c7ebe2660
tag: v0.2.0
specs:
nanoc-gunzip.rb (0.1.2)
nanoc-gzip.rb (0.2.0)
json (= 2.6.1)
nanoc (~> 4.12)
racc (= 1.6.0)
set (= 1.0.2)
stringio (= 3.0.1)
GIT
remote: https://github.com/0x1eef/nanoc-webpack.rb.git
@ -26,19 +31,22 @@ GIT
specs:
test-cmd.rb (0.3.0)
PATH
remote: packages/ruby/server
specs:
server.rb (0.1.0)
json (= 2.6.1)
puma (~> 6.3)
racc (= 1.6.0)
rack (~> 3.0)
set (= 1.0.2)
stringio (= 3.0.1)
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.2.2)
@ -47,15 +55,10 @@ GEM
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.3)
json (2.6.1)
json_schema (0.21.0)
language_server-protocol (3.17.0.3)
listen (3.8.0)
@ -95,12 +98,7 @@ GEM
nanoc-checking (~> 1.0)
nanoc-cli (~> 4.11, >= 4.11.15)
nanoc-core (~> 4.11, >= 4.11.15)
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)
nio4r (2.5.8)
nio4r (2.5.9)
paint (2.3.0)
parallel (1.22.1)
parser (3.2.1.1)
@ -110,11 +108,10 @@ GEM
psych (4.0.6)
stringio
public_suffix (5.0.1)
puma (6.1.1)
puma (6.3.0)
nio4r (~> 2.0)
rack (2.2.6.3)
rack-livereload (0.3.17)
rack
racc (1.6.0)
rack (3.0.8)
rainbow (3.1.1)
rainpress (1.0.1)
rake (13.0.6)
@ -144,12 +141,13 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
set (1.0.2)
slow_enumerator_tools (1.1.0)
standard (1.24.3)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
rubocop-performance (= 1.15.2)
stringio (3.0.5)
stringio (3.0.1)
tty-color (0.6.0)
tty-command (0.10.1)
pastel (~> 0.8)
@ -164,21 +162,19 @@ PLATFORMS
x86_64-openbsd
DEPENDENCIES
adsf (~> 1.4)
dotenv (~> 2.8)
listen (~> 3.0)
nanoc (~> 4.12)
nanoc-gunzip.rb!
nanoc-live (~> 1.0)
nanoc-gzip.rb!
nanoc-webpack.rb!
paint (~> 2.3)
puma (~> 6.0)
rainpress (~> 1.0)
rake
ryo.rb (~> 0.3)!
sass (~> 3.7)
server.rb!
standard (~> 1.24)
test-cmd.rb (~> 0.3)!
BUNDLED WITH
2.4.6
2.3.26