Skip to content

Commit

Permalink
Merge pull request #394 from cre-ne-jp/library-verUP-202412
Browse files Browse the repository at this point in the history
ライブラリの更新 (202412)
  • Loading branch information
koi-chan authored Dec 29, 2024
2 parents b2aed40 + fa0b74d commit d1c276c
Show file tree
Hide file tree
Showing 5 changed files with 591 additions and 570 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
ruby:
- '3.2'
- '3.3'
- '3.4'
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
env:
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ gem 'nkf'
# ActiveJob バックエンド
gem 'sidekiq', '~> 7.0'

gem 'nokogiri', force_ruby_platform: true

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
Expand Down
Loading

0 comments on commit d1c276c

Please sign in to comment.