Skip to content

Commit

Permalink
bump some dependencies versions Gemfile.lock to fix security vulnerab…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
elhossary committed Feb 18, 2024
1 parent 5f4a7fe commit 471db8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# frozen_string_literal: true

source "https://rubygems.org"
gem 'activesupport', '~> 7.0', '>= 7.0.4.3'
gem 'nokogiri', '~> 1.14', '>= 1.14.2'
gem 'mini_portile2', '>= 2.8.2'
gem 'activesupport', '>= 7.0.7.1'
gem 'nokogiri', '>= 1.16.2'
gem "liquid", ">= 4.0.4"
gemspec
gem 'jemoji'
gem 'jekyll-scholar', group: :jekyll_plugins
gem 'jekyll-redirect-from'

gem "liquid", "~> 4.0.4"
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,15 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 7.0, >= 7.0.4.3)
activesupport (>= 7.0.7.1)
bundler (~> 2.2)
jekyll-bootstrap-theme!
jekyll-redirect-from
jekyll-scholar
jemoji
liquid (~> 4.0.4)
nokogiri (~> 1.14, >= 1.14.2)
liquid (>= 4.0.4)
mini_portile2 (>= 2.8.2)
nokogiri (>= 1.16.2)
webrick (~> 1.7)

BUNDLED WITH
Expand Down

0 comments on commit 471db8b

Please sign in to comment.