github / licensed

A Ruby gem to cache and verify the licenses of dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find any gem for any resource

taltcher opened this issue · comments

Hi, after upgrading licensed version to 3.2.1 I started to receive (just as an example), the next errors for almost every gem I'm using:

* rails-boilerplate.bundler.actionview
      - could not find actionview (6.1.3.1) in any sources

    * rails-boilerplate.bundler.active_model_serializers
      - could not find active_model_serializers (0.10.12) in any sources

    * rails-boilerplate.bundler.activejob
      - could not find activejob (6.1.3.1) in any sources

    * rails-boilerplate.bundler.activemodel
      - could not find activemodel (6.1.3.1) in any sources

    * rails-boilerplate.bundler.activerecord
      - could not find activerecord (6.1.3.1) in any sources

    * rails-boilerplate.bundler.activestorage
      - could not find activestorage (6.1.3.1) in any sources

    * rails-boilerplate.bundler.activesupport
      - could not find activesupport (6.1.3.1) in any sources

    * rails-boilerplate.bundler.bcrypt
      - could not find bcrypt (3.1.16) in any sources

    * rails-boilerplate.bundler.bootsnap
      - could not find bootsnap (1.7.7) in any sources

This is the .licensed.yml configuration that I'm using:

allowed:
  - mit
  - cddl
  - json
  - apache-2.0
  - bsd-2-clause
  - bsd-3-clause
  - bsdl
  - 0bsd

What can cause this issue?

Could it be that This fix causes the issue?

@taltcher yeah it's certainly possible, sorry for the difficulty. Could you provide a small project with the reproduction of the issue?

@jonabc - It happened to me for several projects in my organization actually - if I'll provide a Gemfile example and the licensed workflow result, would that be enough?

Gemfile, lockfile and licensed configuration would be great for now! Also - what versions of ruby and bundler are you using?

@jonabc thanks for your response 😃 this is what I'm using:

  • ruby version: 2.7.2
  • bundler version: 2.1.4
  • this is an example Gemfile in which the problem happens:
# frozen_string_literal: true

source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "2.7.2"

group :development, :test do
  gem "factory_bot_rails", "6.1.0"
  gem "faker", "2.14.0"
  gem "pry-byebug", "3.9.0"
  gem "rspec-rails", "4.0.1"
end

group :development do
  gem "listen", ">= 3.1.5", "< 3.2"
  gem "rubocop", "1.18.2"
  gem "spring"
  gem "spring-watcher-listen", "~> 2.0.0"
end

group :test do
  gem "database_cleaner", "1.8.5"
end

gem "active_model_serializers", "0.10.12"
gem "bootsnap", ">= 1.3.2", require: false
gem "pg", "1.2.3"

gem "puma", "5.3.1"
gem "pundit", "2.1.0"
gem "rack-cors", "1.1.0", require: "rack/cors"
gem "rails", "6.1.3.1"

gem "bugsnag", "6.20.0"
gem "lograge", "0.11.2"

gem "loofah", ">= 2.2.3" # CVE-2018-16468

gem "ddtrace", "0.50.0"

And this is the Github workflow result I got:

