Skip to content

Commit

Permalink
[MAINT] Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitytakei committed Nov 20, 2024
1 parent d57fc51 commit 6f43c23
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ gem "rails", "8.0.0.rc2"
gem "bootsnap", require: false
gem "friendly_id", "~> 5.5.1"
gem "kamal", "~> 2.3.0", require: false
gem "thruster", "~> 0.1.8", require: false
gem "mission_control-jobs", "~> 0.4.0"
gem "thruster", "~> 0.1.9", require: false
gem "mission_control-jobs", "~> 0.6.0"
gem "litestream", "~> 0.12.0"
gem "omniauth-github", github: "omniauth/omniauth-github", branch: "master"
gem "omniauth-rails_csrf_protection"
gem "propshaft", "~> 1.1.0"
gem "solid_cache", "~> 1.0.6"
gem "solid_queue", "~> 1.0.1"
gem "sqlite3", "~> 2.2.0"
gem "solid_queue", "~> 1.0.2"
gem "sqlite3", "~> 2.3.0"
gem "stimulus-rails"
gem "turbo-rails", "~> 2.0.11"
gem "puma", ">= 6.4.3"
gem "phlex-rails", "~> 1.2.1"
gem "phlex-rails", "~> 1.2.2"
gem "vite_rails", "~> 3.0.19"

group :development do
Expand Down
52 changes: 26 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ GEM
minio (0.4.0-x86_64-darwin)
minio (0.4.0-x86_64-linux)
minitest (5.25.1)
mission_control-jobs (0.4.0)
mission_control-jobs (0.6.0)
actioncable (>= 7.1)
actionpack (>= 7.1)
activejob (>= 7.1)
Expand Down Expand Up @@ -302,10 +302,10 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
phlex (1.10.3)
phlex-rails (1.2.1)
phlex (~> 1.10.0)
railties (>= 6.1, < 8)
phlex (1.11.0)
phlex-rails (1.2.2)
phlex (>= 1.10, < 2)
railties (>= 6.1, < 9)
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -423,23 +423,23 @@ GEM
activejob (>= 7.2)
activerecord (>= 7.2)
railties (>= 7.2)
solid_queue (1.0.1)
solid_queue (1.0.2)
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (>= 1.3.1)
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sqlite3 (2.2.0-aarch64-linux-gnu)
sqlite3 (2.2.0-aarch64-linux-musl)
sqlite3 (2.2.0-arm-linux-gnu)
sqlite3 (2.2.0-arm-linux-musl)
sqlite3 (2.2.0-arm64-darwin)
sqlite3 (2.2.0-x86-linux-gnu)
sqlite3 (2.2.0-x86-linux-musl)
sqlite3 (2.2.0-x86_64-darwin)
sqlite3 (2.2.0-x86_64-linux-gnu)
sqlite3 (2.2.0-x86_64-linux-musl)
sqlite3 (2.3.0-aarch64-linux-gnu)
sqlite3 (2.3.0-aarch64-linux-musl)
sqlite3 (2.3.0-arm-linux-gnu)
sqlite3 (2.3.0-arm-linux-musl)
sqlite3 (2.3.0-arm64-darwin)
sqlite3 (2.3.0-x86-linux-gnu)
sqlite3 (2.3.0-x86-linux-musl)
sqlite3 (2.3.0-x86_64-darwin)
sqlite3 (2.3.0-x86_64-linux-gnu)
sqlite3 (2.3.0-x86_64-linux-musl)
sshkit (1.23.2)
base64
net-scp (>= 1.1.2)
Expand All @@ -450,11 +450,11 @@ GEM
railties (>= 6.0.0)
stringio (3.1.1)
thor (1.3.2)
thruster (0.1.8)
thruster (0.1.8-aarch64-linux)
thruster (0.1.8-arm64-darwin)
thruster (0.1.8-x86_64-darwin)
thruster (0.1.8-x86_64-linux)
thruster (0.1.9)
thruster (0.1.9-aarch64-linux)
thruster (0.1.9-arm64-darwin)
thruster (0.1.9-x86_64-darwin)
thruster (0.1.9-x86_64-linux)
timeout (0.4.1)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
Expand Down Expand Up @@ -517,12 +517,12 @@ DEPENDENCIES
kamal (~> 2.3.0)
litestream (~> 0.12.0)
minio (~> 0.4.0)
mission_control-jobs (~> 0.4.0)
mission_control-jobs (~> 0.6.0)
mocha (~> 2.5.0)
omniauth-github!
omniauth-rails_csrf_protection
overcommit
phlex-rails (~> 1.2.1)
phlex-rails (~> 1.2.2)
propshaft (~> 1.1.0)
puma (>= 6.4.3)
rails (= 8.0.0.rc2)
Expand All @@ -531,10 +531,10 @@ DEPENDENCIES
simplecov
simplecov-tailwindcss
solid_cache (~> 1.0.6)
solid_queue (~> 1.0.1)
sqlite3 (~> 2.2.0)
solid_queue (~> 1.0.2)
sqlite3 (~> 2.3.0)
stimulus-rails
thruster (~> 0.1.8)
thruster (~> 0.1.9)
turbo-rails (~> 2.0.11)
vite_rails (~> 3.0.19)
web-console
Expand Down

0 comments on commit 6f43c23

Please sign in to comment.