Skip to content

Commit

Permalink
bundle update once again
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Dec 8, 2023
1 parent bd49909 commit 5654d03
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,11 @@ GEM
ast (2.4.2)
attr_extras (7.1.0)
bcrypt (3.1.20)
bigdecimal (3.1.4)
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
brakeman (6.0.1)
brakeman (6.1.0)
builder (3.2.4)
bullet (7.1.4)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -209,11 +210,11 @@ GEM
carrierwave (>= 2.2.1)
marcel (~> 1.0.0)
mime-types (~> 3.0)
chartkick (5.0.4)
chartkick (5.0.5)
choice (0.2.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
countries (5.7.0)
countries (5.7.1)
unaccent (~> 0.3)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -305,14 +306,14 @@ GEM
responders (>= 2)
interactor (3.1.2)
io-console (0.6.0)
irb (1.9.1)
irb (1.10.1)
rdoc
reline (>= 0.3.8)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.0)
json (2.7.1)
jsonapi-resources (0.9.12)
activerecord (>= 4.1)
concurrent-ruby
Expand Down Expand Up @@ -357,7 +358,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)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
Expand All @@ -383,7 +384,8 @@ GEM
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
oj (3.16.1)
oj (3.16.2)
bigdecimal (~> 3.1)
oj_mimic_json (1.0.1)
optimist (3.1.0)
orm_adapter (0.5.0)
Expand All @@ -410,6 +412,8 @@ GEM
rack (>= 2.0.0)
rack-mini-profiler (2.3.4)
rack (>= 1.2.0)
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8)
Expand Down Expand Up @@ -451,29 +455,29 @@ GEM
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
rdoc (6.6.0)
rdoc (6.6.1)
psych (>= 4.0.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-actionpack (5.3.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-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-client (0.18.0)
redis-client (0.19.0)
connection_pool
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
redis-rack (3.0.0)
rack-session (>= 0.2.0)
redis-store (>= 1.2, < 2)
redis-rails (5.0.2)
redis-actionpack (>= 5.0, < 6)
redis-activesupport (>= 5.0, < 6)
redis-store (>= 1.2, < 2)
redis-store (1.10.0)
redis (>= 4, < 6)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
request_store (1.5.1)
Expand Down Expand Up @@ -566,10 +570,10 @@ GEM
sendgrid-ruby (~> 6.4)
sendgrid-ruby (6.7.0)
ruby_http_client (~> 3.4)
sentry-rails (5.14.0)
sentry-rails (5.15.0)
railties (>= 5.0)
sentry-ruby (~> 5.14.0)
sentry-ruby (5.14.0)
sentry-ruby (~> 5.15.0)
sentry-ruby (5.15.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-matchers (4.0.1)
activesupport (>= 4.2.0)
Expand All @@ -595,7 +599,7 @@ GEM
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.1.2)
standard (1.32.0)
standard (1.32.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.57.2)
Expand Down

0 comments on commit 5654d03

Please sign in to comment.