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 committed Nov 19, 2023
1 parent e61bef3 commit a8bfce8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ GEM
rake (>= 10.4, < 14.0)
awesome_nested_set (3.6.0)
activerecord (>= 4.0.0, < 7.2)
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 @@ -87,7 +87,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 @@ -101,9 +101,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 @@ -159,7 +159,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 @@ -209,7 +209,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 @@ -236,17 +236,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)
nio4r (2.6.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nori (2.6.0)
Expand Down Expand Up @@ -274,12 +274,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 @@ -437,7 +437,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 @@ -492,7 +492,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 a8bfce8

Please sign in to comment.