Skip to content

Commit

Permalink
Pin solid_queue to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Feb 1, 2024
1 parent ae69fd9 commit db0bc89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -26,7 +26,7 @@ gem "puma", "~> 6.4.0"
gem "sqlite3", "~> 1.7.0"

# Background job processing
gem "solid_queue", github: "basecamp/solid_queue", branch: "main"
gem "solid_queue", "~> 0.2.1"

# Default stack for cache and pub/sub
gem "litestack", "~> 0.4.2"
Expand Down
12 changes: 3 additions & 9 deletions Gemfile.lock
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/basecamp/solid_queue.git
revision: d57b8e280dd27b1ffda0e203e0fa2afce0b2bb12
branch: main
specs:
solid_queue (0.2.0)
rails (~> 7.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -343,6 +335,8 @@ GEM
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
solid_queue (0.2.1)
rails (~> 7.1)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
sshkit (1.21.5)
Expand Down Expand Up @@ -422,7 +416,7 @@ DEPENDENCIES
sidekiq (~> 7.1.2)
simplecov (~> 0.22.0)
simplecov-lcov (~> 0.8.0)
solid_queue!
solid_queue (~> 0.2.1)
sqlite3 (~> 1.7.0)
standard (~> 1.25.0)
standard-rails
Expand Down

0 comments on commit db0bc89

Please sign in to comment.