Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1029

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ GEM
chronic (0.10.2)
coderay (1.1.3)
concurrent-ruby (1.2.3)
config (5.3.0)
config (5.4.0)
deep_merge (~> 1.2, >= 1.2.1)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -195,8 +195,8 @@ GEM
faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
geo_combine (0.9.0)
activesupport
Expand Down Expand Up @@ -229,7 +229,7 @@ GEM
sprockets (>= 2.0.0)
tilt (>= 1.2)
hashdiff (1.1.0)
honeybadger (5.6.0)
honeybadger (5.7.0)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
Expand All @@ -253,7 +253,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.1)
json-schema (4.1.1)
json-schema (4.2.0)
addressable (>= 2.8)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -287,7 +287,7 @@ GEM
mime-types-data (3.2024.0305)
mini_mime (1.1.5)
minitar (0.9)
minitest (5.22.2)
minitest (5.22.3)
msgpack (1.7.2)
mutex_m (0.2.0)
net-http (0.4.1)
Expand All @@ -310,9 +310,9 @@ GEM
net-ssh (7.2.1)
newrelic_rpm (9.7.1)
nio4r (2.7.0)
nokogiri (1.16.2-x86_64-darwin)
nokogiri (1.16.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
okcomputer (1.18.5)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -405,7 +405,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.1)
rubocop (1.62.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -475,8 +475,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.2-x86_64-darwin)
sqlite3 (1.7.2-x86_64-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sshkit (1.22.0)
mutex_m
net-scp (>= 1.1.2)
Expand Down
Loading