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

Bump activesupport from 7.0.3.1 to 7.0.4.3 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.3.1)
activesupport (= 7.0.3.1)
activesupport (7.0.3.1)
activemodel (7.0.4.3)
activesupport (= 7.0.4.3)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -16,7 +16,7 @@ GEM
bindata (2.4.10)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
Expand All @@ -25,6 +25,8 @@ GEM
faraday (2.5.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.0.0)
faraday-retry (2.0.0)
faraday (~> 2.0)
Expand All @@ -34,16 +36,17 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
json-jwt (1.15.3)
json-jwt (1.16.3)
activesupport (>= 4.2)
aes_key_wrap
bindata
httpclient
faraday (~> 2.0)
faraday-follow_redirects
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.16.3)
minitest (5.18.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
net-protocol (0.1.3)
Expand All @@ -57,21 +60,20 @@ GEM
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth_openid_connect (0.4.0)
addressable (~> 2.5)
omniauth_openid_connect (0.6.1)
omniauth (>= 1.9, < 3)
openid_connect (~> 1.1)
openid_connect (1.3.1)
openid_connect (1.4.2)
activemodel
attr_required (>= 1.0.0)
json-jwt (>= 1.5.0)
json-jwt (>= 1.15.0)
net-smtp
rack-oauth2 (>= 1.6.1)
swd (>= 1.0.0)
rack-oauth2 (~> 1.21)
swd (~> 1.3)
tzinfo
validate_email
validate_url
webfinger (>= 1.0.1)
webfinger (~> 1.2)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
Expand All @@ -82,7 +84,7 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
rack (2.2.4)
rack-oauth2 (1.21.2)
rack-oauth2 (1.21.3)
activesupport
attr_required
httpclient
Expand Down Expand Up @@ -145,7 +147,7 @@ GEM
httpclient (>= 2.4)
tilt (2.0.11)
timeout (0.3.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
validate_email (0.1.6)
Expand Down