Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Nov 21, 2023
1 parent 573c313 commit 6f833ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bootstrap-icons

Bootstrap Icons: [v1.10.3](https://github.com/twbs/icons/releases/tag/v1.10.3)
Bootstrap Icons: [v1.11.1](https://github.com/twbs/icons/releases/tag/v1.11.1)

Consider using icon fonts instead of this gem https://blog.getbootstrap.com/2020/12/11/bootstrap-icons-1-2-0/.

Expand Down
14 changes: 7 additions & 7 deletions bootstrap-icons-helper/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
bootstrap-icons-helper (2.0.1)
bootstrap-icons-helper (2.0.2)
bootstrap-icons (~> 1)
rails (>= 6)
rails (>= 7.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
bootstrap-icons (1.0.13)
bootstrap-icons (1.0.14)
nokogiri (~> 1)
builder (3.2.4)
concurrent-ruby (1.1.10)
Expand All @@ -97,7 +97,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_portile2 (2.8.5)
minitest (5.17.0)
net-imap (0.3.4)
date
Expand All @@ -109,13 +109,13 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
racc (1.6.2)
racc (1.7.3)
rack (2.2.6.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-icons-helper/bootstrap-icons-helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "bootstrap-icons", "~> 1"
s.add_dependency "rails", ">= 6"
s.add_dependency "rails", ">= 7.0"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BootstrapIconsHelper
VERSION = "2.0.1".freeze
VERSION = "2.0.2".freeze
end

0 comments on commit 6f833ce

Please sign in to comment.