Skip to content

Commit

Permalink
caxlsxを4.0にアップデート (#1842)
Browse files Browse the repository at this point in the history
* update caxlsx to 4.0

* pin factory_bot_rails to 6.2.1
  • Loading branch information
nabeta authored Nov 19, 2023
1 parent c02f70c commit 6af2025
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ group :development, :test do
gem 'rspec-rails'
gem 'vcr'
gem 'webmock'
gem 'factory_bot_rails'
gem 'factory_bot_rails', '~> 6.2.0'
gem 'rails-controller-testing'
gem 'simplecov'
gem 'parallel_tests'
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_storage_validations (1.0.4)
active_storage_validations (1.1.2)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down Expand Up @@ -77,9 +77,9 @@ GEM
awesome_nested_set (3.6.0)
activerecord (>= 4.0.0, < 7.2)
bcp47_spec (0.2.1)
bcrypt (3.1.19)
bcrypt (3.1.20)
bindex (0.8.1)
bootsnap (1.16.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
browser (5.3.1)
builder (3.2.4)
Expand All @@ -93,7 +93,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
caxlsx (3.4.1)
caxlsx (4.0.0)
htmlentities (~> 4.3, >= 4.3.4)
marcel (~> 1.0)
nokogiri (~> 1.10, >= 1.10.4)
Expand All @@ -107,9 +107,9 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
database_consistency (1.7.21)
database_consistency (1.7.22)
activerecord (>= 3.2)
date (3.3.3)
date (3.3.4)
date_validator (0.12.0)
activemodel (>= 3)
activesupport (>= 3)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.16.3)
friendly_id (5.5.0)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
geocoder (1.8.2)
globalid (1.2.1)
Expand Down Expand Up @@ -221,7 +221,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -244,17 +244,17 @@ GEM
multipart-post (2.3.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
net-imap (0.4.2)
net-imap (0.4.5)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux)
nio4r (2.6.0)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
nori (2.6.0)
oai (1.2.1)
Expand All @@ -273,12 +273,12 @@ GEM
progress_bar (1.3.3)
highline (>= 1.6, < 3)
options (~> 2.3.0)
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-mini-profiler (2.3.4)
rack (>= 1.2.0)
Expand Down Expand Up @@ -327,7 +327,7 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -398,7 +398,7 @@ GEM
sprockets-rails
tilt
scanf (1.0.0)
selenium-webdriver (4.14.0)
selenium-webdriver (4.15.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -439,7 +439,7 @@ GEM
climate_control (>= 0.0.3, < 1.0)
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.0)
timeout (0.4.1)
typesafe_enum (0.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -495,7 +495,7 @@ DEPENDENCIES
date_validator
devise
dotenv-rails
factory_bot_rails
factory_bot_rails (~> 6.2.0)
faraday_middleware
friendly_id
geocoder
Expand Down

0 comments on commit 6af2025

Please sign in to comment.