Skip to content

Commit

Permalink
Upgrade Ruby to 3.1.1 and other dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmfrankel committed Apr 11, 2023
1 parent 9eb67a6 commit 41b9a99
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.6.5
ruby 3.1.1
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ source "https://rubygems.org"
ruby RUBY_VERSION

gem "rake", "~> 12"
gem "jekyll", "~> 3.8"
gem "jekyll"
gem "html-proofer", "~> 3.9"
gem "kramdown-parser-gfm"
gem "webrick"

group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
Expand Down
47 changes: 26 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
colorize (0.8.1)
concurrent-ruby (1.1.5)
em-websocket (0.5.1)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
ffi (1.10.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
html-proofer (3.10.2)
activesupport (>= 4.2, < 6.0)
Expand All @@ -28,17 +28,17 @@ GEM
parallel (~> 1.3)
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
jekyll (3.9.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
Expand All @@ -60,12 +60,14 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.4.0)
minitest (5.11.3)
Expand All @@ -74,13 +76,13 @@ GEM
parallel (1.17.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
public_suffix (4.0.7)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
rexml (3.2.5)
rouge (3.28.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -92,24 +94,27 @@ GEM
ethon (>= 0.9.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
webrick (1.7.0)
yell (2.1.0)

PLATFORMS
ruby

DEPENDENCIES
html-proofer (~> 3.9)
jekyll (~> 3.8)
jekyll
jekyll-compose (~> 0.5)
jekyll-feed (~> 0.12)
jekyll-paginate-v2 (~> 1.9)
jekyll-redirect-from (~> 0.15)
jekyll-seo-tag (~> 2.6)
jekyll-sitemap (~> 1.3)
kramdown-parser-gfm
rake (~> 12)
webrick

RUBY VERSION
ruby 2.6.1p33
ruby 3.1.1p18

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<link rel="stylesheet" href="{{ "/css/main.css" | relative_url }}">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:300,300i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">

<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="Container Container-flex Container--smallMargin">
<header class="Container Container-flex Container--smallMargin Header">

<a href="{{ site.github.url }}/" class="Logo-container">
<div class="Logo-avatarContainer">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "Recovering from common Ruby on Rails errors and pitfalls - Part 1"
title: "Recovering from common Ruby on Rails errors and pitfalls"
date: 2015-12-29T21:31:03-05:00
subtitle: Series&#58; Recovering from ruby on rails errors
categories:
Expand Down
1 change: 1 addition & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// Components
@import "base";
@import "components/listing";
@import "components/header";
@import "components/post";
@import "components/page";
@import "components/home";
Expand Down
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,22 @@ <h2>My Skillset</h2>
</div>

<div class="TooltipContainer">
<i class="devicon-photoshop-plain" alt="Adobe Photoshop icon"></i>
<i class="devicon-figma-plain" alt="Figma icon"></i>
<div class="TooltipContainer-text TooltipContainer-text--bottom">Figma Interface Design</div>
</div>

<div class="TooltipContainer">
<i class="devicon-webflow-original" alt="Webflow icon"></i>
<div class="TooltipContainer-text TooltipContainer-text--bottom">Webflow Site Builder</div>
</div>

<div class="TooltipContainer">
<i class="devicon-photoshop-line" alt="Adobe Photoshop icon"></i>
<div class="TooltipContainer-text TooltipContainer-text--bottom">Adobe Photoshop</div>
</div>

<div class="TooltipContainer">
<i class="devicon-illustrator-plain" alt="Adobe Illustrator icon"></i>
<i class="devicon-illustrator-line" alt="Adobe Illustrator icon"></i>
<div class="TooltipContainer-text TooltipContainer-text--bottom">Adobe Illustrator</div>
</div>

Expand Down

0 comments on commit 41b9a99

Please sign in to comment.