Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/puma-6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Jan 12, 2024
2 parents c23376f + 5d60f4f commit 6500d56
Show file tree
Hide file tree
Showing 39 changed files with 8 additions and 720 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby and gems
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Set up database schema
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.2.0
ARG RUBY_VERSION=3.3.0
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.2.0"
ruby "3.3.0"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.2.0p0
ruby 3.3.0p0

BUNDLED WITH
2.4.7
8 changes: 0 additions & 8 deletions app/components/staff_plan/assignment_component.html.erb

This file was deleted.

14 changes: 0 additions & 14 deletions app/components/staff_plan/assignment_component.rb

This file was deleted.

17 changes: 0 additions & 17 deletions app/components/staff_plan/client_component.html.erb

This file was deleted.

10 changes: 0 additions & 10 deletions app/components/staff_plan/client_component.rb

This file was deleted.

16 changes: 0 additions & 16 deletions app/components/staff_plan/header_component.html.erb

This file was deleted.

13 changes: 0 additions & 13 deletions app/components/staff_plan/header_component.rb

This file was deleted.

79 changes: 0 additions & 79 deletions app/components/staff_plan/main_component.html.erb

This file was deleted.

11 changes: 0 additions & 11 deletions app/components/staff_plan/main_component.rb

This file was deleted.

20 changes: 0 additions & 20 deletions app/components/staff_plan/work_week_component.html.erb

This file was deleted.

60 changes: 0 additions & 60 deletions app/components/staff_plan/work_week_component.rb

This file was deleted.

12 changes: 0 additions & 12 deletions app/components/staff_plan/work_weeks_component.html.erb

This file was deleted.

16 changes: 0 additions & 16 deletions app/components/staff_plan/work_weeks_component.rb

This file was deleted.

30 changes: 0 additions & 30 deletions app/controllers/staff_plans/users_controller.rb

This file was deleted.

Loading

0 comments on commit 6500d56

Please sign in to comment.