Skip to content

Commit

Permalink
Keep static site generator up-to-date
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Fiedler <[email protected]>
  • Loading branch information
mostlyobvious and fidel committed Jun 12, 2024
1 parent 2e238e6 commit fca13e6
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 97 deletions.
32 changes: 17 additions & 15 deletions railseventstore.org/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,27 @@ GEM
arbre (2.0.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)
backports (3.24.1)
base64 (0.2.0)
backports (3.25.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.3)
contracts (0.16.1)
dotenv (2.8.1)
dotenv (3.1.2)
erubis (2.7.0)
execjs (2.9.1)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
fast_blank (1.0.1)
fastimage (2.3.0)
ffi (1.16.3)
fastimage (2.3.1)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
haml (5.2.2)
temple (>= 0.8.0)
tilt
Expand All @@ -41,7 +42,7 @@ GEM
concurrent-ruby (~> 1.0)
kramdown (2.4.0)
rexml
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
Expand Down Expand Up @@ -86,24 +87,24 @@ GEM
minitest (5.23.1)
net-http (0.4.1)
uri
octokit (8.1.0)
base64
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.3)
parallel (1.24.0)
parallel (1.25.1)
parslet (2.0.0)
public_suffix (5.0.4)
rack (2.2.8.1)
public_suffix (5.0.5)
rack (2.2.9)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.6.0)
rexml (3.2.6)
rexml (3.3.0)
strscan
rouge (3.30.0)
ruby2_keywords (0.0.5)
sassc (2.4.0)
Expand All @@ -112,6 +113,7 @@ GEM
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
servolux (0.13.0)
strscan (3.1.0)
temple (0.10.3)
thor (1.2.2)
tilt (2.0.11)
Expand Down
Loading

0 comments on commit fca13e6

Please sign in to comment.