- Run
bundle installto update Gemfile.lock after removingpopper_js - Verify local testing with lr_common_styles via local path works correctly
- Run
make check(or equivalent) to verify linting and tests pass - Test asset compilation with
rails assets:precompile - Verify Bootstrap dropdowns and popovers function correctly
- Check browser console for JavaScript errors related to Popper/Bootstrap
- Verify local testing with qonsole_rails via local path works correctly
- Test SPARQL query functionality (empty results, non-empty results)
- Verify dropdown components display and function correctly in query interface
- Check query form responsiveness on mobile and desktop viewports
- Update Gemfile to use published lr_common_styles 3.0.0 from eGPR
- Run
bundle update lr_common_stylesto lock new version - Remove local path override from Gemfile
- Test full application functionality with published gem
- Update Gemfile to use published qonsole_rails 2.4.0 from eGPR
- Run
bundle update qonsole_railsto lock new version - Remove local path override from Gemfile
- Test full application functionality with published qonsole_rails gem
- Deploy to test/staging environment
- Verify UI components render correctly
- Test interactive Bootstrap components (modals, dropdowns, tooltips)
- Monitor for asset pipeline errors in logs
- Test query submission and result handling (including empty results)
- Verify query form responsiveness and dropdown toggles work correctly
- Monitor logs for deprecation warnings and response noise
- Deploy to production after successful testing