فهرست منبع

Update patch updated gems (#3454)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 5 ماه پیش
والد
کامیت
867eae761a
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 2 2
      Gemfile
  2. 4 4
      Gemfile.lock

+ 2 - 2
Gemfile

@@ -109,7 +109,7 @@ gem 'httmultiparty', '~> 0.3.16'
 gem 'httparty', '~> 0.21'
 gem 'huginn_agent'
 gem 'jquery-rails', '~> 4.6'
-gem 'json', '~> 2.7', '>= 2.7.3'
+gem 'json', '~> 2.7', '>= 2.7.4'
 gem 'jsonpath', '~> 1.1', '>= 1.1.5'
 gem 'kaminari', '~> 1.2', '>= 1.2.2'
 gem 'kramdown'
@@ -202,7 +202,7 @@ ENV['DATABASE_ADAPTER'] ||=
   end
 
 if_true(ENV['DATABASE_ADAPTER'].strip == 'postgresql') do
-  gem 'pg', '~> 1.5', '>= 1.5.8'
+  gem 'pg', '~> 1.5', '>= 1.5.9'
 end
 
 if_true(ENV['DATABASE_ADAPTER'].strip == 'mysql2') do

+ 4 - 4
Gemfile.lock

@@ -442,7 +442,7 @@ GEM
       rails-dom-testing (>= 1, < 3)
       railties (>= 4.2.0)
       thor (>= 0.14, < 2.0)
-    json (2.7.3)
+    json (2.7.4)
     jsonpath (1.1.5)
       multi_json
     jwt (2.8.2)
@@ -593,7 +593,7 @@ GEM
     parallel (1.23.0)
     parser (3.2.2.1)
       ast (~> 2.4.1)
-    pg (1.5.8)
+    pg (1.5.9)
     pirate_weather_forecast_ruby (0.1.0)
       faraday
       hashie
@@ -896,7 +896,7 @@ DEPENDENCIES
   huginn_agent
   hypdf!
   jquery-rails (~> 4.6)
-  json (~> 2.7, >= 2.7.3)
+  json (~> 2.7, >= 2.7.4)
   jsonpath (~> 1.1, >= 1.1.5)
   kaminari (~> 1.2, >= 1.2.2)
   kramdown
@@ -919,7 +919,7 @@ DEPENDENCIES
   omniauth-google-oauth2 (>= 0.8.2)
   omniauth-tumblr
   omniauth-twitter
-  pg (~> 1.5, >= 1.5.8)
+  pg (~> 1.5, >= 1.5.9)
   pirate_weather_forecast_ruby
   puma
   rack-livereload