Skip to content

Commit

Permalink
Update ruby gems
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Dec 28, 2023
1 parent 86f6096 commit 8c5b205
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.5.9 2023-12-27

* Changes
* Update ruby gems

### 1.5.8 2023-12-02

* Changes
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
deco_lite (1.5.8)
deco_lite (1.5.9)
activemodel (>= 7.0.8, <= 7.12.0)
activesupport (>= 7.0.8, <= 7.12.0)
immutable_struct_ex (>= 1.0, < 2.0)
Expand All @@ -24,7 +24,7 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
Expand All @@ -35,17 +35,17 @@ GEM
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
immutable_struct_ex (1.0.4)
json (2.7.0)
immutable_struct_ex (1.0.5)
json (2.7.1)
kwalify (0.7.2)
language_server-protocol (3.17.0.3)
mad_flatter (3.0.4)
mad_flatter (3.0.5)
activesupport (>= 7.0.8, < 7.2.0)
immutable_struct_ex (>= 1.0, < 2.0)
method_source (1.0.0)
minitest (5.20.0)
mutex_m (0.2.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand All @@ -62,7 +62,7 @@ GEM
kwalify (~> 0.7.0)
parser (~> 3.2.0)
rainbow (>= 2.0, < 4.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -77,7 +77,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -94,9 +94,9 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand Down
2 changes: 1 addition & 1 deletion lib/deco_lite/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the version of this gem.
module DecoLite
VERSION = '1.5.8'
VERSION = '1.5.9'
end

0 comments on commit 8c5b205

Please sign in to comment.