bootstrap-icons icon indicating copy to clipboard operation
bootstrap-icons copied to clipboard

A ruby gem and a rails helper that makes including svg Bootstrap Icons in your project simple.

Results 9 bootstrap-icons issues
Sort by recently updated
recently updated
newest added

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...

dependencies
ruby

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

Bumps [actionpack](https://github.com/rails/rails) from 7.0.8.1 to 7.1.3.4. Release notes Sourced from actionpack's releases. 7.1.3.4 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies
ruby

Bumps [actiontext](https://github.com/rails/rails) from 7.0.8.1 to 7.1.3.4. Release notes Sourced from actiontext's releases. 7.1.3.4 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies
ruby

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 to 1.18.4. Release notes Sourced from nokogiri's releases. v1.18.4 / 2025-03-14 Security [CRuby] Vendored libxslt is updated to v1.1.43 to address CVE-2025-24855 and CVE-2024-55549. See GHSA-mrxw-mxhj-p664...

dependencies
ruby

Bumps [rack](https://github.com/rack/rack) from 3.1.8 to 3.1.12. Changelog Sourced from rack's changelog. [3.1.12] - 2025-03-11 Security CVE-2025-27610 Local file inclusion in Rack::Static. [3.1.11] - 2025-03-04 Security CVE-2025-27111 Possible Log Injection in...

dependencies
ruby

Bumps [net-imap](https://github.com/ruby/net-imap) from 0.4.16 to 0.4.19. Release notes Sourced from net-imap's releases. v0.4.19 What's Changed 🔒 Security Fix Fixes CVE-2025-25186 (GHSA-7fc5-f82f-cx69): A malicious server can exhaust client memory by sending...

dependencies
ruby

Bumps [undici](https://github.com/nodejs/undici) from 6.19.8 to 6.21.1. Release notes Sourced from undici's releases. v6.21.1 ⚠️ Security Release ⚠️ Fixes CVE CVE-2025-22150 https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025). What's Changed fix(#3736): back-port 183f8e9 to...

dependencies
javascript

https://github.com/marcelolx/bootstrap-icons/blob/1041406499bccffddd1a6a707e4dd6df16cb744e/bootstrap-icons-gem/README.md#L15 ``` irb(main):001:0> require 'bootstrap-icons' LoadError: cannot load such file -- bootstrap-icons ``` The file structure seems to be built with underscore: ``` irb(main):002:0> require 'bootstrap_icons' => true ``` The...