Skip to content

Commit 083e742

Browse files
committed
Update ruby gems
1 parent 1142a57 commit 083e742

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [1.0.8] 2024-01-19
2+
3+
Changes
4+
5+
- Update ruby gems.
6+
17
### [1.0.7] 2024-01-12
28

39
Changes

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PATH
22
remote: .
33
specs:
4-
immutable_struct_ex (1.0.7)
4+
immutable_struct_ex (1.0.8)
55

66
GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
bigdecimal (3.1.5)
10+
bigdecimal (3.1.6)
1111
byebug (11.1.3)
1212
coderay (1.1.3)
13-
concurrent-ruby (1.2.2)
13+
concurrent-ruby (1.2.3)
1414
diff-lcs (1.5.0)
1515
docile (1.4.0)
1616
dry-configurable (1.1.0)

lib/immutable_struct_ex/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ImmutableStructEx
4-
VERSION = '1.0.7'
4+
VERSION = '1.0.8'
55
end

0 commit comments

Comments
 (0)