Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitytakei committed Dec 13, 2024
1 parent b2954b3 commit 1dc5d75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "bootsnap", require: false
gem "faraday-retry", "~> 2.2.1"
gem "friendly_id", "~> 5.5.1"
gem "git", "~> 2.3.3"
gem "kamal", "~> 2.3.0", require: false
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"
Expand All @@ -20,8 +20,8 @@ gem "pagy", "~> 9.3.3"
gem "phlex-rails", "~> 1.2.2"
gem "propshaft", "~> 1.1.0"
gem "puma", ">= 6.5.0"
gem "sentry-ruby"
gem "sentry-rails"
gem "sentry-ruby", "~> 5.22.0"
gem "sentry-rails", "~> 5.22.0"
gem "stackprof"
gem "solid_cache", "~> 1.0.6"
gem "solid_cable", "~> 3.0.4"
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ GEM
json (2.7.2)
jwt (2.9.3)
base64
kamal (2.3.0)
kamal (2.4.0)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
Expand Down Expand Up @@ -321,7 +321,7 @@ GEM
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
ostruct (0.6.0)
ostruct (0.6.1)
overcommit (0.64.0)
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
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.21.0)
sentry-rails (5.22.0)
railties (>= 5.0)
sentry-ruby (~> 5.21.0)
sentry-ruby (5.21.0)
sentry-ruby (~> 5.22.0)
sentry-ruby (5.22.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simplecov (0.22.0)
Expand Down Expand Up @@ -569,7 +569,7 @@ DEPENDENCIES
faraday-retry (~> 2.2.1)
friendly_id (~> 5.5.1)
git (~> 2.3.3)
kamal (~> 2.3.0)
kamal (~> 2.4.0)
litestream (~> 0.12.0)
minio (~> 0.4.0)
mission_control-jobs (~> 1.0.1)
Expand All @@ -587,8 +587,8 @@ DEPENDENCIES
rails-erd (~> 1.7.2)
rubocop-rails-omakase
selenium-webdriver (~> 4.27.0)
sentry-rails
sentry-ruby
sentry-rails (~> 5.22.0)
sentry-ruby (~> 5.22.0)
simplecov
simplecov-tailwindcss
solid_cable (~> 3.0.4)
Expand Down

0 comments on commit 1dc5d75

Please sign in to comment.