diff --git a/Gemfile b/Gemfile index 67bf0e16..a7d2032e 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'aws-sdk-s3', '~> 1' gem 'bootsnap', '~> 1.18.6', require: false # For background jobs -gem 'solid_queue', '~> 1.2.0' +gem 'solid_queue', '~> 1.2.2' # for postgresql gem 'activerecord-postgis-adapter', '~> 11.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 180db4f3..8e9303db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM aws-sigv4 (1.12.1) aws-eventstream (~> 1, >= 1.0.2) base64 (0.3.0) - benchmark (0.4.1) + benchmark (0.5.0) bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) @@ -138,11 +138,11 @@ GEM drb (2.2.3) erb (5.1.1) erubi (1.13.1) - et-orbi (1.2.11) + et-orbi (1.4.0) tzinfo ffi (1.16.3) - fugit (1.11.1) - et-orbi (~> 1, >= 1.2.11) + fugit (1.12.1) + et-orbi (~> 1.4) raabro (~> 1.4) globalid (1.3.0) activesupport (>= 6.1) @@ -380,11 +380,11 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - solid_queue (1.2.1) + solid_queue (1.2.2) activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (>= 1.3.1) - fugit (~> 1.11.0) + fugit (~> 1.11) railties (>= 7.1) thor (>= 1.3.1) spring (4.4.0) @@ -460,7 +460,7 @@ DEPENDENCIES rubocop-rspec (~> 3.7.0) rubocop-rspec_rails (~> 2.31.0) simplecov (~> 0.22.0, >= 0.16.1) - solid_queue (~> 1.2.0) + solid_queue (~> 1.2.2) spring (~> 4.4.0) spring-watcher-listen (~> 2.1.0) web-console (~> 4.2.1)