Skip to content
Snippets Groups Projects
Commit 3a9bbfab authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

updated gemfile to work with ruby 2.7.7

parent f11eedf6
No related branches found
No related tags found
4 merge requests!22xxxxUpdated content for week 3 and week 4 (week 4 still needs work),!21Week4 edits,!19Week4 edits,!17Week4 edits
......@@ -11,7 +11,7 @@ source "https://rubygems.org"
gem "jekyll", "< 4.0"
gem 'sassc', '~> 2.1.0'
gem 'sassc', '~> 2.0'
# If you have any plugins, put them here!
group :jekyll_plugins do
......@@ -23,13 +23,12 @@ group :jekyll_plugins do
gem "jekyll-contentblocks"
gem "jekyll-assets"
gem 'jekyll-font-awesome-sass'
gem "font-awesome-sass", "~>6.2"
gem "sprockets", "~> 3.7"
gem "font-awesome-sass"
gem "sprockets"
gem "kramdown-parser-gfm"
gem 'remark'
gem 'jekyll-mermaid'
gem 'uglifier'
gem 'therubyracer'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
......
......@@ -96,7 +96,6 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
libv8 (3.16.14.19)
liquid (4.0.3)
liquid-tag-parser (1.9.0)
extras (~> 0.3)
......@@ -124,7 +123,6 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
regexp_parser (2.1.1)
remark (0.3.2)
hpricot (~> 0.8.2)
......@@ -148,14 +146,11 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.1.0)
sassc (2.4.0)
ffi (~> 1.9)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thread_safe (0.3.6)
typhoeus (1.4.0)
ethon (>= 0.9.0)
......@@ -175,7 +170,7 @@ PLATFORMS
DEPENDENCIES
execjs
font-awesome-sass (~> 6.2)
font-awesome-sass
html-proofer (~> 3.0)
jekyll (< 4.0)
jekyll-assets
......@@ -190,9 +185,8 @@ DEPENDENCIES
kramdown-parser-gfm
remark
rubocop (~> 0.50)
sassc (~> 2.1.0)
sprockets (~> 3.7)
therubyracer
sassc (~> 2.0)
sprockets
tzinfo-data
uglifier
w3c_validators (~> 1.3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment