Skip to content

Commit 52eaa77

Browse files
author
eelco
committed
Bump version for 1.6.0
1 parent 5e3dd4e commit 52eaa77

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Gemfile.lock

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails_icons (1.5.1)
4+
rails_icons (1.6.0)
55
nokogiri (~> 1.16, >= 1.16.4)
66
rails (>= 7.0)
77

@@ -122,7 +122,7 @@ GEM
122122
marcel (1.0.4)
123123
mini_mime (1.1.5)
124124
mini_portile2 (2.8.9)
125-
minitest (5.25.5)
125+
minitest (5.27.0)
126126
net-imap (0.5.9)
127127
date
128128
net-protocol
@@ -136,10 +136,6 @@ GEM
136136
nokogiri (1.18.9)
137137
mini_portile2 (~> 2.8.2)
138138
racc (~> 1.4)
139-
nokogiri (1.18.9-arm64-darwin)
140-
racc (~> 1.4)
141-
nokogiri (1.18.9-x86_64-linux-gnu)
142-
racc (~> 1.4)
143139
parallel (1.27.0)
144140
parser (3.3.8.0)
145141
ast (~> 2.4.1)
@@ -238,9 +234,9 @@ GEM
238234
timeout (0.4.3)
239235
tzinfo (2.0.6)
240236
concurrent-ruby (~> 1.0)
241-
unicode-display_width (3.1.4)
242-
unicode-emoji (~> 4.0, >= 4.0.4)
243-
unicode-emoji (4.0.4)
237+
unicode-display_width (3.2.0)
238+
unicode-emoji (~> 4.1)
239+
unicode-emoji (4.2.0)
244240
uri (1.0.3)
245241
useragent (0.16.11)
246242
websocket-driver (0.8.0)

lib/rails_icons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsIcons
2-
VERSION = "1.5.1"
2+
VERSION = "1.6.0"
33
end

0 commit comments

Comments
 (0)