Skip to content

Commit 769542e

Browse files
committed
Update Sidekiq and Ruby
1 parent f46fc6b commit 769542e

File tree

5 files changed

+100
-99
lines changed

5 files changed

+100
-99
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.4
1+
3.3.5

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem 'friendly_id'
3838
gem 'recommendify', git: 'https://github.com/Kinoba/recommendify'
3939

4040
# background jobs
41-
gem 'sidekiq', '~> 5.1.3' # TODO: Update me!
41+
gem 'sidekiq'
4242
gem 'sidekiq-limit_fetch'
4343
gem 'slim', '~> 1.3.8'
4444
gem 'sinatra', require: false

0 commit comments

Comments
 (0)