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

bundle update 2024-10-02 #2175

Merged
merged 1 commit into from
Oct 2, 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
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
ansi (1.5.0)
argon2-kdf (0.2.0)
ast (2.4.2)
attr_encrypted (4.1.0)
attr_encrypted (4.1.1)
encryptor (~> 3.0.0)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
Expand Down Expand Up @@ -138,8 +138,9 @@ GEM
multi_json (>= 1.3)
rake
execjs (2.9.1)
faraday (2.11.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
Expand Down Expand Up @@ -169,11 +170,11 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
imagesLoaded_rails (4.1.0)
railties (>= 3.1)
jbuilder (2.12.0)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jquery-rails (4.6.0)
Expand All @@ -183,7 +184,7 @@ GEM
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.7.2)
jwt (2.8.2)
jwt (2.9.1)
base64
kramdown (2.4.0)
rexml
Expand Down Expand Up @@ -229,7 +230,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
minitest-retry (0.2.2)
minitest-retry (0.2.3)
minitest (>= 5.0)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
Expand Down Expand Up @@ -317,7 +318,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (6.0.1)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
puma_worker_killer (0.3.1)
get_process_mem (~> 0.2)
Expand Down Expand Up @@ -393,7 +394,7 @@ GEM
request_store (1.7.0)
rack (>= 1.4)
require_all (3.0.0)
rexml (3.3.7)
rexml (3.3.8)
rubocop (1.57.0)
base64 (~> 0.1.1)
json (~> 2.3)
Expand Down Expand Up @@ -443,10 +444,10 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.19.0)
sentry-rails (5.20.1)
railties (>= 5.0)
sentry-ruby (~> 5.19.0)
sentry-ruby (5.19.0)
sentry-ruby (~> 5.20.1)
sentry-ruby (5.20.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sexp_processor (4.17.2)
Expand All @@ -461,7 +462,7 @@ GEM
hashie
version_gem (~> 1.1, >= 1.1.1)
spring (4.2.1)
sprockets (3.7.4)
sprockets (3.7.5)
base64
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -480,9 +481,9 @@ GEM
gettext (~> 3.2, >= 3.2.5, <= 3.4.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uniform_notifier (1.16.0)
uri (0.13.1)
vcr (5.0.0)
Expand All @@ -496,7 +497,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
Loading