Skip to content
  • zzak's avatar
    c3fad078
    [7-0-stable] Lock sqlite3 to 1.7.x in bug_report_templates to prevent slipping to 2.x · c3fad078
    zzak authored
    ```
    --- Running bug_report_templates/action_mailbox.rb
    Fetching gem metadata from https://rubygems.org/...........
    Resolving dependencies...
    Fetching sqlite3 2.0.2
    Installing sqlite3 2.0.2 with native extensions
    /home/zzak/.rbenv/versions/3.4.0/lib/ruby/gems/3.4.0+0/gems/bundler-2.4.19/lib/bundler/rubygems_integration.rb:280:in 'block (2 levels) in Kernel#replace_gem':
    Error loading the 'sqlite3' Active Record adapter.
    Missing a gem it depends on? can't activate sqlite3 (~> 1.4), already activated sqlite3-2.0.2.
    Make sure all dependencies are added to Gemfile. (LoadError)
    ```
    c3fad078
    [7-0-stable] Lock sqlite3 to 1.7.x in bug_report_templates to prevent slipping to 2.x
    zzak authored
    ```
    --- Running bug_report_templates/action_mailbox.rb
    Fetching gem metadata from https://rubygems.org/...........
    Resolving dependencies...
    Fetching sqlite3 2.0.2
    Installing sqlite3 2.0.2 with native extensions
    /home/zzak/.rbenv/versions/3.4.0/lib/ruby/gems/3.4.0+0/gems/bundler-2.4.19/lib/bundler/rubygems_integration.rb:280:in 'block (2 levels) in Kernel#replace_gem':
    Error loading the 'sqlite3' Active Record adapter.
    Missing a gem it depends on? can't activate sqlite3 (~> 1.4), already activated sqlite3-2.0.2.
    Make sure all dependencies are added to Gemfile. (LoadError)
    ```
Loading