Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump activesupport from 8.0.0 to 8.0.0.1 #410

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (8.0.0)
activesupport (= 8.0.0)
activesupport (8.0.0)
activemodel (8.0.0.1)
activesupport (= 8.0.0.1)
activesupport (8.0.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -141,7 +141,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
logger (1.6.2)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand All @@ -154,7 +154,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1105)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.4)
multi_json (1.15.0)
net-http (0.5.0)
uri
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
sass-embedded (1.80.6)
google-protobuf (~> 4.28)
rake (>= 13)
securerandom (0.3.2)
securerandom (0.4.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -277,7 +277,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.1)
uri (1.0.2)
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
Expand Down
Loading