Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
miharekar committed Jan 30, 2024
1 parent 6cf0574 commit d3cb8be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
27 changes: 14 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,17 @@ GEM
rack
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.883.0)
aws-sdk-core (3.190.3)
aws-partitions (1.884.0)
aws-sdk-core (3.191.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.76.0)
aws-sdk-core (~> 3, >= 3.188.0)
aws-sdk-kms (1.77.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.142.0)
aws-sdk-core (~> 3, >= 3.189.0)
aws-sdk-s3 (1.143.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
Expand All @@ -122,7 +122,7 @@ GEM
benchmark-ips (2.13.0)
bigdecimal (3.1.6)
bindex (0.8.1)
bootsnap (1.17.1)
bootsnap (1.18.0)
msgpack (~> 1.2)
brakeman (6.1.1)
racc
Expand All @@ -134,7 +134,8 @@ GEM
colorize (1.1.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (0.4.5)
crack (0.4.6)
bigdecimal
rexml
crass (1.0.6)
date (3.3.4)
Expand All @@ -147,7 +148,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
dockerfile-rails (1.6.3)
dockerfile-rails (1.6.4)
rails (>= 3.0.0)
domain_name (0.6.20240107)
doorkeeper (5.6.8)
Expand Down Expand Up @@ -284,7 +285,7 @@ GEM
orm_adapter (0.5.0)
pagy (6.4.3)
parallel (1.24.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -374,7 +375,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rubocop (1.60.1)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -422,7 +423,7 @@ GEM
singed (0.2.1)
colorize
stackprof (>= 0.2.13)
slim (5.2.0)
slim (5.2.1)
temple (~> 0.10.0)
tilt (>= 2.1.0)
snaky_hash (2.0.1)
Expand All @@ -443,7 +444,7 @@ GEM
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.1)
turbo-rails (2.0.0.pre.beta.2)
turbo-rails (2.0.0.pre.beta.4)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand Down
1 change: 0 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ console_command = "/rails/bin/rails console"
auto_start_machines = true
min_machines_running = 1
h2_backend = true
processes = ["app"]

[http_service.concurrency]
type = "requests"
Expand Down

0 comments on commit d3cb8be

Please sign in to comment.