Skip to content
Merged
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ source "https://rubygems.org"
gem "faraday", "2.14.0"
gem "faraday-retry", "2.3.2"
gem "github-pages", "~> 232", group: :jekyll_plugins
gem "json", "2.15.1"
gem "json", "2.15.2"
gem "language_server-protocol", "3.17.0.5"
gem "nokogiri", "~> 1.18.10"
gem "rake", "13.3.0"
gem "rubocop", "1.81.1"
gem "rubocop", "1.81.6"

group :test do
gem "fastimage"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.15.1)
json (2.15.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -283,7 +283,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.27.0)
parser (3.3.9.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
Expand All @@ -302,7 +302,7 @@ GEM
regexp_parser (2.11.3)
rexml (3.4.2)
rouge (3.30.0)
rubocop (1.81.1)
rubocop (1.81.6)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -366,14 +366,14 @@ DEPENDENCIES
fastimage
github-pages (~> 232)
httparty
json (= 2.15.1)
json (= 2.15.2)
language_server-protocol (= 3.17.0.5)
minitest
nokogiri (~> 1.18.10)
octokit
pry
rake (= 13.3.0)
rubocop (= 1.81.1)
rubocop (= 1.81.6)
rubocop-performance
safe_yaml
webrick
Expand Down
1 change: 0 additions & 1 deletion collections/made-in-poland/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check failure on line 1 in collections/made-in-poland/index.md

View workflow job for this annotation

GitHub Actions / test (collections)

expected collection changes to have been appended to the existing item list

Check failure on line 1 in collections/made-in-poland/index.md

View workflow job for this annotation

GitHub Actions / test (all)

expected collection changes to have been appended to the existing item list
items:
- saleor/saleor
- callstack
Expand All @@ -19,7 +19,6 @@
- wuub/SublimeREPL
- graphql-hive/graphql-config
- invpe/GridShell
- hayase-app/ui

display_name: Made in Poland
created_by: Tymek
Expand Down
Loading