diff --git a/Gemfile.lock b/Gemfile.lock index ea1d832..8979beb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: rails_icons (1.6.1) - icons (~> 0.6.0) + icons (~> 0.7.0) rails (>= 7.0) GEM @@ -102,7 +102,7 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - icons (0.6.0) + icons (0.7.0) nokogiri (~> 1.16, >= 1.16.4) io-console (0.8.1) irb (1.15.2) diff --git a/gemfiles/rails_7_0.gemfile.lock b/gemfiles/rails_7_0.gemfile.lock index ad663c8..0b20435 100644 --- a/gemfiles/rails_7_0.gemfile.lock +++ b/gemfiles/rails_7_0.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: rails_icons (1.6.1) - icons (~> 0.6.0) + icons (~> 0.7.0) rails (>= 7.0) GEM @@ -96,7 +96,7 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - icons (0.6.0) + icons (0.7.0) nokogiri (~> 1.16, >= 1.16.4) io-console (0.8.1) irb (1.15.2) diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index c9c8e76..5b68d13 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: rails_icons (1.6.1) - icons (~> 0.6.0) + icons (~> 0.7.0) rails (>= 7.0) GEM @@ -110,7 +110,7 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - icons (0.6.0) + icons (0.7.0) nokogiri (~> 1.16, >= 1.16.4) io-console (0.8.1) irb (1.15.2) diff --git a/gemfiles/rails_7_2.gemfile.lock b/gemfiles/rails_7_2.gemfile.lock index 78f4b5e..0891c70 100644 --- a/gemfiles/rails_7_2.gemfile.lock +++ b/gemfiles/rails_7_2.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: rails_icons (1.6.1) - icons (~> 0.6.0) + icons (~> 0.7.0) rails (>= 7.0) GEM @@ -104,7 +104,7 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - icons (0.6.0) + icons (0.7.0) nokogiri (~> 1.16, >= 1.16.4) io-console (0.8.1) irb (1.15.2) diff --git a/gemfiles/rails_8_0.gemfile.lock b/gemfiles/rails_8_0.gemfile.lock index 55856d2..8459190 100644 --- a/gemfiles/rails_8_0.gemfile.lock +++ b/gemfiles/rails_8_0.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: rails_icons (1.6.1) - icons (~> 0.6.0) + icons (~> 0.7.0) rails (>= 7.0) GEM @@ -102,7 +102,7 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - icons (0.6.0) + icons (0.7.0) nokogiri (~> 1.16, >= 1.16.4) io-console (0.8.1) irb (1.15.2) diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index 056032c..89b712f 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -103,7 +103,7 @@ PATH remote: .. specs: rails_icons (1.6.1) - icons (~> 0.6.0) + icons (~> 0.7.0) rails (>= 7.0) GEM @@ -134,7 +134,7 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - icons (0.6.0) + icons (0.7.0) nokogiri (~> 1.16, >= 1.16.4) io-console (0.8.1) irb (1.15.2) diff --git a/rails_icons.gemspec b/rails_icons.gemspec index cfc4e47..aabd3b3 100644 --- a/rails_icons.gemspec +++ b/rails_icons.gemspec @@ -19,5 +19,5 @@ Gem::Specification.new do |spec| spec.files = Dir["{bin,app,config,db,lib,public}/**/*", "Rakefile", "README.md", "rails_icons.gemspec", "Gemfile", "Gemfile.lock"] spec.add_dependency "rails", ">= 7.0" - spec.add_dependency "icons", "~> 0.6.0" + spec.add_dependency "icons", "~> 0.7.0" end