Skip to content

Commit

Permalink
Merge pull request #4167 from fjordllc/remove-date
Browse files Browse the repository at this point in the history
remove `gem 'date'`
  • Loading branch information
komagata authored Feb 8, 2022
2 parents d689294 + 4ad4949 commit c8e5ee2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.1.0'

gem 'bootsnap', '>= 1.4.4', require: false
gem 'date', '>= 3.2.1' # CVE-2021-41817対応
gem 'image_processing', '~> 1.2'
gem 'jbuilder', '~> 2.7'
gem 'puma', '~> 5.5'
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ GEM
data_migrate (7.0.2)
activerecord (>= 5.0)
railties (>= 5.0)
date (3.2.2)
dead_end (3.1.1)
declarative (0.0.20)
diffy (3.4.0)
Expand Down Expand Up @@ -537,7 +536,6 @@ DEPENDENCIES
coffee-rails (~> 5.0.0)
commonmarker
data_migrate
date (>= 3.2.1)
dead_end
diffy
discord-notifier
Expand Down

0 comments on commit c8e5ee2

Please sign in to comment.