Skip to content

Commit

Permalink
Merged in gems-update-8790 (pull request #1555)
Browse files Browse the repository at this point in the history
Gems update Week 49 2023
  • Loading branch information
albanpeignier committed Dec 11, 2023
2 parents aa141b2 + 8579424 commit 4910cc2
Showing 1 changed file with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ GEM
activerecord (>= 4.2)
acts_as_tree (2.9.1)
activerecord (>= 3.0.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
arel (9.0.0)
ast (2.4.2)
Expand Down Expand Up @@ -217,6 +217,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
countries (5.7.0)
unaccent (~> 0.3)
country_select (8.0.3)
Expand All @@ -234,18 +235,18 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack
date (3.3.4)
dbf (4.2.4)
ddtrace (1.17.0)
datadog-ci (~> 0.4.0)
debase-ruby_core_source (= 3.2.2)
ddtrace (1.18.0)
datadog-ci (~> 0.5.0)
debase-ruby_core_source (= 3.2.3)
libdatadog (~> 5.0.0.1.0)
libddwaf (~> 1.14.0.0.0)
msgpack
dead_end (4.0.0)
debase-ruby_core_source (3.2.2)
debase-ruby_core_source (3.2.3)
debug_inspector (1.1.0)
declarative (0.0.20)
deep_cloneable (3.2.0)
Expand Down Expand Up @@ -355,8 +356,8 @@ GEM
retriable (>= 2.0, < 4.0)
rexml
signet (~> 0.12)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-core (1.6.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -381,7 +382,7 @@ GEM
graphiql-rails (1.9.0)
railties
sprockets-rails
graphql (2.1.6)
graphql (2.1.7)
racc (~> 1.4)
gretel (4.6.0)
actionview (>= 5.1, < 7.2)
Expand Down Expand Up @@ -446,7 +447,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.6.3)
json (2.7.1)
jwt (2.7.1)
language_server-protocol (3.17.0.3)
launchy (2.5.2)
Expand Down Expand Up @@ -498,7 +499,7 @@ GEM
method_source (1.0.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mime-types-data (3.2023.1205)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
Expand Down Expand Up @@ -597,6 +598,8 @@ GEM
rack (2.2.8)
rack-proxy (0.7.2)
rack
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.8.1)
Expand Down Expand Up @@ -648,16 +651,19 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.1)
redis-actionpack (5.3.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-actionpack (5.4.0)
actionpack (>= 5, < 8)
redis-rack (>= 2.1.0, < 3)
redis-rack (>= 2.1.0, < 4)
redis-store (>= 1.1.0, < 2)
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
redis-client (0.19.0)
connection_pool
redis-rack (3.0.0)
rack-session (>= 0.2.0)
redis-store (>= 1.2, < 2)
redis-store (1.9.1)
redis (>= 4, < 5)
redis-store (1.10.0)
redis (>= 4, < 6)
regexp_parser (1.8.2)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down

0 comments on commit 4910cc2

Please sign in to comment.