Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

source "http://rubygems.org"

gem "activesupport", "~>5.0" # confirmed working, higher is probably OK too
gem "activesupport", "~>6.0" # confirmed working, higher is probably OK too
gem "adsf", "~>1.3" # needed for "nanoc view", 1.4 and up requires ruby >=2.3
gem "bluecloth"
gem "builder"
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (5.2.8.1)
activesupport (6.0.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
adsf (1.4.6)
rack (>= 1.0.0, < 3.0.0)
ast (2.4.2)
bluecloth (2.2.0)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
cri (2.15.11)
faraday (2.5.2)
faraday-net_http (>= 2.0, < 3.1)
Expand All @@ -26,7 +27,7 @@ GEM
rexml
method_source (1.0.0)
mini_portile2 (2.8.0)
minitest (5.16.3)
minitest (5.17.0)
nanoc (3.8.0)
cri (~> 2.3)
nokogiri (1.13.8)
Expand Down Expand Up @@ -77,12 +78,13 @@ GEM
tzinfo-data (1.2022.3)
tzinfo (>= 1.0.0)
unicode-display_width (2.3.0)
zeitwerk (2.6.6)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 5.0)
activesupport (~> 6.0)
adsf (~> 1.3)
bluecloth
builder
Expand Down