Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit 1c8a0ce

Browse files
committed
Update Gemfile and copyright year
1 parent 76edea7 commit 1c8a0ce

File tree

4 files changed

+20
-22
lines changed

4 files changed

+20
-22
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
gem "jekyll", "~> 4.1.1"
2+
gem "jekyll", "~> 4.2.0"
33
# gem "github-pages", group: :jekyll_plugins
44
group :jekyll_plugins do
55
gem 'jekyll-autoprefixer'
@@ -12,3 +12,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1212
gem "tzinfo-data"
1313
end
1414
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
15+
gem 'eventmachine', '~> 1.2.7', platform: :ruby

Gemfile.lock

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,29 @@ GEM
1111
em-websocket (0.5.2)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0.6.0)
14-
eventmachine (1.2.7)
1514
eventmachine (1.2.7-x64-mingw32)
1615
execjs (2.7.0)
17-
ffi (1.13.1)
18-
ffi (1.13.1-x64-mingw32)
16+
ffi (1.14.2-x64-mingw32)
1917
forwardable-extended (2.6.0)
2018
htmlcompressor (0.4.0)
2119
http_parser.rb (0.6.0)
22-
i18n (1.8.5)
20+
i18n (1.8.7)
2321
concurrent-ruby (~> 1.0)
24-
jekyll (4.1.1)
22+
jekyll (4.2.0)
2523
addressable (~> 2.4)
2624
colorator (~> 1.0)
2725
em-websocket (~> 0.5)
2826
i18n (~> 1.0)
2927
jekyll-sass-converter (~> 2.0)
3028
jekyll-watch (~> 2.0)
31-
kramdown (~> 2.1)
29+
kramdown (~> 2.3)
3230
kramdown-parser-gfm (~> 1.0)
3331
liquid (~> 4.0)
3432
mercenary (~> 0.4.0)
3533
pathutil (~> 0.9)
3634
rouge (~> 3.0)
3735
safe_yaml (~> 1.0)
38-
terminal-table (~> 1.8)
36+
terminal-table (~> 2.0)
3937
jekyll-autoprefixer (1.0.2)
4038
autoprefixer-rails (~> 9.3)
4139
jekyll-last-modified-at (1.3.0)
@@ -53,15 +51,15 @@ GEM
5351
jekyll (>= 3.7, < 5.0)
5452
jekyll-watch (2.2.1)
5553
listen (~> 3.0)
56-
json (2.3.1)
54+
json (2.5.1)
5755
json-minify (0.0.3)
5856
json (> 0)
5957
kramdown (2.3.0)
6058
rexml
6159
kramdown-parser-gfm (1.1.0)
6260
kramdown (~> 2.0)
6361
liquid (4.0.3)
64-
listen (3.2.1)
62+
listen (3.4.0)
6563
rb-fsevent (~> 0.10, >= 0.10.3)
6664
rb-inotify (~> 0.9, >= 0.9.10)
6765
mercenary (0.4.0)
@@ -73,30 +71,28 @@ GEM
7371
rb-inotify (0.10.1)
7472
ffi (~> 1.0)
7573
rexml (3.2.4)
76-
rouge (3.24.0)
74+
rouge (3.26.0)
7775
safe_yaml (1.0.5)
78-
sassc (2.4.0)
79-
ffi (~> 1.9)
8076
sassc (2.4.0-x64-mingw32)
8177
ffi (~> 1.9)
82-
terminal-table (1.8.0)
78+
terminal-table (2.0.0)
8379
unicode-display_width (~> 1.1, >= 1.1.1)
8480
thread_safe (0.3.6)
85-
tzinfo (1.2.7)
81+
tzinfo (1.2.9)
8682
thread_safe (~> 0.1)
87-
tzinfo-data (1.2020.4)
83+
tzinfo-data (1.2020.6)
8884
tzinfo (>= 1.0.0)
8985
uglifier (4.2.0)
9086
execjs (>= 0.3.0, < 3)
9187
unicode-display_width (1.7.0)
9288
wdm (0.1.1)
9389

9490
PLATFORMS
95-
ruby
9691
x64-mingw32
9792

9893
DEPENDENCIES
99-
jekyll (~> 4.1.1)
94+
eventmachine (~> 1.2.7)
95+
jekyll (~> 4.2.0)
10096
jekyll-autoprefixer
10197
jekyll-last-modified-at
10298
jekyll-minifier
@@ -106,4 +102,4 @@ DEPENDENCIES
106102
wdm (~> 0.1.1)
107103

108104
BUNDLED WITH
109-
2.1.4
105+
2.2.4

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ description: ""
44
baseurl: ""
55
url: "https://scratchaddons.com"
66

7-
sa_version: 1.7.0 # Not currently used
7+
sa_version: 1.7.1 # Not currently used
88
contributors_issue: 71
9+
copyright_year: 2021
910

10-
incremental: true
11+
# incremental: true
1112
livereload: true
1213

1314
source: site

site/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3>Resources</h3>
3131
<a href="https://api-docs.scratchaddons.com" rel="noopener">API Docs</a>
3232
</section>
3333
<section class="w-100 mt-3">
34-
<p>© 2020 Scratch Addons contributors</p>
34+
<p>© {{ site.copyright_year }} Scratch Addons contributors</p>
3535
<p>
3636
Scratch Addons is not affiliated, associated, or in any way officially connected with Scratch, the Scratch Team, the Scratch Foundation, or any of its subsidiaries or its affiliates.
3737
</p>

0 commit comments

Comments
 (0)