Skip to content

Commit

Permalink
Merge branch 'main' into tschaefer/features/monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaefer authored Dec 22, 2024
2 parents 54473b5 + 8f5a6c5 commit 92c2481
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0

- name: Docker Login
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'bootsnap', require: false
gem 'importmap-rails'
gem 'propshaft'
gem 'puma', '>= 5.0'
gem 'rails', '~> 8.0.0'
gem 'rails', '~> 8.0.1'
gem 'rails-healthcheck'
gem 'solid_cable'
gem 'solid_queue', '~> 1.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ GEM
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
securerandom (0.4.0)
securerandom (0.4.1)
shellwords (0.2.2)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
Expand Down Expand Up @@ -345,7 +345,7 @@ GEM
railties (>= 6.0.0)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.2)
timeout (0.4.3)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -394,7 +394,7 @@ DEPENDENCIES
pry-byebug
pry-rails
puma (>= 5.0)
rails (~> 8.0.0)
rails (~> 8.0.1)
rails-healthcheck
rspec-rails (~> 7.1.0)
rubocop-factory_bot
Expand Down

0 comments on commit 92c2481

Please sign in to comment.