Skip to content

Commit

Permalink
Merge pull request #363 from cre-ne-jp/library-verUP-202405
Browse files Browse the repository at this point in the history
ライブラリの更新 (202405)
  • Loading branch information
koi-chan authored May 8, 2024
2 parents 0c2af1b + 94cbb78 commit 1b97d48
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 33 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ gem 'simple_enum'

# 認証
gem 'sorcery'
# sorcery に依存する multi_xml は 0.7.0 以降で ruby 3.0 系列をサポートしない
gem 'multi_xml', '<=0.6'

# 並び替え
gem 'ranked-model'
Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ GEM
i18n (1.14.4)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.13.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.11.5)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jquery-rails (4.6.0)
Expand Down Expand Up @@ -200,9 +200,9 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mcinch (2.4.1)
meta-tags (2.20.0)
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 7.2)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.22.3)
msgpack (1.7.2)
Expand All @@ -222,9 +222,9 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.3-x86_64-darwin)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand All @@ -243,7 +243,7 @@ GEM
snaky_hash (~> 2.0)
version_gem (~> 1.1)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
power_assert (2.0.3)
Expand Down Expand Up @@ -303,7 +303,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
ranked-model (0.4.9)
activerecord (>= 5.2)
rb-fsevent (0.11.2)
Expand All @@ -314,11 +314,11 @@ GEM
redcarpet (3.6.0)
redis (4.8.1)
regexp_parser (2.9.0)
reline (0.5.0)
reline (0.5.5)
io-console (~> 0.5)
rexml (3.2.6)
rr (3.1.0)
rubocop (1.62.1)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -329,8 +329,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rails (2.24.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand All @@ -348,7 +348,7 @@ GEM
tilt
sdoc (2.6.1)
rdoc (>= 5.0)
selenium-webdriver (4.19.0)
selenium-webdriver (4.20.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -455,6 +455,7 @@ DEPENDENCIES
lumberjack
mcinch
meta-tags
multi_xml (<= 0.6)
mysql2 (~> 0.5)
net-smtp
pry-rails
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"css-loader": "^6.11.0",
"flatpickr": "^4.6.13",
"js-cookie": "^2.2.1",
"mini-css-extract-plugin": "^2.8.1",
"sass": "^1.74.1",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.76.0",
"sass-loader": "^13.3.3",
"stimulus": "^2.0.0",
"webpack": "^5.91.0",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@babel/eslint-parser": "^7.24.5",
"eslint": "^7.32.0",
"webpack-dev-server": "^4.15.2"
},
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock

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

0 comments on commit 1b97d48

Please sign in to comment.