Skip to content

Commit

Permalink
Merge pull request #104 from mlibrary/2023-12-04-updates
Browse files Browse the repository at this point in the history
December 2023 dependency updates.
  • Loading branch information
niquerio authored Dec 15, 2023
2 parents 2d235a5 + 034ce53 commit 02cfbf7
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 54 deletions.
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
anyway_config (2.5.4)
ruby-next-core (>= 0.14.0)
ast (2.4.2)
base64 (0.1.1)
base64 (0.2.0)
byebug (11.1.3)
canister (0.9.2)
climate_control (1.2.0)
Expand All @@ -17,14 +17,14 @@ GEM
diff-lcs (1.5.0)
docile (1.4.0)
dry-initializer (3.1.1)
faraday (2.7.11)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.16.3)
hashdiff (1.0.1)
json (2.6.3)
hashdiff (1.1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
listen (3.8.0)
Expand All @@ -34,7 +34,7 @@ GEM
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
nio4r (2.7.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand All @@ -46,7 +46,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.3)
Expand All @@ -59,7 +59,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -74,12 +74,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -111,10 +110,10 @@ GEM
rack-protection (= 3.1.0)
sinatra (= 3.1.0)
tilt (~> 2.0)
standard (1.31.2)
standard (1.32.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.4)
rubocop (~> 1.57.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-custom (1.0.2)
Expand Down Expand Up @@ -164,4 +163,4 @@ DEPENDENCIES
yabeda-puma-plugin

BUNDLED WITH
2.4.20
2.5.0
94 changes: 55 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/mlibrary/catalog-browse#readme",
"devDependencies": {
"cssnano": "^6.0.1",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0"
}
Expand Down

0 comments on commit 02cfbf7

Please sign in to comment.