Skip to content

Commit 9a1c472

Browse files
Bump kt-paperclip from 7.2.0 to 7.3.0
Bumps [kt-paperclip](https://github.com/kreeti/kt-paperclip) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/kreeti/kt-paperclip/releases) - [Commits](kreeti/kt-paperclip@v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: kt-paperclip dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53cf4b4 commit 9a1c472

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'aasm', '~> 5.5.2'
1212
gem 'acts_as_list'
1313
gem 'bcrypt', '~> 3.1.21'
1414
gem 'htmlentities'
15-
gem "kt-paperclip", "~> 7.2"
15+
gem "kt-paperclip", "~> 7.3"
1616
gem 'puma', '~> 7.1'
1717
gem 'rails_autolink'
1818
gem 'RedCloth'

Gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
base64 (0.3.0)
9595
bcrypt (3.1.21)
9696
benchmark (0.5.0)
97-
bigdecimal (3.3.1)
97+
bigdecimal (4.0.1)
9898
bootstrap-sass (3.4.1)
9999
autoprefixer-rails (>= 5.2.1)
100100
sassc (>= 2.0.0)
@@ -105,7 +105,7 @@ GEM
105105
byebug (13.0.0)
106106
reline (>= 0.6.0)
107107
cgi (0.5.0)
108-
climate_control (0.2.0)
108+
climate_control (1.2.0)
109109
codeclimate-test-reporter (1.0.9)
110110
simplecov (<= 0.13)
111111
coffee-rails (5.0.0)
@@ -115,8 +115,8 @@ GEM
115115
coffee-script-source
116116
execjs
117117
coffee-script-source (1.12.2)
118-
concurrent-ruby (1.3.5)
119-
connection_pool (2.5.4)
118+
concurrent-ruby (1.3.6)
119+
connection_pool (3.0.2)
120120
crass (1.0.6)
121121
dartsass-sprockets (3.2.1)
122122
railties (>= 4.0.0)
@@ -153,7 +153,7 @@ GEM
153153
highline (3.1.2)
154154
reline
155155
htmlentities (4.4.2)
156-
i18n (1.14.7)
156+
i18n (1.14.8)
157157
concurrent-ruby (~> 1.0)
158158
i18n-tasks (1.0.15)
159159
activesupport (>= 4.0.2)
@@ -187,12 +187,12 @@ GEM
187187
rexml (>= 3.4.4)
188188
kramdown-parser-gfm (1.1.0)
189189
kramdown (~> 2.0)
190-
kt-paperclip (7.2.0)
190+
kt-paperclip (7.3.0)
191191
activemodel (>= 4.2.0)
192192
activesupport (>= 4.2.0)
193193
marcel (~> 1.0.1)
194194
mime-types
195-
terrapin (~> 0.6.0)
195+
terrapin (>= 0.6.0, < 2.0)
196196
language_server-protocol (3.17.0.5)
197197
libv8-node (24.12.0.1)
198198
lint_roller (1.1.0)
@@ -211,14 +211,16 @@ GEM
211211
net-pop
212212
net-smtp
213213
marcel (1.0.4)
214-
mime-types (3.4.1)
215-
mime-types-data (~> 3.2015)
216-
mime-types-data (3.2023.0218.1)
214+
mime-types (3.7.0)
215+
logger
216+
mime-types-data (~> 3.2025, >= 3.2025.0507)
217+
mime-types-data (3.2026.0127)
217218
mini_mime (1.1.5)
218219
mini_portile2 (2.8.9)
219220
mini_racer (0.19.2)
220221
libv8-node (~> 24.12.0.1)
221-
minitest (5.26.0)
222+
minitest (6.0.1)
223+
prism (~> 1.5)
222224
minitest-stub-const (0.6)
223225
mocha (3.0.1)
224226
ruby2_keywords (>= 0.0.5)
@@ -399,8 +401,8 @@ GEM
399401
superfish-rails (1.6.0.1)
400402
terminal-table (4.0.0)
401403
unicode-display_width (>= 1.1.1, < 4)
402-
terrapin (0.6.0)
403-
climate_control (>= 0.0.3, < 1.0)
404+
terrapin (1.1.1)
405+
climate_control
404406
terser (1.2.6)
405407
execjs (>= 0.3.0, < 3)
406408
thor (1.5.0)
@@ -456,7 +458,7 @@ DEPENDENCIES
456458
jquery-rails (~> 4.6)
457459
jquery-ui-rails (~> 8.0.0)
458460
jquery_block_ui
459-
kt-paperclip (~> 7.2)
461+
kt-paperclip (~> 7.3)
460462
listen
461463
mini_racer
462464
minitest-stub-const

0 commit comments

Comments
 (0)