Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitytakei committed Dec 18, 2024
1 parent 1585ef6 commit 19d6755
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "8.0.0.1"
gem "rails", "8.0.1"

gem "acidic_job", "= 1.0.0.rc1"
gem "aasm", "~> 5.5.0"
Expand All @@ -11,7 +11,7 @@ gem "git", "~> 2.3.3"
gem "kamal", "~> 2.4.0", require: false
gem "thruster", "~> 0.1.9", require: false
gem "mission_control-jobs", "~> 1.0.1"
gem "noticed", "~> 2.4.3"
gem "noticed", "~> 2.5.0"
gem "litestream", "~> 0.12.0"
gem "octokit", "~> 9.2.0"
gem "omniauth-github", github: "omniauth/omniauth-github", branch: "master"
Expand All @@ -20,11 +20,11 @@ gem "pagy", "~> 9.3.3"
gem "phlex-rails", "~> 1.2.2"
gem "propshaft", "~> 1.1.0"
gem "puma", ">= 6.5.0"
gem "sentry-ruby", "~> 5.22.0"
gem "sentry-rails", "~> 5.22.0"
gem "sentry-ruby", "~> 5.22.1"
gem "sentry-rails", "~> 5.22.1"
gem "stackprof"
gem "solid_cache", "~> 1.0.6"
gem "solid_cable", "~> 3.0.4"
gem "solid_cable", "~> 3.0.5"
gem "solid_queue", "~> 1.1.0"
gem "sqlite3", "~> 2.4.1"
gem "stimulus-rails"
Expand Down
128 changes: 64 additions & 64 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,65 +20,65 @@ GEM
activerecord (>= 7.1)
activesupport (>= 7.1)
railties (>= 7.1)
actioncable (8.0.0.1)
actionpack (= 8.0.0.1)
activesupport (= 8.0.0.1)
actioncable (8.0.1)
actionpack (= 8.0.1)
activesupport (= 8.0.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (8.0.0.1)
actionpack (= 8.0.0.1)
activejob (= 8.0.0.1)
activerecord (= 8.0.0.1)
activestorage (= 8.0.0.1)
activesupport (= 8.0.0.1)
actionmailbox (8.0.1)
actionpack (= 8.0.1)
activejob (= 8.0.1)
activerecord (= 8.0.1)
activestorage (= 8.0.1)
activesupport (= 8.0.1)
mail (>= 2.8.0)
actionmailer (8.0.0.1)
actionpack (= 8.0.0.1)
actionview (= 8.0.0.1)
activejob (= 8.0.0.1)
activesupport (= 8.0.0.1)
actionmailer (8.0.1)
actionpack (= 8.0.1)
actionview (= 8.0.1)
activejob (= 8.0.1)
activesupport (= 8.0.1)
mail (>= 2.8.0)
rails-dom-testing (~> 2.2)
actionpack (8.0.0.1)
actionview (= 8.0.0.1)
activesupport (= 8.0.0.1)
actionpack (8.0.1)
actionview (= 8.0.1)
activesupport (= 8.0.1)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actiontext (8.0.0.1)
actionpack (= 8.0.0.1)
activerecord (= 8.0.0.1)
activestorage (= 8.0.0.1)
activesupport (= 8.0.0.1)
actiontext (8.0.1)
actionpack (= 8.0.1)
activerecord (= 8.0.1)
activestorage (= 8.0.1)
activesupport (= 8.0.1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (8.0.0.1)
activesupport (= 8.0.0.1)
actionview (8.0.1)
activesupport (= 8.0.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (8.0.0.1)
activesupport (= 8.0.0.1)
activejob (8.0.1)
activesupport (= 8.0.1)
globalid (>= 0.3.6)
activemodel (8.0.0.1)
activesupport (= 8.0.0.1)
activerecord (8.0.0.1)
activemodel (= 8.0.0.1)
activesupport (= 8.0.0.1)
activemodel (8.0.1)
activesupport (= 8.0.1)
activerecord (8.0.1)
activemodel (= 8.0.1)
activesupport (= 8.0.1)
timeout (>= 0.4.0)
activestorage (8.0.0.1)
actionpack (= 8.0.0.1)
activejob (= 8.0.0.1)
activerecord (= 8.0.0.1)
activesupport (= 8.0.0.1)
activestorage (8.0.1)
actionpack (= 8.0.1)
activejob (= 8.0.1)
activerecord (= 8.0.1)
activesupport (= 8.0.1)
marcel (~> 1.0)
activesupport (8.0.0.1)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
bigdecimal (~> 3.1)
net-http (0.6.0)
uri
net-imap (0.5.1)
net-imap (0.5.2)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -299,7 +299,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
noticed (2.4.3)
noticed (2.5.0)
rails (>= 6.1.0)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -362,20 +362,20 @@ GEM
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (8.0.0.1)
actioncable (= 8.0.0.1)
actionmailbox (= 8.0.0.1)
actionmailer (= 8.0.0.1)
actionpack (= 8.0.0.1)
actiontext (= 8.0.0.1)
actionview (= 8.0.0.1)
activejob (= 8.0.0.1)
activemodel (= 8.0.0.1)
activerecord (= 8.0.0.1)
activestorage (= 8.0.0.1)
activesupport (= 8.0.0.1)
rails (8.0.1)
actioncable (= 8.0.1)
actionmailbox (= 8.0.1)
actionmailer (= 8.0.1)
actionpack (= 8.0.1)
actiontext (= 8.0.1)
actionview (= 8.0.1)
activejob (= 8.0.1)
activemodel (= 8.0.1)
activerecord (= 8.0.1)
activestorage (= 8.0.1)
activesupport (= 8.0.1)
bundler (>= 1.15.0)
railties (= 8.0.0.1)
railties (= 8.0.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand All @@ -388,9 +388,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (8.0.0.1)
actionpack (= 8.0.0.1)
activesupport (= 8.0.0.1)
railties (8.0.1)
actionpack (= 8.0.1)
activesupport (= 8.0.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -448,10 +448,10 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.22.0)
sentry-rails (5.22.1)
railties (>= 5.0)
sentry-ruby (~> 5.22.0)
sentry-ruby (5.22.0)
sentry-ruby (~> 5.22.1)
sentry-ruby (5.22.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simplecov (0.22.0)
Expand All @@ -466,7 +466,7 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
solid_cable (3.0.4)
solid_cable (3.0.5)
actioncable (>= 7.2)
activejob (>= 7.2)
activerecord (>= 7.2)
Expand Down Expand Up @@ -574,7 +574,7 @@ DEPENDENCIES
minio (~> 0.4.0)
mission_control-jobs (~> 1.0.1)
mocha (~> 2.7.1)
noticed (~> 2.4.3)
noticed (~> 2.5.0)
octokit (~> 9.2.0)
omniauth-github!
omniauth-rails_csrf_protection
Expand All @@ -583,15 +583,15 @@ DEPENDENCIES
phlex-rails (~> 1.2.2)
propshaft (~> 1.1.0)
puma (>= 6.5.0)
rails (= 8.0.0.1)
rails (= 8.0.1)
rails-erd (~> 1.7.2)
rubocop-rails-omakase
selenium-webdriver (~> 4.27.0)
sentry-rails (~> 5.22.0)
sentry-ruby (~> 5.22.0)
sentry-rails (~> 5.22.1)
sentry-ruby (~> 5.22.1)
simplecov
simplecov-tailwindcss
solid_cable (~> 3.0.4)
solid_cable (~> 3.0.5)
solid_cache (~> 1.0.6)
solid_queue (~> 1.1.0)
sqlite3 (~> 2.4.1)
Expand Down

0 comments on commit 19d6755

Please sign in to comment.