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 fd537dc commit e49b5c8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.3.6] - 2024-01-19

Changes

- Ruby gem updates.

## [1.3.5] - 2024-01-07

Changes
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
immutable_struct_ex_redactable (1.3.5)
immutable_struct_ex_redactable (1.3.6)
immutable_struct_ex (~> 1.0, >= 1.0.5)

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 Expand Up @@ -41,7 +41,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
immutable_struct_ex (1.0.5)
immutable_struct_ex (1.0.8)
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
Expand All @@ -63,7 +63,7 @@ GEM
parser (~> 3.2.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand Down Expand Up @@ -93,9 +93,9 @@ GEM
parser (>= 3.2.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.0)
rubocop (~> 1.33)
rubocop-performance (1.20.1)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.26.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/immutable_struct_ex_redactable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ImmutableStructExRedactable
VERSION = '1.3.5'
VERSION = '1.3.6'
end

0 comments on commit e49b5c8

Please sign in to comment.