Skip to content

Commit 2a4b9be

Browse files
build(deps): bump solid_queue from 1.2.1 to 1.2.2
Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](rails/solid_queue@v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: solid_queue dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f7bcaa commit 2a4b9be

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'aws-sdk-s3', '~> 1'
3535
gem 'bootsnap', '~> 1.18.6', require: false
3636

3737
# For background jobs
38-
gem 'solid_queue', '~> 1.2.0'
38+
gem 'solid_queue', '~> 1.2.2'
3939

4040
# for postgresql
4141
gem 'activerecord-postgis-adapter', '~> 11.0.0'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GEM
109109
aws-sigv4 (1.12.1)
110110
aws-eventstream (~> 1, >= 1.0.2)
111111
base64 (0.3.0)
112-
benchmark (0.4.1)
112+
benchmark (0.5.0)
113113
bigdecimal (3.3.1)
114114
bindex (0.8.1)
115115
bootsnap (1.18.6)
@@ -138,11 +138,11 @@ GEM
138138
drb (2.2.3)
139139
erb (5.1.1)
140140
erubi (1.13.1)
141-
et-orbi (1.2.11)
141+
et-orbi (1.4.0)
142142
tzinfo
143143
ffi (1.16.3)
144-
fugit (1.11.1)
145-
et-orbi (~> 1, >= 1.2.11)
144+
fugit (1.12.1)
145+
et-orbi (~> 1.4)
146146
raabro (~> 1.4)
147147
globalid (1.3.0)
148148
activesupport (>= 6.1)
@@ -380,11 +380,11 @@ GEM
380380
simplecov_json_formatter (~> 0.1)
381381
simplecov-html (0.12.3)
382382
simplecov_json_formatter (0.1.4)
383-
solid_queue (1.2.1)
383+
solid_queue (1.2.2)
384384
activejob (>= 7.1)
385385
activerecord (>= 7.1)
386386
concurrent-ruby (>= 1.3.1)
387-
fugit (~> 1.11.0)
387+
fugit (~> 1.11)
388388
railties (>= 7.1)
389389
thor (>= 1.3.1)
390390
spring (4.4.0)
@@ -460,7 +460,7 @@ DEPENDENCIES
460460
rubocop-rspec (~> 3.7.0)
461461
rubocop-rspec_rails (~> 2.31.0)
462462
simplecov (~> 0.22.0, >= 0.16.1)
463-
solid_queue (~> 1.2.0)
463+
solid_queue (~> 1.2.2)
464464
spring (~> 4.4.0)
465465
spring-watcher-listen (~> 2.1.0)
466466
web-console (~> 4.2.1)

0 commit comments

Comments
 (0)