Skip to content

Commit

Permalink
Update ruby gems and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Aug 29, 2023
1 parent 239fdf3 commit 9a1e078
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
### [1.0.2] 2023-08-29

Changes

- Ruby gem updates

### [1.0.1] 2023-08-17

Changes

- Various ruby gem updates
- Ruby gem updates

### 1.0.0

Expand Down
5 changes: 3 additions & 2 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.1)
immutable_struct_ex (1.0.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -48,7 +48,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.0)
rubocop (1.56.2)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -84,6 +84,7 @@ GEM

PLATFORMS
x86_64-darwin-19
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
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.1'
VERSION = '1.0.2'
end

0 comments on commit 9a1e078

Please sign in to comment.