Skip to content

Commit

Permalink
gems bump
Browse files Browse the repository at this point in the history
  • Loading branch information
garrying committed Aug 5, 2024
1 parent 5bc6e95 commit 401a547
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.16"
gem "jekyll-redirect-from"
gem 'jekyll-activity-pub', '0.3.0rc5', require: 'jekyll/activity_pub/commands'
gem 'jekyll-activity-pub', require: 'jekyll/activity_pub/commands'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
async (2.14.2)
console (~> 1.25, >= 1.25.2)
async (2.15.0)
console (~> 1.26)
fiber-annotation
io-event (~> 1.6, >= 1.6.5)
bigdecimal (3.1.8)
Expand All @@ -18,7 +18,7 @@ GEM
fiber-local (~> 1.1)
json
csv (3.3.0)
distributed-press-api-client (0.5.0rc10)
distributed-press-api-client (0.5.1)
addressable (~> 2.3, >= 2.3.0)
climate_control
dry-schema
Expand Down Expand Up @@ -69,13 +69,13 @@ GEM
fiber-storage
fiber-storage (0.1.2)
forwardable-extended (2.6.0)
google-protobuf (4.27.2)
google-protobuf (4.27.3)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-arm64-darwin)
google-protobuf (4.27.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-linux)
google-protobuf (4.27.3-x86_64-linux)
bigdecimal
rake (>= 13)
hashery (2.1.2)
Expand Down Expand Up @@ -114,8 +114,8 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-activity-pub (0.3.0rc5)
distributed-press-api-client (~> 0.5.0rc10)
jekyll-activity-pub (0.3.1)
distributed-press-api-client (~> 0.5.0)
jekyll (~> 4)
marcel (~> 1)
jekyll-feed (0.17.0)
Expand All @@ -141,11 +141,11 @@ GEM
mini_mime (1.1.5)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
nokogiri (1.16.6-arm-linux)
nokogiri (1.16.7-arm-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand All @@ -155,14 +155,14 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (6.0.0)
racc (1.8.0)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.3)
rexml (3.3.4)
strscan
rouge (4.3.0)
ruby-rc4 (0.1.5)
Expand All @@ -185,7 +185,7 @@ GEM
unicode-display_width (2.5.0)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.16)
zeitwerk (2.6.17)

PLATFORMS
arm-linux
Expand All @@ -197,7 +197,7 @@ PLATFORMS
DEPENDENCIES
html-proofer
jekyll (~> 4.3.3)
jekyll-activity-pub (= 0.3.0rc5)
jekyll-activity-pub
jekyll-feed (~> 0.16)
jekyll-redirect-from
rake
Expand Down

0 comments on commit 401a547

Please sign in to comment.