Skip to content

Commit

Permalink
Merge branch 'main' into lando-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja authored Jan 16, 2025
2 parents 8afdf38 + a12ef65 commit c39c73c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ gem 'rsolr'
# Should this be in the test, development group?
gem 'rspec-rails'
gem 'rubyzip', '>= 1.2.2'
gem 'sidekiq'
gem 'simple_form'
gem 'sneakers'
gem 'sprockets-es6'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,11 @@ GEM
serverengine (2.0.7)
sigdump (~> 0.2.2)
set (1.1.1)
sidekiq (7.3.7)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sigdump (0.2.5)
simple_form (5.3.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -826,6 +831,7 @@ DEPENDENCIES
rubocop-rspec_rails
rubyzip (>= 1.2.2)
selenium-webdriver
sidekiq
simple_form
sneakers
solargraph
Expand Down

0 comments on commit c39c73c

Please sign in to comment.