Skip to content

Commit

Permalink
Merge pull request #800 from MITLibraries/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
JPrevost authored Feb 27, 2024
2 parents 5874a1e + 2dcb7f6 commit e3e7743
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ GEM
bcrypt (3.1.20)
bigdecimal (3.1.6)
bindex (0.8.1)
bootsnap (1.17.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
Expand All @@ -114,7 +114,8 @@ GEM
colorator (1.1.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
date (3.3.4)
Expand All @@ -125,10 +126,10 @@ GEM
responders
warden (~> 1.2.3)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
drb (2.2.0)
ruby2_keywords
em-websocket (0.5.3)
Expand All @@ -152,8 +153,8 @@ GEM
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.2)
graphql (2.2.5)
racc (~> 1.4)
graphql (2.2.11)
base64
hashdiff (1.1.0)
http_parser.rb (0.8.0)
i18n (1.14.1)
Expand Down Expand Up @@ -190,14 +191,15 @@ GEM
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.1)
jwt (2.7.1)
jwt (2.8.0)
base64
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lograge (0.14.0)
Expand Down Expand Up @@ -242,12 +244,12 @@ GEM
multi_json (>= 1.0)
orm_adapter (0.5.0)
parallel (1.24.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pg (1.5.4)
pg (1.5.5)
psych (5.1.2)
stringio
public_suffix (5.0.4)
Expand Down Expand Up @@ -302,9 +304,9 @@ GEM
ffi (~> 1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (5.0.8)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
redis-client (0.20.0)
connection_pool
regexp_parser (2.9.0)
reline (0.4.3)
Expand All @@ -316,7 +318,7 @@ GEM
railties (>= 5.2)
rexml (3.2.6)
rouge (4.2.0)
rubocop (1.60.1)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -351,7 +353,8 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.16.0)
selenium-webdriver (4.18.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -374,7 +377,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.0)
sqlite3 (1.7.2)
mini_portile2 (~> 2.8.0)
stringio (3.1.0)
terminal-table (3.0.2)
Expand All @@ -397,7 +400,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.19.1)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down

0 comments on commit e3e7743

Please sign in to comment.