Skip to content

Commit

Permalink
Merge pull request #548 from CDLUC3/fix-gemfile
Browse files Browse the repository at this point in the history
rebuilt Gemfile.lock
  • Loading branch information
briri authored Mar 18, 2024
2 parents 3b2d5a2 + b5b54f3 commit 030c007
Showing 1 changed file with 30 additions and 12 deletions.
42 changes: 30 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ GEM
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
aws-eventstream (1.3.0)
aws-partitions (1.896.0)
aws-sdk-core (3.191.3)
aws-partitions (1.898.0)
aws-sdk-core (3.191.4)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.77.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.144.0)
aws-sdk-s3 (1.145.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
Expand All @@ -118,6 +118,9 @@ GEM
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bibtex-ruby (6.1.0)
latex-decode (~> 0.0)
racc (~> 1.7)
bigdecimal (3.1.7)
bindex (0.8.1)
binding_of_caller (1.0.1)
Expand Down Expand Up @@ -156,6 +159,11 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
citeproc (1.0.10)
namae (~> 1.0)
citeproc-ruby (1.1.14)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.6)
claide (1.1.0)
claide-plugins (0.9.2)
cork
Expand All @@ -172,6 +180,11 @@ GEM
bigdecimal
rexml
crass (1.0.6)
csl (1.6.0)
namae (~> 1.0)
rexml
csl-styles (1.0.1.11)
csl (~> 1.0)
cssbundling-rails (1.4.0)
railties (>= 6.0.0)
daemons (1.4.1)
Expand Down Expand Up @@ -242,7 +255,7 @@ GEM
net-http
ffi (1.16.3)
flag_shih_tzu (0.3.23)
fog-aws (3.21.1)
fog-aws (3.22.0)
fog-core (~> 2.1)
fog-json (~> 1.1)
fog-xml (~> 0.1)
Expand Down Expand Up @@ -327,12 +340,13 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
latex-decode (0.4.0)
ledermann-rails-settings (2.6.1)
activerecord (>= 6.1)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
locale (2.1.3)
locale (2.1.4)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
Expand All @@ -358,6 +372,8 @@ GEM
multi_xml (0.6.0)
mutex_m (0.2.0)
mysql2 (0.5.5)
namae (1.2.0)
racc (~> 1.7)
nap (1.1.0)
nenv (0.3.0)
net-http (0.4.1)
Expand All @@ -378,11 +394,7 @@ GEM
net-ssh (7.2.1)
nio4r (2.7.0)
no_proxy_fix (0.1.2)
nokogiri (1.16.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -599,6 +611,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
text (1.3.1)
thor (1.3.1)
timeout (0.4.1)
tomparse (0.4.2)
translation (1.40)
gettext (~> 3.2, >= 3.2.5, <= 3.4.9)
Expand All @@ -608,6 +621,12 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uc3-citation (0.0.5)
bibtex-ruby (~> 6.0)
citeproc-ruby (~> 1.1)
csl-styles (~> 1.0)
httparty (~> 0.19)
logger (~> 1.4)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
Expand Down Expand Up @@ -649,9 +668,7 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
aarch64-linux
arm64-darwin-21
x86_64-linux

DEPENDENCIES
active_storage_validations
Expand Down Expand Up @@ -738,6 +755,7 @@ DEPENDENCIES
text
translation
turbo-rails
uc3-citation
uc3-ssm!
web-console
webdrivers
Expand Down

0 comments on commit 030c007

Please sign in to comment.