Skip to content

Commit

Permalink
Update Gemfile and lock dependencies to compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avishekanand committed Jun 27, 2024
1 parent 412d98b commit 953f997
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group :jekyll_plugins do
gem 'jekyll', '~> 4.2.0'
gem 'jekyll-archives', '~> 2.2.1'
gem 'jekyll-sass-converter', '~> 2.0'
gem 'sass-embedded', '~> 1.0'
gem 'sass-embedded', '~> 1.54.9'
gem 'bundler', '~> 2.5.7'
gem 'jekyll-email-protect'
gem 'jekyll-feed'
Expand Down
19 changes: 7 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ GEM
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.27.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-darwin)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand Down Expand Up @@ -165,18 +161,17 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (6.0.0)
racc (1.8.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.1)
strscan
rouge (3.30.0)
safe_yaml (1.0.5)
sass-embedded (1.77.5-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.5-x86_64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.54.9-arm64-darwin)
google-protobuf (~> 3.19)
sass-embedded (1.54.9-x86_64-darwin)
google-protobuf (~> 3.19)
sassc (2.4.0)
ffi (~> 1.9)
sax-machine (1.3.2)
Expand Down Expand Up @@ -220,7 +215,7 @@ DEPENDENCIES
jekyll-twitter-plugin
jemoji
mini_racer
sass-embedded (~> 1.0)
sass-embedded (~> 1.54.9)
unicode_utils
webrick

Expand Down

0 comments on commit 953f997

Please sign in to comment.