Skip to content

Commit

Permalink
Update ruby gems
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Jan 20, 2024
1 parent 1142a57 commit 083e742
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.8] 2024-01-19

Changes

- Update ruby gems.

### [1.0.7] 2024-01-12

Changes
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PATH
remote: .
specs:
immutable_struct_ex (1.0.7)
immutable_struct_ex (1.0.8)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
diff-lcs (1.5.0)
docile (1.4.0)
dry-configurable (1.1.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.7'
VERSION = '1.0.8'
end

0 comments on commit 083e742

Please sign in to comment.