Skip to content

Commit 0d5b742

Browse files
committed
bundle update and version bump
1 parent 3f89c06 commit 0d5b742

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GEM
5151
highline (3.0.1)
5252
json (2.7.1)
5353
language_server-protocol (3.17.0.3)
54-
listen (3.8.0)
54+
listen (3.9.0)
5555
rb-fsevent (~> 0.10, >= 0.10.3)
5656
rb-inotify (~> 0.9, >= 0.9.10)
5757
loofah (2.22.0)
@@ -61,7 +61,7 @@ GEM
6161
method_source (1.0.0)
6262
mime-types (3.5.2)
6363
mime-types-data (~> 3.2015)
64-
mime-types-data (3.2023.1205)
64+
mime-types-data (3.2024.0206)
6565
mini_portile2 (2.8.5)
6666
mysql2 (0.5.6)
6767
nenv (0.3.0)
@@ -100,8 +100,8 @@ GEM
100100
rspec-mocks (3.13.0)
101101
diff-lcs (>= 1.2.0, < 2.0)
102102
rspec-support (~> 3.13.0)
103-
rspec-support (3.13.0)
104-
rubocop (1.60.2)
103+
rspec-support (3.13.1)
104+
rubocop (1.61.0)
105105
json (~> 2.3)
106106
language_server-protocol (>= 3.17.0)
107107
parallel (~> 1.10)
@@ -112,22 +112,22 @@ GEM
112112
rubocop-ast (>= 1.30.0, < 2.0)
113113
ruby-progressbar (~> 1.7)
114114
unicode-display_width (>= 2.4.0, < 3.0)
115-
rubocop-ast (1.30.0)
116-
parser (>= 3.2.1.0)
115+
rubocop-ast (1.31.1)
116+
parser (>= 3.3.0.4)
117117
rubocop-capybara (2.20.0)
118118
rubocop (~> 1.41)
119119
rubocop-factory_bot (2.25.1)
120120
rubocop (~> 1.41)
121121
rubocop-rake (0.6.0)
122122
rubocop (~> 1.0)
123-
rubocop-rspec (2.26.1)
123+
rubocop-rspec (2.27.0)
124124
rubocop (~> 1.40)
125125
rubocop-capybara (~> 2.17)
126126
rubocop-factory_bot (~> 2.22)
127127
ruby-progressbar (1.13.0)
128-
rugged (1.7.1)
128+
rugged (1.7.2)
129129
shellany (0.0.1)
130-
thor (1.3.0)
130+
thor (1.3.1)
131131
twitter-text (1.14.7)
132132
unf (~> 0.1.0)
133133
unf (0.1.4)

lib/caramelize/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Caramelize
4-
VERSION = '1.2.1'
4+
VERSION = '1.3.0'
55
end

0 commit comments

Comments
 (0)