Skip to content

Commit

Permalink
Update ruby gems and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Dec 2, 2023
1 parent 2235fc2 commit 0fdf825
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [1.0.4] 2023-12-02

Changes

- Ruby gem updates

### [1.0.3] 2023-11-01

Changes
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
immutable_struct_ex (1.0.3)
immutable_struct_ex (1.0.4)

GEM
remote: https://rubygems.org/
Expand All @@ -11,7 +11,7 @@ GEM
coderay (1.1.3)
diff-lcs (1.5.0)
docile (1.4.0)
json (2.6.3)
json (2.7.0)
kwalify (0.7.2)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
Expand All @@ -25,7 +25,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.2)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
reek (6.1.4)
Expand All @@ -47,15 +47,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.57.2)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/immutable_struct_ex/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ImmutableStructEx
VERSION = '1.0.3'
VERSION = '1.0.4'
end

0 comments on commit 0fdf825

Please sign in to comment.