Skip to content

Commit

Permalink
Fix Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gnardin committed Mar 8, 2024
1 parent 62a60e8 commit 558dd60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ group :jekyll_plugins do
end

gem "webrick", "~> 1.7"

gem "json", "~> 2.7"
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ GEM
faraday-net_http (3.0.2)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.25.3-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.3.1)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -41,12 +42,13 @@ GEM
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -72,12 +74,12 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.2.6)
rouge (4.0.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -87,12 +89,13 @@ GEM
webrick (1.7.0)

PLATFORMS
x86_64-linux
x86_64-linux-gnu

DEPENDENCIES
jekyll
json (~> 2.7)
minimal-mistakes-jekyll
webrick (~> 1.7)

BUNDLED WITH
2.3.26
2.5.6
4 changes: 0 additions & 4 deletions _pages/teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ permalink: /teaching/
* [2021](https://cloud-and-edge-infrastructures.pages.emse.fr/2021){:target="_blank"}
* [2022](https://cloud-and-edge-infrastructures.pages.emse.fr/2022){:target="_blank"}
* [2023](https://cloud-and-edge-infrastructures.pages.emse.fr/2023){:target="_blank"}

# MultiAgent Coordination

# MultiAgent Oriented Programming

0 comments on commit 558dd60

Please sign in to comment.