Skip to content

Commit ac685b7

Browse files
Bump jquery-ui-rails, image_processing, faraday and dotenv-rails
Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails), [image_processing](https://github.com/janko/image_processing), [faraday](https://github.com/lostisland/faraday) and [dotenv-rails](https://github.com/bkeepers/dotenv). These dependencies needed to be updated together. Updates `jquery-ui-rails` from 6.0.1 to 7.0.0 - [Release notes](https://github.com/joliss/jquery-ui-rails/releases) - [Changelog](https://github.com/jquery-ui-rails/jquery-ui-rails/blob/master/History.md) - [Commits](jquery-ui-rails/jquery-ui-rails@v6.0.1...v7.0.0) Updates `image_processing` from 1.12.2 to 1.14.0 - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](janko/image_processing@v1.12.2...v1.14.0) Updates `faraday` from 2.9.0 to 2.12.2 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.9.0...v2.12.2) Updates `dotenv-rails` from 3.1.0 to 3.1.7 - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](bkeepers/dotenv@v3.1.0...v3.1.7) --- updated-dependencies: - dependency-name: jquery-ui-rails dependency-type: direct:production - dependency-name: image_processing dependency-type: direct:production - dependency-name: faraday dependency-type: direct:production - dependency-name: dotenv-rails dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dfbf78c commit ac685b7

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'jquery-rails'
2222
gem 'jquery-ui-rails'
2323

2424
# Use Active Storage variant
25-
gem 'image_processing', '~> 1.2'
25+
gem 'image_processing', '~> 1.14'
2626
gem 'nokogiri'
2727
gem 'omniauth'
2828
gem 'omniauth-github'

Gemfile.lock

+22-16
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ GEM
8484
autoprefixer-rails (10.4.16.0)
8585
execjs (~> 2)
8686
base64 (0.2.0)
87+
benchmark (0.4.0)
8788
better_errors (2.10.1)
8889
erubi (>= 1.0.0)
8990
rack (>= 0.9.0)
@@ -152,21 +153,23 @@ GEM
152153
delayed_job (>= 3.0, < 5)
153154
diff-lcs (1.6.0)
154155
docile (1.4.0)
155-
dotenv (3.1.0)
156-
dotenv-rails (3.1.0)
157-
dotenv (= 3.1.0)
156+
dotenv (3.1.7)
157+
dotenv-rails (3.1.7)
158+
dotenv (= 3.1.7)
158159
railties (>= 6.1)
159160
double-bag-ftps (0.1.4)
160161
erubi (1.13.1)
161162
execjs (2.10.0)
162163
fabrication (2.31.0)
163164
faker (3.5.1)
164165
i18n (>= 1.8.11, < 2)
165-
faraday (2.9.0)
166-
faraday-net_http (>= 2.0, < 3.2)
167-
faraday-net_http (3.1.0)
168-
net-http
169-
ffi (1.16.3)
166+
faraday (2.12.2)
167+
faraday-net_http (>= 2.0, < 3.5)
168+
json
169+
logger
170+
faraday-net_http (3.4.0)
171+
net-http (>= 0.5.0)
172+
ffi (1.17.1)
170173
font_awesome5_rails (1.5.0)
171174
nokogiri (>= 1.11.3)
172175
railties (>= 4.2)
@@ -188,8 +191,8 @@ GEM
188191
ice_cube (~> 0.16)
189192
ostruct
190193
ice_cube (0.17.0)
191-
image_processing (1.12.2)
192-
mini_magick (>= 4.9.5, < 5)
194+
image_processing (1.14.0)
195+
mini_magick (>= 4.9.5, < 6)
193196
ruby-vips (>= 2.0.17, < 3)
194197
importmap-rails (2.1.0)
195198
actionpack (>= 6.0.0)
@@ -202,7 +205,7 @@ GEM
202205
rails-dom-testing (>= 1, < 3)
203206
railties (>= 4.2.0)
204207
thor (>= 0.14, < 2.0)
205-
jquery-ui-rails (6.0.1)
208+
jquery-ui-rails (7.0.0)
206209
railties (>= 3.2.16)
207210
json (2.10.1)
208211
jwt (2.7.1)
@@ -229,13 +232,15 @@ GEM
229232
marcel (1.0.4)
230233
matrix (0.4.2)
231234
method_source (1.1.0)
232-
mini_magick (4.12.0)
235+
mini_magick (5.2.0)
236+
benchmark
237+
logger
233238
mini_mime (1.1.5)
234239
mini_portile2 (2.8.8)
235240
minitest (5.25.4)
236241
msgpack (1.7.5)
237242
multi_xml (0.6.0)
238-
net-http (0.4.1)
243+
net-http (0.6.0)
239244
uri
240245
net-imap (0.4.19)
241246
date
@@ -411,8 +416,9 @@ GEM
411416
lint_roller (~> 1.1)
412417
rubocop (~> 1.72, >= 1.72.1)
413418
ruby-progressbar (1.13.0)
414-
ruby-vips (2.2.1)
419+
ruby-vips (2.2.3)
415420
ffi (~> 1.12)
421+
logger
416422
rubyzip (2.4.1)
417423
sassc (2.4.0)
418424
ffi (~> 1.9)
@@ -476,7 +482,7 @@ GEM
476482
unicode-emoji (~> 4.0, >= 4.0.4)
477483
unicode-emoji (4.0.4)
478484
uniform_notifier (1.16.0)
479-
uri (0.13.0)
485+
uri (1.0.3)
480486
version_gem (1.1.3)
481487
web-console (4.2.1)
482488
actionview (>= 6.0.0)
@@ -520,7 +526,7 @@ DEPENDENCIES
520526
haml
521527
high_voltage
522528
icalendar
523-
image_processing (~> 1.2)
529+
image_processing (~> 1.14)
524530
importmap-rails
525531
jbuilder
526532
jquery-rails

0 commit comments

Comments
 (0)