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
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.1.0)
activesupport (8.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand All @@ -27,24 +27,25 @@ GEM
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
csv (3.3.5)
dnsruby (1.73.0)
dnsruby (1.73.1)
base64 (>= 0.2)
logger (~> 1.6)
simpleidn (~> 0.2.1)
drb (2.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.17.0)
ethon (0.18.0)
ffi (>= 1.15.0)
logger
eventmachine (1.2.7)
execjs (2.10.0)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.1)
net-http (>= 0.5.0)
faraday-net_http (3.4.2)
net-http (~> 0.5)
ffi (1.17.2-aarch64-linux-gnu)
ffi (1.17.2-aarch64-linux-musl)
ffi (1.17.2-arm-linux-gnu)
Expand Down Expand Up @@ -225,7 +226,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.15.1)
json (2.16.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -241,9 +242,9 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.26.0)
net-http (0.6.0)
uri
minitest (5.26.1)
net-http (0.8.0)
uri (>= 0.11.1)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -282,7 +283,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.9.2)
sawyer (0.9.3)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.4.1)
Expand All @@ -294,7 +295,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (1.0.4)
uri (1.1.1)
webrick (1.9.1)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion _companies/higher-pixels.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Higher Pixels is a product development company and the proud archi
name: Higher Pixels
intro: |
Higher Pixels is a product development company and the proud architect of the majestic monolith of podcasting: Buzzsprout, the easiest way to start podcasting and keep podcasting. They continue to expand their product StreamCare, aligning healthcare stakeholders for better outcomes, while maintaining their legacy products Tick, time tracking that keeps projects profitable, and Donor Tools, empowering nonprofits to easily manage donations. Across industries, they create web products that are elegantly designed and a joy to use.
logo: /assets/images/logo-higherpixels-color.svg
logo: /assets/images/logo-higherpixels.svg
exturl: https://www.higherpixels.com/
company_type: Private
founded_date: 1996
Expand Down
2 changes: 1 addition & 1 deletion _companies/serpapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "SerpApi is a real-time API to access Google search results."
name: SerpApi
intro: |
SerpApi enables developers and companies to scrape search engine results from platforms like Google, Amazon, and more, delivering the results in a clean and structured JSON format.
logo: /assets/images/logo-serpapi.png
logo: /assets/images/logo-serpapi.svg
exturl: https://serpapi.com/
company_type: Private
founded_date: 2017
Expand Down
Loading