Skip to content

Commit

Permalink
minor gem updates
Browse files Browse the repository at this point in the history
  • Loading branch information
neongrau committed May 14, 2024
1 parent 257320d commit bdf8e1f
Showing 1 changed file with 27 additions and 22 deletions.
49 changes: 27 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,30 +88,30 @@ GEM
aes_key_wrap (1.1.0)
awesome_print (1.9.2)
aws-eventstream (1.3.0)
aws-partitions (1.921.0)
aws-sdk-core (3.193.0)
aws-partitions (1.928.0)
aws-sdk-core (3.196.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.80.0)
aws-sdk-kms (1.81.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.148.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sdk-s3 (1.150.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
bindata (2.5.0)
bootsnap (1.18.3)
msgpack (~> 1.2)
brakeman (6.1.2)
racc
browser (5.3.1)
browser (6.0.0)
bson (5.0.0)
builder (3.2.4)
byebug (11.1.3)
Expand All @@ -127,6 +127,7 @@ GEM
connection_pool (2.4.1)
content_disposition (1.0.0)
crass (1.0.6)
csv (3.3.0)
date (3.3.4)
devise (4.9.4)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -160,22 +161,25 @@ GEM
ffi (1.16.3)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
geocoder (1.8.2)
geocoder (1.8.3)
base64 (>= 0.1.0)
csv (>= 3.0.0)
globalid (1.2.1)
activesupport (>= 6.1)
hashie (5.0.0)
htmlentities (4.3.4)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json-jwt (1.16.6)
Expand Down Expand Up @@ -224,8 +228,8 @@ GEM
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
ruby2_keywords (~> 0.0.5)
mongoid-locker (2.0.2)
mongoid (>= 5.0, < 9)
mongoid-locker (2.1.0)
mongoid (>= 5.0, < 10)
mongoid-tree (2.2.0)
mongoid (>= 4.0, < 9)
mongoid_rails_migrations (1.4.0)
Expand All @@ -238,11 +242,12 @@ GEM
fast-stemmer (~> 1.0.0)
mongoid (>= 5.0.0)
msgpack (1.7.2)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -251,8 +256,8 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.4)
nio4r (2.7.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth2 (2.0.9)
Expand Down Expand Up @@ -283,7 +288,7 @@ GEM
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
omniauth-rails_csrf_protection (1.0.1)
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
orm_adapter (0.5.0)
Expand All @@ -293,7 +298,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.10)
rack (3.0.11)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -339,7 +344,7 @@ GEM
ffi (~> 1.0)
rdoc (6.3.4.1)
recaptcha (5.16.0)
reline (0.5.3)
reline (0.5.6)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand All @@ -358,7 +363,7 @@ GEM
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
Expand Down

0 comments on commit bdf8e1f

Please sign in to comment.