1
0
Эх сурвалжийг харах

Update patch updated gems (#3462)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 4 сар өмнө
parent
commit
185c798324
2 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 2 2
      Gemfile
  2. 3 3
      Gemfile.lock

+ 2 - 2
Gemfile

@@ -90,7 +90,7 @@ end
 gem 'ace-rails-ap'
 gem 'bootsnap', require: false
 gem 'bootstrap-kaminari-views', '~> 0.0.5'
-gem 'bundler', '>= 2.5.22'
+gem 'bundler', '>= 2.5.23'
 gem 'coffee-rails', '~> 5'
 gem 'daemons', '~> 1.4.1'
 gem 'delayed_job'
@@ -182,7 +182,7 @@ end
 
 # Platform requirements.
 require 'rbconfig'
-gem 'ffi', '>= 1.16.3'	# required by typhoeus; 1.9.4 has fixes for *BSD.
+gem 'ffi', '>= 1.17.0'	# required by typhoeus; 1.9.4 has fixes for *BSD.
 gem 'tzinfo', '>= 2.0.6'	# required by rails; 1.2.0 has support for *BSD and Solaris.
 # Windows does not have zoneinfo files, so bundle the tzinfo-data gem.
 gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

+ 3 - 3
Gemfile.lock

@@ -861,7 +861,7 @@ DEPENDENCIES
   binding_of_caller
   bootsnap
   bootstrap-kaminari-views (~> 0.0.5)
-  bundler (>= 2.5.22)
+  bundler (>= 2.5.23)
   capistrano
   capistrano-bundler
   capistrano-rails
@@ -881,7 +881,7 @@ DEPENDENCIES
   faraday (~> 1.10, >= 1.10.4)
   faraday_middleware
   feedjira (~> 3.2, >= 3.2.3)
-  ffi (>= 1.16.3)
+  ffi (>= 1.17.0)
   font-awesome-sass (~> 6.5.2)
   foreman (~> 0.88.1)!
   geokit (~> 1.14)
@@ -974,4 +974,4 @@ RUBY VERSION
    ruby 3.2.4p170
 
 BUNDLED WITH
-   2.5.22
+   2.5.23