Skip to content

Commit

Permalink
Update gems and bundler
Browse files Browse the repository at this point in the history
Tried to run this locally and a lot of stuff was super outdated. The
updated dependencies seem to work fine.
  • Loading branch information
packrat386 committed Oct 13, 2022
1 parent 9ab38e4 commit 3d3c2aa
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 43 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ gem 'bourbon'
gem 'neat'
gem 'sass'
gem 'rake'
gem 'webrick'
113 changes: 70 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,60 +1,86 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
bourbon (4.3.4)
sass (~> 3.4)
thor (~> 0.19)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
bourbon (7.2.0)
thor (~> 1.0)
colorator (1.1.0)
ffi (1.11.3)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
haml (5.0.1)
temple (>= 0.8.0)
haml (6.0.6)
temple (>= 0.8.2)
thor
tilt
jekyll (3.4.3)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (~> 1.7)
rouge (~> 3.0)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.13.2)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
terminal-table (~> 2.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.0)
neat (2.0.0)
sass (~> 3.4)
thor (~> 0.19)
nokogiri (1.13.6)
neat (1.7.4)
bourbon (>= 4.0)
sass (>= 3.3)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pathutil (0.14.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
public_suffix (5.0.0)
racc (1.6.0)
rake (12.3.3)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rdoc (6.3.1)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.23)
temple (0.8.0)
thor (0.19.4)
tilt (2.0.7)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.3.3)
rexml (3.2.5)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
temple (0.8.2)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.2.1)
tilt (2.0.11)
unicode-display_width (1.8.0)
webrick (1.7.0)

PLATFORMS
ruby
Expand All @@ -70,6 +96,7 @@ DEPENDENCIES
rdoc (~> 6.3.1)
sass
thor
webrick

BUNDLED WITH
1.14.6
2.3.22

0 comments on commit 3d3c2aa

Please sign in to comment.