From 43486a9a993bea2b249b51bd502016ccad038af0 Mon Sep 17 00:00:00 2001 From: Stephen Nelson Date: Tue, 14 May 2024 09:23:56 +0930 Subject: [PATCH] Release 1.1.0 --- Gemfile.lock | 22 +++++++++++----------- katalyst-html-attributes.gemspec | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cf0524d..1350198 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - katalyst-html-attributes (1.0.1) + katalyst-html-attributes (1.1.0) activesupport html-attributes-utils @@ -20,14 +20,14 @@ GEM tzinfo (~> 2.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) concurrent-ruby (1.2.3) connection_pool (2.4.1) diff-lcs (1.5.1) drb (2.2.1) html-attributes-utils (1.0.2) activesupport (>= 6.1.4.4) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) @@ -38,10 +38,10 @@ GEM ast (~> 2.4.1) racc racc (1.7.3) - rack (3.0.10) + rack (3.0.11) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.0) + regexp_parser (2.9.1) rexml (3.2.6) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -52,11 +52,11 @@ GEM rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.63.4) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -67,8 +67,8 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) @@ -89,7 +89,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.1) + rubocop-rspec (2.29.2) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -115,4 +115,4 @@ DEPENDENCIES rubocop-rspec BUNDLED WITH - 2.5.9 + 2.5.10 diff --git a/katalyst-html-attributes.gemspec b/katalyst-html-attributes.gemspec index 2544fc2..136b999 100644 --- a/katalyst-html-attributes.gemspec +++ b/katalyst-html-attributes.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "katalyst-html-attributes" - spec.version = "1.0.1" + spec.version = "1.1.0" spec.authors = ["Katalyst Interactive"] spec.email = ["developers@katalyst.com.au"]