2021-09-07T21:02:11.5658674Z Caching dependency records for rails-boilerplate
2021-09-07T21:02:16.6858140Z   bundler
2021-09-07T21:02:16.8334702Z     Error actioncable (6.1.3.1)
2021-09-07T21:02:16.8335719Z     Error actionmailbox (6.1.3.1)
2021-09-07T21:02:16.8336620Z     Error actionmailer (6.1.3.1)
2021-09-07T21:02:16.8337214Z     Error actionpack (6.1.3.1)
2021-09-07T21:02:16.8337713Z     Error actiontext (6.1.3.1)
2021-09-07T21:02:16.8338200Z     Error actionview (6.1.3.1)
2021-09-07T21:02:16.8338737Z     Error active_model_serializers (0.10.12)
2021-09-07T21:02:16.8339519Z     Error activejob (6.1.3.1)
2021-09-07T21:02:16.8340030Z     Error activemodel (6.1.3.1)
2021-09-07T21:02:16.8340680Z     Error activerecord (6.1.3.1)
2021-09-07T21:02:16.8341205Z     Error activestorage (6.1.3.1)
2021-09-07T21:02:16.8341743Z     Error activesupport (6.1.3.1)
2021-09-07T21:02:16.8342234Z     Error bcrypt (3.1.16)
2021-09-07T21:02:16.8342664Z     Error bootsnap (1.7.7)
2021-09-07T21:02:16.8343111Z     Error bugsnag (6.20.0)
2021-09-07T21:02:16.8343560Z     Error builder (3.2.4)
2021-09-07T21:02:16.8344009Z     Error case_transform (0.2)
2021-09-07T21:02:16.8345160Z     Error concurrent-ruby (1.1.9)
2021-09-07T21:02:16.8345745Z     Error crass (1.0.6)
2021-09-07T21:02:16.8348682Z     Error ddtrace (0.50.0)
2021-09-07T21:02:16.8349513Z     Error devise (4.7.1)
2021-09-07T21:02:16.8350233Z     Error domain_name (0.5.20190701)
2021-09-07T21:02:16.8351012Z     Error erubi (1.10.0)
2021-09-07T21:02:16.8351687Z     Error ffi (1.15.3)
2021-09-07T21:02:16.8352352Z     Error globalid (0.5.2)
2021-09-07T21:02:16.8353438Z     Error http-accept (1.7.0)
2021-09-07T21:02:16.8354509Z     Error http-cookie (1.0.4)
2021-09-07T21:02:16.8355320Z     Error i18n (1.8.10)
2021-09-07T21:02:16.8356314Z     Error jsonapi-renderer (0.2.2)
2021-09-07T21:02:16.8358029Z     Error lograge (0.11.2)
2021-09-07T21:02:16.8360509Z     Error loofah (2.12.0)
2021-09-07T21:02:16.8362215Z     Error mail (2.7.1)
2021-09-07T21:02:16.8362887Z     Error marcel (1.0.1)
2021-09-07T21:02:16.8363547Z     Error method_source (1.0.0)
2021-09-07T21:02:16.8364607Z     Error mime-types (3.3.1)
2021-09-07T21:02:16.8365552Z     Error mime-types-data (3.2021.0704)
2021-09-07T21:02:16.8366265Z     Error mini_mime (1.0.3)
2021-09-07T21:02:16.8367463Z     Error mini_portile2 (2.6.1)
2021-09-07T21:02:16.8368126Z     Error minitest (5.14.4)
2021-09-07T21:02:16.8368727Z     Error msgpack (1.4.2)
2021-09-07T21:02:16.8369794Z     Error netrc (0.11.0)
2021-09-07T21:02:16.8370831Z     Error nio4r (2.5.8)
2021-09-07T21:02:16.8371422Z     Error nokogiri (1.12.3)
2021-09-07T21:02:16.8372037Z     Error orm_adapter (0.5.0)
2021-09-07T21:02:16.8372634Z     Error pg (1.2.3)
2021-09-07T21:02:16.8373183Z     Error puma (5.3.1)
2021-09-07T21:02:16.8373754Z     Error pundit (2.1.0)
2021-09-07T21:02:16.8374325Z     Error racc (1.5.2)
2021-09-07T21:02:16.8374864Z     Error rack (2.2.3)
2021-09-07T21:02:16.8375720Z     Error rack-cors (1.1.0)
2021-09-07T21:02:16.8376586Z     Error rack-test (1.1.0)
2021-09-07T21:02:16.8377205Z     Error rails (6.1.3.1)
2021-09-07T21:02:16.8381388Z     Error rails-dom-testing (2.0.3)
2021-09-07T21:02:16.8382529Z     Error rails-html-sanitizer (1.4.2)
2021-09-07T21:02:16.8383290Z     Error railties (6.1.3.1)
2021-09-07T21:02:16.8383886Z     Error rake (13.0.6)
2021-09-07T21:02:16.8384496Z     Error request_store (1.5.0)
2021-09-07T21:02:16.8385206Z     Error responders (3.0.1)
2021-09-07T21:02:16.8386089Z     Error rest-client (2.1.0)
2021-09-07T21:02:16.8386777Z     Error retriable (3.1.2)
2021-09-07T21:02:16.8387397Z     Error sprockets (4.0.2)
2021-09-07T21:02:16.8389440Z     Error sprockets-rails (3.2.2)
2021-09-07T21:02:17.1782619Z     Caching thor (1.1.0)
2021-09-07T21:02:17.1783116Z     Error tzinfo (2.0.4)
2021-09-07T21:02:17.1783519Z     Error unf (0.1.4)
2021-09-07T21:02:17.1783908Z     Error unf_ext (0.0.7.7)
2021-09-07T21:02:17.1784321Z     Error warden (1.2.9)
2021-09-07T21:02:17.1785393Z     Error websocket-driver (0.7.5)
2021-09-07T21:02:17.1786319Z     Error websocket-extensions (0.1.5)
2021-09-07T21:02:17.1786919Z     Error zeitwerk (2.4.2)
2021-09-07T21:02:17.1787220Z 
2021-09-07T21:02:17.1787561Z   * Errors:
2021-09-07T21:02:17.1788602Z     * rails-boilerplate.bundler.actioncable
2021-09-07T21:02:17.1789679Z       - could not find actioncable (6.1.3.1) in any sources
2021-09-07T21:02:17.1790085Z 
2021-09-07T21:02:17.1790981Z     * rails-boilerplate.bundler.actionmailbox
2021-09-07T21:02:17.1792097Z       - could not find actionmailbox (6.1.3.1) in any sources
2021-09-07T21:02:17.1792518Z 
2021-09-07T21:02:17.1793400Z     * rails-boilerplate.bundler.actionmailer
2021-09-07T21:02:17.1794506Z       - could not find actionmailer (6.1.3.1) in any sources
2021-09-07T21:02:17.1794915Z 
2021-09-07T21:02:17.1795756Z     * rails-boilerplate.bundler.actionpack
2021-09-07T21:02:17.1796794Z       - could not find actionpack (6.1.3.1) in any sources
2021-09-07T21:02:17.1797186Z 
2021-09-07T21:02:17.1798042Z     * rails-boilerplate.bundler.actiontext
2021-09-07T21:02:17.1799679Z       - could not find actiontext (6.1.3.1) in any sources
2021-09-07T21:02:17.1800088Z 
2021-09-07T21:02:17.1800951Z     * rails-boilerplate.bundler.actionview
2021-09-07T21:02:17.1801973Z       - could not find actionview (6.1.3.1) in any sources
2021-09-07T21:02:17.1802365Z 
2021-09-07T21:02:17.1803257Z     * rails-boilerplate.bundler.active_model_serializers
2021-09-07T21:02:17.1804382Z       - could not find active_model_serializers (0.10.12) in any sources
2021-09-07T21:02:17.1804835Z 
2021-09-07T21:02:17.1805664Z     * rails-boilerplate.bundler.activejob
2021-09-07T21:02:17.1806670Z       - could not find activejob (6.1.3.1) in any sources
2021-09-07T21:02:17.1807051Z 
2021-09-07T21:02:17.1807924Z     * rails-boilerplate.bundler.activemodel
2021-09-07T21:02:17.1808991Z       - could not find activemodel (6.1.3.1) in any sources
2021-09-07T21:02:17.1809395Z 
2021-09-07T21:02:17.1810274Z     * rails-boilerplate.bundler.activerecord
2021-09-07T21:02:17.1811364Z       - could not find activerecord (6.1.3.1) in any sources
2021-09-07T21:02:17.1811782Z 
2021-09-07T21:02:17.1812683Z     * rails-boilerplate.bundler.activestorage
2021-09-07T21:02:17.1813807Z       - could not find activestorage (6.1.3.1) in any sources
2021-09-07T21:02:17.1814227Z 
2021-09-07T21:02:17.1815132Z     * rails-boilerplate.bundler.activesupport
2021-09-07T21:02:17.1816261Z       - could not find activesupport (6.1.3.1) in any sources
2021-09-07T21:02:17.1816687Z 
2021-09-07T21:02:17.1817469Z     * rails-boilerplate.bundler.bcrypt
2021-09-07T21:02:17.1818398Z       - could not find bcrypt (3.1.16) in any sources
2021-09-07T21:02:17.1818767Z 
2021-09-07T21:02:17.1819751Z     * rails-boilerplate.bundler.bootsnap
2021-09-07T21:02:17.1820774Z       - could not find bootsnap (1.7.7) in any sources
2021-09-07T21:02:17.1821155Z 
2021-09-07T21:02:17.1821952Z     * rails-boilerplate.bundler.bugsnag
2021-09-07T21:02:17.1822899Z       - could not find bugsnag (6.20.0) in any sources
2021-09-07T21:02:17.1823272Z 
2021-09-07T21:02:17.1824068Z     * rails-boilerplate.bundler.builder
2021-09-07T21:02:17.1825271Z       - could not find builder (3.2.4) in any sources
2021-09-07T21:02:17.1825631Z 
2021-09-07T21:02:17.1826444Z     * rails-boilerplate.bundler.case_transform
2021-09-07T21:02:17.1827440Z       - could not find case_transform (0.2) in any sources
2021-09-07T21:02:17.1827838Z 
2021-09-07T21:02:17.1834529Z     * rails-boilerplate.bundler.concurrent-ruby
2021-09-07T21:02:17.1835718Z       - could not find concurrent-ruby (1.1.9) in any sources
2021-09-07T21:02:17.1836268Z 
2021-09-07T21:02:17.1837029Z     * rails-boilerplate.bundler.crass
2021-09-07T21:02:17.1838106Z       - could not find crass (1.0.6) in any sources
2021-09-07T21:02:17.1838490Z 
2021-09-07T21:02:17.1839328Z     * rails-boilerplate.bundler.ddtrace
2021-09-07T21:02:17.1840299Z       - could not find ddtrace (0.50.0) in any sources
2021-09-07T21:02:17.1840801Z 
2021-09-07T21:02:17.1841562Z     * rails-boilerplate.bundler.devise
2021-09-07T21:02:17.1842457Z       - could not find devise (4.7.1) in any sources
2021-09-07T21:02:17.1842824Z 
2021-09-07T21:02:17.1843613Z     * rails-boilerplate.bundler.domain_name
2021-09-07T21:02:17.1844569Z       - could not find domain_name (0.5.20190701) in any sources
2021-09-07T21:02:17.1844945Z 
2021-09-07T21:02:17.1845692Z     * rails-boilerplate.bundler.erubi
2021-09-07T21:02:17.1846727Z       - could not find erubi (1.10.0) in any sources
2021-09-07T21:02:17.1847096Z 
2021-09-07T21:02:17.1847827Z     * rails-boilerplate.bundler.ffi
2021-09-07T21:02:17.1848705Z       - could not find ffi (1.15.3) in any sources
2021-09-07T21:02:17.1849041Z 
2021-09-07T21:02:17.1849856Z     * rails-boilerplate.bundler.globalid
2021-09-07T21:02:17.1850965Z       - could not find globalid (0.5.2) in any sources
2021-09-07T21:02:17.1851327Z 
2021-09-07T21:02:17.1852159Z     * rails-boilerplate.bundler.http-accept
2021-09-07T21:02:17.1853192Z       - could not find http-accept (1.7.0) in any sources
2021-09-07T21:02:17.1853581Z 
2021-09-07T21:02:17.1854557Z     * rails-boilerplate.bundler.http-cookie
2021-09-07T21:02:17.1856089Z       - could not find http-cookie (1.0.4) in any sources
2021-09-07T21:02:17.1856514Z 
2021-09-07T21:02:17.1857276Z     * rails-boilerplate.bundler.i18n
2021-09-07T21:02:17.1858182Z       - could not find i18n (1.8.10) in any sources
2021-09-07T21:02:17.1858538Z 
2021-09-07T21:02:17.1859721Z     * rails-boilerplate.bundler.jsonapi-renderer
2021-09-07T21:02:17.1860991Z       - could not find jsonapi-renderer (0.2.2) in any sources
2021-09-07T21:02:17.1861445Z 
2021-09-07T21:02:17.1862242Z     * rails-boilerplate.bundler.lograge
2021-09-07T21:02:17.1863189Z       - could not find lograge (0.11.2) in any sources
2021-09-07T21:02:17.1863576Z 
2021-09-07T21:02:17.1864361Z     * rails-boilerplate.bundler.loofah
2021-09-07T21:02:17.1865286Z       - could not find loofah (2.12.0) in any sources
2021-09-07T21:02:17.1865653Z 
2021-09-07T21:02:17.1866398Z     * rails-boilerplate.bundler.mail
2021-09-07T21:02:17.1867291Z       - could not find mail (2.7.1) in any sources
2021-09-07T21:02:17.1867641Z 
2021-09-07T21:02:17.1868422Z     * rails-boilerplate.bundler.marcel
2021-09-07T21:02:17.1869364Z       - could not find marcel (1.0.1) in any sources
2021-09-07T21:02:17.1869730Z 
2021-09-07T21:02:17.1870542Z     * rails-boilerplate.bundler.method_source
2021-09-07T21:02:17.1871549Z       - could not find method_source (1.0.0) in any sources
2021-09-07T21:02:17.1871943Z 
2021-09-07T21:02:17.1872786Z     * rails-boilerplate.bundler.mime-types
2021-09-07T21:02:17.1873827Z       - could not find mime-types (3.3.1) in any sources
2021-09-07T21:02:17.1874223Z 
2021-09-07T21:02:17.1875166Z     * rails-boilerplate.bundler.mime-types-data
2021-09-07T21:02:17.1876381Z       - could not find mime-types-data (3.2021.0704) in any sources
2021-09-07T21:02:17.1876828Z 
2021-09-07T21:02:17.1877603Z     * rails-boilerplate.bundler.mini_mime
2021-09-07T21:02:17.1879781Z       - could not find mini_mime (1.0.3) in any sources
2021-09-07T21:02:17.1880161Z 
2021-09-07T21:02:17.1880979Z     * rails-boilerplate.bundler.mini_portile2
2021-09-07T21:02:17.1882205Z       - could not find mini_portile2 (2.6.1) in any sources
2021-09-07T21:02:17.1882604Z 
2021-09-07T21:02:17.1883424Z     * rails-boilerplate.bundler.minitest
2021-09-07T21:02:17.1884397Z       - could not find minitest (5.14.4) in any sources
2021-09-07T21:02:17.1884775Z 
2021-09-07T21:02:17.1885572Z     * rails-boilerplate.bundler.msgpack
2021-09-07T21:02:17.1886538Z       - could not find msgpack (1.4.2) in any sources
2021-09-07T21:02:17.1886898Z 
2021-09-07T21:02:17.1887659Z     * rails-boilerplate.bundler.netrc
2021-09-07T21:02:17.1889073Z       - could not find netrc (0.11.0) in any sources
2021-09-07T21:02:17.1889606Z 
2021-09-07T21:02:17.1890494Z     * rails-boilerplate.bundler.nio4r
2021-09-07T21:02:17.1891420Z       - could not find nio4r (2.5.8) in any sources
2021-09-07T21:02:17.1891782Z 
2021-09-07T21:02:17.1892581Z     * rails-boilerplate.bundler.nokogiri
2021-09-07T21:02:17.1893571Z       - could not find nokogiri (1.12.3) in any sources
2021-09-07T21:02:17.1893963Z 
2021-09-07T21:02:17.1894735Z     * rails-boilerplate.bundler.orm_adapter
2021-09-07T21:02:17.1895695Z       - could not find orm_adapter (0.5.0) in any sources
2021-09-07T21:02:17.1896078Z 
2021-09-07T21:02:17.1897016Z     * rails-boilerplate.bundler.pg
2021-09-07T21:02:17.1897897Z       - could not find pg (1.2.3) in any sources
2021-09-07T21:02:17.1898247Z 
2021-09-07T21:02:17.1898994Z     * rails-boilerplate.bundler.puma
2021-09-07T21:02:17.1900055Z       - could not find puma (5.3.1) in any sources
2021-09-07T21:02:17.1900414Z 
2021-09-07T21:02:17.1901197Z     * rails-boilerplate.bundler.pundit
2021-09-07T21:02:17.1902137Z       - could not find pundit (2.1.0) in any sources
2021-09-07T21:02:17.1902502Z 
2021-09-07T21:02:17.1903245Z     * rails-boilerplate.bundler.racc
2021-09-07T21:02:17.1904119Z       - could not find racc (1.5.2) in any sources
2021-09-07T21:02:17.1904474Z 
2021-09-07T21:02:17.1905216Z     * rails-boilerplate.bundler.rack
2021-09-07T21:02:17.1906112Z       - could not find rack (2.2.3) in any sources
2021-09-07T21:02:17.1906459Z 
2021-09-07T21:02:17.1907294Z     * rails-boilerplate.bundler.rack-cors
2021-09-07T21:02:17.1908300Z       - could not find rack-cors (1.1.0) in any sources
2021-09-07T21:02:17.1909140Z 
2021-09-07T21:02:17.1910095Z     * rails-boilerplate.bundler.rack-test
2021-09-07T21:02:17.1912165Z       - could not find rack-test (1.1.0) in any sources
2021-09-07T21:02:17.1912563Z 
2021-09-07T21:02:17.1913328Z     * rails-boilerplate.bundler.rails
2021-09-07T21:02:17.1914250Z       - could not find rails (6.1.3.1) in any sources
2021-09-07T21:02:17.1914611Z 
2021-09-07T21:02:17.1915605Z     * rails-boilerplate.bundler.rails-dom-testing
2021-09-07T21:02:17.1916848Z       - could not find rails-dom-testing (2.0.3) in any sources
2021-09-07T21:02:17.1917297Z 
2021-09-07T21:02:17.1918358Z     * rails-boilerplate.bundler.rails-html-sanitizer
2021-09-07T21:02:17.1919988Z       - could not find rails-html-sanitizer (1.4.2) in any sources
2021-09-07T21:02:17.1920511Z 
2021-09-07T21:02:17.1921432Z     * rails-boilerplate.bundler.railties
2021-09-07T21:02:17.1922413Z       - could not find railties (6.1.3.1) in any sources
2021-09-07T21:02:17.1922792Z 
2021-09-07T21:02:17.1923546Z     * rails-boilerplate.bundler.rake
2021-09-07T21:02:17.1924708Z       - could not find rake (13.0.6) in any sources
2021-09-07T21:02:17.1925088Z 
2021-09-07T21:02:17.1926034Z     * rails-boilerplate.bundler.request_store
2021-09-07T21:02:17.1927062Z       - could not find request_store (1.5.0) in any sources
2021-09-07T21:02:17.1927439Z 
2021-09-07T21:02:17.1928294Z     * rails-boilerplate.bundler.responders
2021-09-07T21:02:17.1929350Z       - could not find responders (3.0.1) in any sources
2021-09-07T21:02:17.1929744Z 
2021-09-07T21:02:17.1930603Z     * rails-boilerplate.bundler.rest-client
2021-09-07T21:02:17.1931670Z       - could not find rest-client (2.1.0) in any sources
2021-09-07T21:02:17.1932068Z 
2021-09-07T21:02:17.1932885Z     * rails-boilerplate.bundler.retriable
2021-09-07T21:02:17.1934130Z       - could not find retriable (3.1.2) in any sources
2021-09-07T21:02:17.1934517Z 
2021-09-07T21:02:17.1935342Z     * rails-boilerplate.bundler.sprockets
2021-09-07T21:02:17.1936353Z       - could not find sprockets (4.0.2) in any sources
2021-09-07T21:02:17.1936739Z 
2021-09-07T21:02:17.1937697Z     * rails-boilerplate.bundler.sprockets-rails
2021-09-07T21:02:17.1938865Z       - could not find sprockets-rails (3.2.2) in any sources
2021-09-07T21:02:17.1939502Z 
2021-09-07T21:02:17.1940329Z     * rails-boilerplate.bundler.tzinfo
2021-09-07T21:02:17.1941252Z       - could not find tzinfo (2.0.4) in any sources
2021-09-07T21:02:17.1941735Z 
2021-09-07T21:02:17.1942519Z     * rails-boilerplate.bundler.unf
2021-09-07T21:02:17.1943378Z       - could not find unf (0.1.4) in any sources
2021-09-07T21:02:17.1943726Z 
2021-09-07T21:02:17.1944479Z     * rails-boilerplate.bundler.unf_ext
2021-09-07T21:02:17.1945390Z       - could not find unf_ext (0.0.7.7) in any sources
2021-09-07T21:02:17.1945738Z 
2021-09-07T21:02:17.1946526Z     * rails-boilerplate.bundler.warden
2021-09-07T21:02:17.1947465Z       - could not find warden (1.2.9) in any sources
2021-09-07T21:02:17.1947832Z 
2021-09-07T21:02:17.1948797Z     * rails-boilerplate.bundler.websocket-driver
2021-09-07T21:02:17.1950020Z       - could not find websocket-driver (0.7.5) in any sources
2021-09-07T21:02:17.1950467Z 
2021-09-07T21:02:17.1951520Z     * rails-boilerplate.bundler.websocket-extensions
2021-09-07T21:02:17.1952872Z       - could not find websocket-extensions (0.1.5) in any sources
2021-09-07T21:02:17.1953367Z 
2021-09-07T21:02:17.1954252Z     * rails-boilerplate.bundler.zeitwerk
2021-09-07T21:02:17.1955480Z       - could not find zeitwerk (2.4.2) in any sources

@jonabc Is there any additional information I need to provide regarding this issue?

Hi @taltcher sorry I haven't had a chance to take a look yet, I'll try to get to it today and let you know what I find.

@taltcher sorry for the delay I've got the issue reproduced and a fix in the works 👍

@jonabc cool thanks for your response!