-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove test codes * Add `Gemfile` and `Gemfile.lock` * Create setup-ruby.yml * fixup! Create setup-ruby.yml * Install net-pop from `ruby/net-pop` ref. ruby/net-pop#26 (comment) * remove branch name (main) * Delete delete-branch-cache.yml
- Loading branch information
Showing
5 changed files
with
224 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,10 @@ | ||
name: Delete Action Cache (test) | ||
on: | ||
push: | ||
pull_request: | ||
types: [closed] | ||
pull_request_target: | ||
types: [closed] | ||
branches-ignore: | ||
- main | ||
workflow_dispatch: | ||
jobs: | ||
wip: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
cache: 'npm' | ||
- uses: toshimaru/delete-action-cache@main | ||
- name: Dump github context | ||
run: echo '${{ toJSON(github) }}' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Setup Ruby | ||
on: | ||
push: | ||
pull_request: | ||
jobs: | ||
rspec: | ||
strategy: | ||
matrix: | ||
os: [ubuntu-latest, macos-latest] | ||
ruby: ['3.1', '3.2', '3.3'] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Ruby ${{ matrix.ruby }} | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: ${{ matrix.ruby }} | ||
bundler-cache: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "rails" | ||
gem 'net-pop', github: 'ruby/net-pop' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
GIT | ||
remote: https://github.com/ruby/net-pop.git | ||
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733 | ||
specs: | ||
net-pop (0.1.2) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (7.2.0) | ||
actionpack (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
zeitwerk (~> 2.6) | ||
actionmailbox (7.2.0) | ||
actionpack (= 7.2.0) | ||
activejob (= 7.2.0) | ||
activerecord (= 7.2.0) | ||
activestorage (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
mail (>= 2.8.0) | ||
actionmailer (7.2.0) | ||
actionpack (= 7.2.0) | ||
actionview (= 7.2.0) | ||
activejob (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
mail (>= 2.8.0) | ||
rails-dom-testing (~> 2.2) | ||
actionpack (7.2.0) | ||
actionview (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
nokogiri (>= 1.8.5) | ||
racc | ||
rack (>= 2.2.4, < 3.2) | ||
rack-session (>= 1.0.1) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
useragent (~> 0.16) | ||
actiontext (7.2.0) | ||
actionpack (= 7.2.0) | ||
activerecord (= 7.2.0) | ||
activestorage (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
globalid (>= 0.6.0) | ||
nokogiri (>= 1.8.5) | ||
actionview (7.2.0) | ||
activesupport (= 7.2.0) | ||
builder (~> 3.1) | ||
erubi (~> 1.11) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
activejob (7.2.0) | ||
activesupport (= 7.2.0) | ||
globalid (>= 0.3.6) | ||
activemodel (7.2.0) | ||
activesupport (= 7.2.0) | ||
activerecord (7.2.0) | ||
activemodel (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
timeout (>= 0.4.0) | ||
activestorage (7.2.0) | ||
actionpack (= 7.2.0) | ||
activejob (= 7.2.0) | ||
activerecord (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
marcel (~> 1.0) | ||
activesupport (7.2.0) | ||
base64 | ||
bigdecimal | ||
concurrent-ruby (~> 1.0, >= 1.3.1) | ||
connection_pool (>= 2.2.5) | ||
drb | ||
i18n (>= 1.6, < 2) | ||
logger (>= 1.4.2) | ||
minitest (>= 5.1) | ||
securerandom (>= 0.3) | ||
tzinfo (~> 2.0, >= 2.0.5) | ||
base64 (0.2.0) | ||
bigdecimal (3.1.8) | ||
builder (3.3.0) | ||
concurrent-ruby (1.3.4) | ||
connection_pool (2.4.1) | ||
crass (1.0.6) | ||
date (3.3.4) | ||
drb (2.2.1) | ||
erubi (1.13.0) | ||
globalid (1.2.1) | ||
activesupport (>= 6.1) | ||
i18n (1.14.5) | ||
concurrent-ruby (~> 1.0) | ||
io-console (0.7.2) | ||
irb (1.14.0) | ||
rdoc (>= 4.0.0) | ||
reline (>= 0.4.2) | ||
logger (1.6.0) | ||
loofah (2.22.0) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
mail (2.8.1) | ||
mini_mime (>= 0.1.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
marcel (1.0.4) | ||
mini_mime (1.1.5) | ||
minitest (5.25.1) | ||
net-imap (0.4.14) | ||
date | ||
net-protocol | ||
net-protocol (0.2.2) | ||
timeout | ||
net-smtp (0.5.0) | ||
net-protocol | ||
nio4r (2.7.3) | ||
nokogiri (1.16.7-aarch64-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-arm-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-arm64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86_64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86_64-linux) | ||
racc (~> 1.4) | ||
psych (5.1.2) | ||
stringio | ||
racc (1.8.1) | ||
rack (3.1.7) | ||
rack-session (2.0.0) | ||
rack (>= 3.0.0) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rackup (2.1.0) | ||
rack (>= 3) | ||
webrick (~> 1.8) | ||
rails (7.2.0) | ||
actioncable (= 7.2.0) | ||
actionmailbox (= 7.2.0) | ||
actionmailer (= 7.2.0) | ||
actionpack (= 7.2.0) | ||
actiontext (= 7.2.0) | ||
actionview (= 7.2.0) | ||
activejob (= 7.2.0) | ||
activemodel (= 7.2.0) | ||
activerecord (= 7.2.0) | ||
activestorage (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
bundler (>= 1.15.0) | ||
railties (= 7.2.0) | ||
rails-dom-testing (2.2.0) | ||
activesupport (>= 5.0.0) | ||
minitest | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (7.2.0) | ||
actionpack (= 7.2.0) | ||
activesupport (= 7.2.0) | ||
irb (~> 1.13) | ||
rackup (>= 1.0.0) | ||
rake (>= 12.2) | ||
thor (~> 1.0, >= 1.2.2) | ||
zeitwerk (~> 2.6) | ||
rake (13.2.1) | ||
rdoc (6.7.0) | ||
psych (>= 4.0.0) | ||
reline (0.5.9) | ||
io-console (~> 0.5) | ||
securerandom (0.3.1) | ||
stringio (3.1.1) | ||
thor (1.3.1) | ||
timeout (0.4.1) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
useragent (0.16.10) | ||
webrick (1.8.1) | ||
websocket-driver (0.7.6) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.5) | ||
zeitwerk (2.6.17) | ||
|
||
PLATFORMS | ||
aarch64-linux | ||
arm-linux | ||
arm64-darwin | ||
x86-linux | ||
x86_64-darwin | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
net-pop! | ||
rails | ||
|
||
BUNDLED WITH | ||
2.5.16 |