Skip to content

Commit c0f23d1

Browse files
Merge pull request #322 from stefanvermaas/dependabot/bundler/rubocop-1.81.1
Bump rubocop from 1.80.2 to 1.81.1
2 parents 15a6f41 + 884c47f commit c0f23d1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ gem 'bridgetown-svg-inliner', '~> 2.0' # Liquid and ERB helper for Bridgetown to
1313

1414
group :development do
1515
gem 'puma', '~> 7.0' # Puma is a Rack-compatible server used by Bridgetown
16-
gem 'rubocop', '~> 1.80' # RuboCop is a Ruby code style checking and code formatting tool.
16+
gem 'rubocop', '~> 1.81' # RuboCop is a Ruby code style checking and code formatting tool.
1717
end

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
activesupport (>= 5.0.0, < 8.0)
8080
i18n (1.14.7)
8181
concurrent-ruby (~> 1.0)
82-
json (2.13.2)
82+
json (2.15.0)
8383
kramdown (2.5.1)
8484
rexml (>= 3.3.9)
8585
kramdown-parser-gfm (1.1.0)
@@ -103,7 +103,7 @@ GEM
103103
parser (3.3.9.0)
104104
ast (~> 2.4.1)
105105
racc
106-
prism (1.4.0)
106+
prism (1.5.1)
107107
public_suffix (6.0.2)
108108
puma (7.0.1)
109109
nio4r (~> 2.0)
@@ -114,23 +114,23 @@ GEM
114114
rb-fsevent (0.11.2)
115115
rb-inotify (0.11.1)
116116
ffi (~> 1.0)
117-
regexp_parser (2.11.2)
117+
regexp_parser (2.11.3)
118118
rexml (3.4.1)
119119
roda (3.95.0)
120120
rack
121121
rouge (4.6.0)
122-
rubocop (1.80.2)
122+
rubocop (1.81.1)
123123
json (~> 2.3)
124124
language_server-protocol (~> 3.17.0.2)
125125
lint_roller (~> 1.1.0)
126126
parallel (~> 1.10)
127127
parser (>= 3.3.0.2)
128128
rainbow (>= 2.2.2, < 4.0)
129129
regexp_parser (>= 2.9.3, < 3.0)
130-
rubocop-ast (>= 1.46.0, < 2.0)
130+
rubocop-ast (>= 1.47.1, < 2.0)
131131
ruby-progressbar (~> 1.7)
132132
unicode-display_width (>= 2.4.0, < 4.0)
133-
rubocop-ast (1.46.0)
133+
rubocop-ast (1.47.1)
134134
parser (>= 3.3.7.2)
135135
prism (~> 1.4)
136136
ruby-progressbar (1.13.0)
@@ -143,9 +143,9 @@ GEM
143143
tilt (2.6.1)
144144
tzinfo (2.0.6)
145145
concurrent-ruby (~> 1.0)
146-
unicode-display_width (3.1.5)
147-
unicode-emoji (~> 4.0, >= 4.0.4)
148-
unicode-emoji (4.0.4)
146+
unicode-display_width (3.2.0)
147+
unicode-emoji (~> 4.1)
148+
unicode-emoji (4.1.0)
149149
uri (1.0.3)
150150
zeitwerk (2.7.3)
151151

@@ -158,7 +158,7 @@ DEPENDENCIES
158158
bridgetown-seo-tag (~> 7.0)
159159
bridgetown-svg-inliner (~> 2.0)
160160
puma (~> 7.0)
161-
rubocop (~> 1.80)
161+
rubocop (~> 1.81)
162162

163163
RUBY VERSION
164164
ruby 3.3.0p0

0 commit comments

Comments
 (0)