Skip to content

Commit

Permalink
Updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sseshadri26 committed Jan 5, 2022
1 parent c8f96c5 commit fbed40f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
20 changes: 18 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
source 'https://rubygems.org'
source "https://rubygems.org"
gem "jekyll", "~> 4.2.0"
gem 'jekyll-seo-tag' # check out this https://jekyll.github.io/jekyll-seo-tag/usage/

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
#
# # If you have any plugins, put them here!
# group :jekyll_plugins do
# gem "jekyll-feed", "~> 0.6"
# end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem 'jekyll', '~> 4.2'

group :jekyll_plugins do
gem 'jekyll-timeago', '~> 0.13.1'
Expand Down
12 changes: 11 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ GEM
terminal-table (~> 2.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-timeago (0.13.1)
mini_i18n (>= 0.8.0)
jekyll-watch (2.2.1)
Expand Down Expand Up @@ -58,14 +60,22 @@ GEM
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.1)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)

PLATFORMS
x64-mingw32

DEPENDENCIES
jekyll (~> 4.2)
jekyll (~> 4.2.0)
jekyll-seo-tag
jekyll-timeago (~> 0.13.1)
tzinfo-data
wdm (~> 0.1.0)

BUNDLED WITH
2.2.23
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# site settings
title: BSI/BEAM
title: BEAM
subtitle: at UCLA
email: [email protected]
description: Bringing STEM to elementary schools (because science is awesome!)
Expand Down

0 comments on commit fbed40f

Please sign in to comment.