Skip to content

Commit

Permalink
Add terser to gemset
Browse files Browse the repository at this point in the history
  • Loading branch information
werthen committed Sep 26, 2024
1 parent c4b1a1d commit 7d42d35
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ gem 'sass-embedded'
gem 'pstore'
gem 'logger'

# Not found in Github actions
gem 'terser'

group :development do
gem 'adsf'
# puma instead of thin, see https://github.com/nanoc/nanoc/issues/1499
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ GEM
stringio (3.1.1)
terminal-notifier (2.0.0)
terminal-notifier-guard (1.7.0)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.2)
tty-color (0.6.0)
tty-command (0.10.1)
Expand Down Expand Up @@ -229,6 +231,7 @@ DEPENDENCIES
sassc
terminal-notifier
terminal-notifier-guard
terser
typogruby
tzinfo
tzinfo-data
Expand Down
11 changes: 11 additions & 0 deletions gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,17 @@
};
version = "1.7.0";
};
terser = {
dependencies = ["execjs"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "176swgmwq0cc4z2134x12j9vjvx5y3nrlpbb8p6p0zhsn2wi2cf0";
type = "gem";
};
version = "1.2.3";
};
thor = {
groups = ["default" "nanoc"];
platforms = [];
Expand Down

0 comments on commit 7d42d35

Please sign in to comment.