Skip to content

Commit

Permalink
Merge branch 'main' into refactor-dialog-to-use-dialog-internally
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jan 15, 2024
2 parents ffea5f9 + b0b08d5 commit e54b928
Show file tree
Hide file tree
Showing 9 changed files with 437 additions and 1,072 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo-production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
ruby-version: '3.2'
bundler-cache: true
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: demo/gemfiles/vendor/bundle
key: gems-build-kuby-main-ruby-3.2.x-${{ hashFiles('demo/gemfiles/kuby.gemfile.lock') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@v41.0.1
uses: tj-actions/changed-files@v41.1.1
with:
files: |
docs/**/*.md
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@v41.0.1
uses: tj-actions/changed-files@v41.1.1
with:
files: |
app/**/*.rb
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41.0.1
uses: tj-actions/changed-files@v41.1.1
with:
files: |
app/components/**/*.erb
Expand All @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41.0.1
uses: tj-actions/changed-files@v41.1.1
with:
files: |
app/components/**/*.ts
Expand All @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41.0.1
uses: tj-actions/changed-files@v41.1.1
with:
files: |
app/components/**/*.pcss
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ group :test do
# Disallow v5.19 for now since it breaks mocha.
# See: https://github.com/freerange/mocha/issues/614
# Remove this line when mocha has fixed the issue
gem "minitest", "< 5.21"
gem "minitest", "< 5.22"
end

# development dependencies
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEM
parser (>= 2.4)
smart_properties
bigdecimal (3.1.4)
bootsnap (1.17.0)
bootsnap (1.17.1)
msgpack (~> 1.2)
builder (3.2.4)
capybara (3.39.2)
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.1)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
Expand Down Expand Up @@ -293,7 +293,7 @@ DEPENDENCIES
listen (~> 3.0)
lookbook (~> 2.1.1)
matrix (~> 0.4.2)
minitest (< 5.21)
minitest (< 5.22)
mocha
primer_view_components!
pry
Expand Down
6 changes: 3 additions & 3 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM
ms_rest_azure (~> 0.12.0)
base64 (0.2.0)
bigdecimal (3.1.5)
bootsnap (1.17.0)
bootsnap (1.17.1)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
minitest (5.20.0)
minitest (5.21.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
Expand Down Expand Up @@ -329,7 +329,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
view_component (3.9.0)
view_component (3.10.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
12 changes: 6 additions & 6 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e54b928

Please sign in to comment.